[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5199/8267] glibc: Ensure ldconfig is packaged into glibc



commit fada531cb2ac1ff7b6aba3749a72a3be57c0c9a9
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Thu Jan 19 09:52:43 2017 +0200

    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>

 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 5316bb1..6e548cb 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)"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]