mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
chrony: add pkgconfig class as pkg-config is explicitly searched for
The configure script present in chrony will explicitly look for pkg-config and without the pkgconfig class it will fail: Checking for pkg-config : No This then affects the possibility (via image features or bbappend) to use features based on nettle/gnutls/nss which strictly require pkgconfig to be present and working. Signed-off-by: Federico Pellegrin <fede@evolware.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
6b7cf95e75
commit
22682fdfb7
@@ -45,7 +45,7 @@ DEPENDS = "pps-tools"
|
|||||||
|
|
||||||
# Note: Despite being built via './configure; make; make install',
|
# Note: Despite being built via './configure; make; make install',
|
||||||
# chrony does not use GNU Autotools.
|
# chrony does not use GNU Autotools.
|
||||||
inherit update-rc.d systemd
|
inherit update-rc.d systemd pkgconfig
|
||||||
|
|
||||||
# Add chronyd user if privdrop packageconfig is selected
|
# Add chronyd user if privdrop packageconfig is selected
|
||||||
inherit ${@bb.utils.contains('PACKAGECONFIG', 'privdrop', 'useradd', '', d)}
|
inherit ${@bb.utils.contains('PACKAGECONFIG', 'privdrop', 'useradd', '', d)}
|
||||||
|
|||||||
Reference in New Issue
Block a user