diff options
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index ed6c099c6..7c4b1d501 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" |