summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ntp/ntp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/ntp/ntp.inc')
-rw-r--r--meta-networking/recipes-support/ntp/ntp.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index b63f202fe..55926e064 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -23,7 +23,6 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
23 file://sntp.service \ 23 file://sntp.service \
24 file://sntp \ 24 file://sntp \
25 file://ntpd.list \ 25 file://ntpd.list \
26 file://ntp-disable-debugging.patch \
27 file://CVE-2013-5211.patch \ 26 file://CVE-2013-5211.patch \
28" 27"
29 28
@@ -38,7 +37,8 @@ USERADD_PACKAGES = "${PN}"
38USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ntp \ 37USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ntp \
39 --shell /bin/false --user-group ntp" 38 --shell /bin/false --user-group ntp"
40 39
41PACKAGECONFIG ??= "cap" 40# NB: debug is default-enabled by NTP; keep it default-enabled here.
41PACKAGECONFIG ??= "cap debug"
42PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \ 42PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \
43 --with-openssl-incdir=${STAGING_INCDIR} \ 43 --with-openssl-incdir=${STAGING_INCDIR} \
44 --with-crypto, \ 44 --with-crypto, \
@@ -46,6 +46,7 @@ PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \
46 openssl" 46 openssl"
47PACKAGECONFIG[cap] = "--enable-linuxcaps,--disable-linuxcaps,libcap" 47PACKAGECONFIG[cap] = "--enable-linuxcaps,--disable-linuxcaps,libcap"
48PACKAGECONFIG[readline] = "--with-lineeditlibs,--without-lineeditlibs,readline" 48PACKAGECONFIG[readline] = "--with-lineeditlibs,--without-lineeditlibs,readline"
49PACKAGECONFIG[debug] = "--enable-debugging,--disable-debugging"
49 50
50do_install_append() { 51do_install_append() {
51 install -d ${D}${sysconfdir}/init.d 52 install -d ${D}${sysconfdir}/init.d