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
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"
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"