diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-11-14 11:39:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-30 10:49:21 +0000 |
commit | dbc2504bf932f58eb757fe269c979cacf9516040 (patch) | |
tree | 6f93f754ec634c67fa60a56757903d6597621e7b /meta | |
parent | 34c755d1e5a81cb862cf22ec78f45936a4254962 (diff) | |
download | poky-dbc2504bf932f58eb757fe269c979cacf9516040.tar.gz |
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.
(From OE-Core rev: 84c841c5b4d3ae753c377f5bdbda19281c771f60)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
80 | PACKAGECONFIG_remove_libc-musl = "resolved" | 80 | PACKAGECONFIG_remove_libc-musl = "resolved" |
81 | PACKAGECONFIG_remove_libc-musl = "nss" | 81 | PACKAGECONFIG_remove_libc-musl = "nss" |
82 | PACKAGECONFIG_remove_libc-musl = "localed" | 82 | PACKAGECONFIG_remove_libc-musl = "localed" |
83 | PACKAGECONFIG_remove_libc-musl = "ldconfig" | ||
84 | 83 | ||
85 | # Use the upstream systemd serial-getty@.service and rely on | 84 | # Use the upstream systemd serial-getty@.service and rely on |
86 | # systemd-getty-generator instead of using the OE-core specific | 85 | # systemd-getty-generator instead of using the OE-core specific |