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-22 11:35:20 +0000 |
commit | fada531cb2ac1ff7b6aba3749a72a3be57c0c9a9 (patch) | |
tree | c34365329c374858c42cf82fcca98e922356c779 /meta/recipes-core | |
parent | 76d182c757d6df47f315164163676e276f7379b1 (diff) | |
download | poky-fada531cb2ac1ff7b6aba3749a72a3be57c0c9a9.tar.gz |
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.
(From OE-Core rev: 2794b1cc12af051db404d46aea4db4c74e8e1fe3)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 () { | |||
16 | 16 | ||
17 | INHIBIT_SYSROOT_STRIP = "1" | 17 | INHIBIT_SYSROOT_STRIP = "1" |
18 | 18 | ||
19 | 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" | 19 | 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" |
20 | 20 | ||
21 | # The ld.so in this glibc supports the GNU_HASH | 21 | # The ld.so in this glibc supports the GNU_HASH |
22 | RPROVIDES_${PN} = "eglibc rtld(GNU_HASH)" | 22 | RPROVIDES_${PN} = "eglibc rtld(GNU_HASH)" |