diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-02-17 14:22:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-17 15:30:48 +0000 |
commit | f9e678bd854c65e01d14c14bafd7c1550db55f24 (patch) | |
tree | d8e7abc04fc0f67f2d1f1c873eda8cb11e5690f3 /meta/recipes-core/eglibc | |
parent | 8feb51267647d0760f5bec3a8b6f95f4481d9b0d (diff) | |
download | openembedded-core-f9e678bd854c65e01d14c14bafd7c1550db55f24.tar.gz openembedded-core-f9e678bd854c65e01d14c14bafd7c1550db55f24.tar.bz2 openembedded-core-f9e678bd854c65e01d14c14bafd7c1550db55f24.zip |
eglibc-locale: add eglibc-gconv to PACKAGES_DYNAMIC
If you try to add eglibc-gconv to an image, you'll get a NoProvider
error because nothing at parse time states that it provides this (it's
added to PACKAGES in populate_packages). This problem manifests itself
in Hob for example when customising an image.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index e615e516d4..4da5abd778 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc @@ -35,7 +35,8 @@ PACKAGES = "localedef ${PN}-dbg" PACKAGES_DYNAMIC = "^locale-base-.* \ ^eglibc-gconv-.* ^eglibc-charmap-.* ^eglibc-localedata-.* ^eglibc-binary-localedata-.* \ - ^glibc-gconv-.* ^glibc-charmap-.* ^glibc-localedata-.* ^glibc-binary-localedata-.*" + ^glibc-gconv-.* ^glibc-charmap-.* ^glibc-localedata-.* ^glibc-binary-localedata-.* \ + ^${MLPREFIX}eglibc-gconv$" # Create a eglibc-binaries package ALLOW_EMPTY_${BPN}-binaries = "1" |