diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-19 09:52:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:43:00 +0000 |
commit | 2794b1cc12af051db404d46aea4db4c74e8e1fe3 (patch) | |
tree | df876c0d00bcc033b5d44cde6cb6790877b22fc3 | |
parent | 485315dc170e29962a8848db38db73abafd0586e (diff) | |
download | openembedded-core-2794b1cc12af051db404d46aea4db4c74e8e1fe3.tar.gz openembedded-core-2794b1cc12af051db404d46aea4db4c74e8e1fe3.tar.bz2 openembedded-core-2794b1cc12af051db404d46aea4db4c74e8e1fe3.zip |
glibc: Ensure ldconfig is packaged into glibc
If base_bindir=bindir, /usr/sbin/ldconfig gets packaged into glibc-utils instead
of glibc: Switch PACKAGES order to prevent this.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
-rw-r--r-- | meta/recipes-core/glibc/glibc-package.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index 5316bb1fdb..6e548cb581 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc @@ -16,7 +16,7 @@ python __anonymous () { INHIBIT_SYSROOT_STRIP = "1" -PACKAGES = "${PN}-dbg catchsegv sln nscd ldd tzcode ${PN}-utils glibc-thread-db ${PN}-pic libcidn libmemusage libsegfault ${PN}-pcprofile libsotruss ${PN} glibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc" +PACKAGES = "${PN}-dbg catchsegv sln nscd ldd tzcode glibc-thread-db ${PN}-pic libcidn libmemusage libsegfault ${PN}-pcprofile libsotruss ${PN} ${PN}-utils glibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc" # The ld.so in this glibc supports the GNU_HASH RPROVIDES_${PN} = "eglibc rtld(GNU_HASH)" |