[oe-commits] Richard Purdie : libc-locale: Drop PN-locale packages

git version control git at git.openembedded.org
Tue Jun 28 16:08:38 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 8ee5160e8978d73ade2830c9f64df4c0009c0525
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8ee5160e8978d73ade2830c9f64df4c0009c0525

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Jun 28 17:05:03 2011 +0100

libc-locale: Drop PN-locale packages

These never seem to have been generated and matched no known FILES anyhow.

This ensures localedef makes it into the correct package too.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/eglibc/eglibc-locale.inc     |    6 ++----
 meta/recipes-core/glibc/glibc-locale_2.10.1.bb |    4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc
index ed6c099..7c4b1d5 100644
--- a/meta/recipes-core/eglibc/eglibc-locale.inc
+++ b/meta/recipes-core/eglibc/eglibc-locale.inc
@@ -26,12 +26,12 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips"
 # set "0" for qemu emulation of native localedef for locale generation
 LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1"
 
-PR = "r0"
+PR = "r1"
 
 PKGSUFFIX = ""
 PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
 
-PACKAGES = "eglibc-locale localedef${PKGSUFFIX}"
+PACKAGES = "localedef${PKGSUFFIX}"
 
 PACKAGES_DYNAMIC = "locale-base-* \
                     eglibc-gconv-* eglibc-charmap-* eglibc-localedata-* eglibc-binary-localedata-* \
@@ -39,8 +39,6 @@ PACKAGES_DYNAMIC = "locale-base-* \
 
 PROVIDES = "virtual/libc-locale${PKGSUFFIX}"
 
-RPROVIDES_eglibc-locale = "glibc-locale"
-
 FILES_eglibc-gconv = "${libdir}/gconv/*"
 FILES_localedef${PKGSUFFIX} = "${bindir}/localedef"
 
diff --git a/meta/recipes-core/glibc/glibc-locale_2.10.1.bb b/meta/recipes-core/glibc/glibc-locale_2.10.1.bb
index d8ff12d..6082539 100644
--- a/meta/recipes-core/glibc/glibc-locale_2.10.1.bb
+++ b/meta/recipes-core/glibc/glibc-locale_2.10.1.bb
@@ -26,14 +26,14 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips"
 # set "0" for qemu emulation of native localedef for locale generation
 LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1"
 
-PR = "r0"
+PR = "r1"
 
 PKGSUFFIX = ""
 PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
 
 PROVIDES = "virtual/libc-locale"
 
-PACKAGES = "glibc-locale localedef${PKGSUFFIX}"
+PACKAGES = "localedef${PKGSUFFIX}"
 
 PACKAGES_DYNAMIC = "locale-base-* \
                     glibc-gconv-*${PKGSUFFIX}  glibc-charmap-*  glibc-localedata-*  glibc-binary-localedata-*"





More information about the Openembedded-commits mailing list