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

git at git.openembedded.org git at git.openembedded.org
Thu Jan 25 11:52:40 UTC 2018


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

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

commit 0eba0ab293f5e947e39d40ac3e650bb73ed24649
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.
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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 1a629fc..b3cb10b 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