ntp_4.1.2.oe:
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 10 May 2004 19:37:19 +0000 (19:37 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 10 May 2004 19:37:19 +0000 (19:37 +0000)
  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

dropbear/dropbear-0.41/initd.patch [new file with mode: 0644]
ntp/ntp_4.1.2.oe

diff --git a/dropbear/dropbear-0.41/initd.patch b/dropbear/dropbear-0.41/initd.patch
new file mode 100644 (file)
index 0000000..e69de29
index d3f74b7..54bfe1f 100644 (file)
@@ -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"