From: Marcin Juszkiewicz Date: Mon, 10 May 2004 19:37:19 +0000 (+0000) Subject: ntp_4.1.2.oe: X-Git-Tag: Release-2010-05/1~19228 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1464bf6d47f2c59592904c0b5f6e4002f508d06;p=openembedded.git 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 --- diff --git a/dropbear/dropbear-0.41/initd.patch b/dropbear/dropbear-0.41/initd.patch new file mode 100644 index 0000000000..e69de29bb2 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"