diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-11-14 11:39:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-29 23:41:34 +0000 |
commit | 84c841c5b4d3ae753c377f5bdbda19281c771f60 (patch) | |
tree | d183efe8e05839d8288679988101c3ff12a64aa9 /meta/recipes-core | |
parent | baacd7ea99265f5493d2452b173a12def92f6202 (diff) | |
download | openembedded-core-84c841c5b4d3ae753c377f5bdbda19281c771f60.tar.gz openembedded-core-84c841c5b4d3ae753c377f5bdbda19281c771f60.tar.bz2 openembedded-core-84c841c5b4d3ae753c377f5bdbda19281c771f60.zip |
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@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_234.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_234.bb b/meta/recipes-core/systemd/systemd_234.bb index 6b8745b93f..69465388b2 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@.service and rely on # systemd-getty-generator instead of using the OE-core specific |