[oe-commits] [openembedded-core] 111/122: systemd: remove musl specific control of ldconfig PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:26:29 UTC 2017


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

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

commit a6e92dd1565d99f539f59aafbb99aa2a7cb48eda
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Tue Nov 14 11:39:20 2017 -0800

    systemd: remove musl specific control of ldconfig PACKAGECONFIG
    
    The ldconfig PACKAGECONFIG option is controlled by the ldconfig
    distro feature - which is now disabled by default when building for
    musl.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 84c841c5b4d3ae753c377f5bdbda19281c771f60)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/systemd/systemd_234.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_234.bb b/meta/recipes-core/systemd/systemd_234.bb
index 6b8745b..6946538 100644
--- a/meta/recipes-core/systemd/systemd_234.bb
+++ b/meta/recipes-core/systemd/systemd_234.bb
@@ -80,7 +80,6 @@ PACKAGECONFIG_remove_libc-musl = "smack"
 PACKAGECONFIG_remove_libc-musl = "resolved"
 PACKAGECONFIG_remove_libc-musl = "nss"
 PACKAGECONFIG_remove_libc-musl = "localed"
-PACKAGECONFIG_remove_libc-musl = "ldconfig"
 
 # Use the upstream systemd serial-getty at .service and rely on
 # systemd-getty-generator instead of using the OE-core specific

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


More information about the Openembedded-commits mailing list