mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
ntp : Add cap to default PACKAGECONFIG options.
If ntp is built without libcap, it refuses to start with the following
message:
Starting ntpd: /usr/sbin/ntpd: The ``user'' option has been disabled -- built
without --enable-clockctl or --enable-linuxcaps
ntpd - NTP daemon program - Ver. 4.2.6p5
USAGE: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
By adding cap to the PACKAGECONFIG the default runs. In the
future, someone could add an option for using clockctl.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
committed by
Joe MacDonald
parent
0f56bc4e28
commit
fdea5d0942
@@ -36,7 +36,7 @@ USERADD_PACKAGES = "${PN}"
|
|||||||
USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ntp \
|
USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ntp \
|
||||||
--shell /bin/false --user-group ntp"
|
--shell /bin/false --user-group ntp"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= "cap"
|
||||||
PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \
|
PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \
|
||||||
--with-openssl-incdir=${STAGING_INCDIR} \
|
--with-openssl-incdir=${STAGING_INCDIR} \
|
||||||
--with-crypto, \
|
--with-crypto, \
|
||||||
|
|||||||
Reference in New Issue
Block a user