[oe-commits] [openembedded-core] 19/38: glibc-locale.inc: avoid duplicate packages

git at git.openembedded.org git at git.openembedded.org
Thu Apr 5 14:14:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit 8d6f11c6dc0543dff330a0bfd0772bda969016ed
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Mon Jan 22 16:35:06 2018 -0800

    glibc-locale.inc: avoid duplicate packages
    
    PACKAGES_DYNAMIC contained an identical set of packages twice.
    I suspect this was a result of global search/replace when moving
    recipes from eglibc to glibc long time ago.
    
    (From OE-Core rev: 9d0f0fa80ffbafc2d4a1df0fa3ac5d84396a8182)
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/glibc/glibc-locale.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc
index fddbc6b..664edb2 100644
--- a/meta/recipes-core/glibc/glibc-locale.inc
+++ b/meta/recipes-core/glibc/glibc-locale.inc
@@ -39,7 +39,6 @@ PACKAGES = "localedef ${PN}-dbg"
 
 PACKAGES_DYNAMIC = "^locale-base-.* \
                     ^glibc-gconv-.* ^glibc-charmap-.* ^glibc-localedata-.* ^glibc-binary-localedata-.* \
-                    ^glibc-gconv-.*  ^glibc-charmap-.*  ^glibc-localedata-.*  ^glibc-binary-localedata-.* \
                     ^${MLPREFIX}glibc-gconv$"
 
 # Create a glibc-binaries package

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list