diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-10 19:37:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-10 19:37:19 +0000 |
commit | e1464bf6d47f2c59592904c0b5f6e4002f508d06 (patch) | |
tree | d487ecd32376ffce0ca424e51adb93df16f8a7c5 /ntp | |
parent | 2e649a8073284c7b41607ff80c71c3c76e193a2a (diff) |
ntp_4.1.2.oe:
Splited to ntp (daemon and utils) and ntpdate (which is needed by opie-systemtime)
initd.patch:
forgot to add it - changed to work with busybox/start-stop-daemon
BKrev: 409fd9efFpavokJYODk9Rv-_8UXCrA
Diffstat (limited to 'ntp')
-rw-r--r-- | ntp/ntp_4.1.2.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index d3f74b7b77..54bfe1f7a2 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -5,7 +5,6 @@ or satellite receiver or modem." SECTION = "net" PRIORITY = "optional" DEPENDS = "virtual/libc openssl" -RPROVIDES = "ntpdate" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1" @@ -15,3 +14,7 @@ inherit autotools EXTRA_OECONF = "--with-openssl-libdir=${STAGING_LIBDIR} \ --with-openssl-incdir=${STAGING_INCDIR}/openssl" CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" + +PACKAGES = "ntpdate ntp" + +FILES_ntpdate = "/usr/bin/ntpdate" |