diff options
Diffstat (limited to 'meta-networking/recipes-support/ntp/ntp.inc')
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp.inc | 2 |
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}" | |||
36 | USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ntp \ | 36 | USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ntp \ |
37 | --shell /bin/false --user-group ntp" | 37 | --shell /bin/false --user-group ntp" |
38 | 38 | ||
39 | PACKAGECONFIG ??= "" | 39 | PACKAGECONFIG ??= "cap" |
40 | PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \ | 40 | PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \ |
41 | --with-openssl-incdir=${STAGING_INCDIR} \ | 41 | --with-openssl-incdir=${STAGING_INCDIR} \ |
42 | --with-crypto, \ | 42 | --with-crypto, \ |