[oe-commits] [openembedded-core] 09/14: systemd: check "ldconfig" distro feature when setting PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Sat Mar 4 23:19:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit faff19f046e881f546c1ad397e101c000c9bba3d
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Jan 27 14:29:11 2017 -0800

    systemd: check "ldconfig" distro feature when setting PACKAGECONFIG
    
    Avoid trying to call ldconfig at run-time in distros which don't
    provide ldconfig on the target.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/systemd/systemd_232.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes-core/systemd/systemd_232.bb
index 9ec8378..e67d52a 100644
--- a/meta/recipes-core/systemd/systemd_232.bb
+++ b/meta/recipes-core/systemd/systemd_232.bb
@@ -40,8 +40,7 @@ SRC_URI_append_libc-uclibc = "\
 SRC_URI_append_qemuall = " file://0001-core-device.c-Change-the-default-device-timeout-to-2.patch"
 
 PACKAGECONFIG ??= "xz \
-                   ldconfig \
-                   ${@bb.utils.filter('DISTRO_FEATURES', 'efi pam selinux', d)} \
+                   ${@bb.utils.filter('DISTRO_FEATURES', 'efi pam selinux ldconfig', d)} \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'rfkill', '', d)} \
                    binfmt \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list