summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ntp/ntp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index 9c3e0d16c8..9861fd88bd 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -36,7 +36,7 @@ USERADD_PACKAGES = "${PN}"
36USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ntp \ 36USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ntp \
37 --shell /bin/false --user-group ntp" 37 --shell /bin/false --user-group ntp"
38 38
39PACKAGECONFIG ??= "" 39PACKAGECONFIG ??= "cap"
40PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \ 40PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \
41 --with-openssl-incdir=${STAGING_INCDIR} \ 41 --with-openssl-incdir=${STAGING_INCDIR} \
42 --with-crypto, \ 42 --with-crypto, \