aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ntp/ntp-ssl_4.2.6p3.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-11 10:23:45 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-11 10:47:50 +0100
commita92ab702f023141f168a8a0f01072b0747f4afb0 (patch)
treef7fb8d58592e7450c29257924eb21e5e49b0f235 /recipes/ntp/ntp-ssl_4.2.6p3.bb
parentf2a7e115ce1e36ec08955dc948844a0a721bcbe5 (diff)
downloadopenembedded-a92ab702f023141f168a8a0f01072b0747f4afb0.tar.gz
ntp: cleanups
* remove obsolete versions * move ntp-ssl forward * fix ifup script * fix crontab * moved files into files/ so it can be shared between ntp and ntp-ssl Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ntp/ntp-ssl_4.2.6p3.bb')
-rw-r--r--recipes/ntp/ntp-ssl_4.2.6p3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/ntp/ntp-ssl_4.2.6p3.bb b/recipes/ntp/ntp-ssl_4.2.6p3.bb
new file mode 100644
index 0000000000..a158990792
--- /dev/null
+++ b/recipes/ntp/ntp-ssl_4.2.6p3.bb
@@ -0,0 +1,11 @@
+require ntp_${PV}.bb
+DEPENDS = "openssl"
+
+S = "${WORKDIR}/ntp-${PV}"
+
+EXTRA_OECONF = "--with-openssl-libdir=${STAGING_LIBDIR} \
+ --with-openssl-incdir=${STAGING_INCDIR}/openssl"
+
+
+SRC_URI[md5sum] = "98e16c7aa4ecd4c004b51bff18962e95"
+SRC_URI[sha256sum] = "9f4a5271a285d390c9225e3ea28f70049ea377d30fc6de4659007cfff278671a"