diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-08-05 11:24:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-06 14:09:42 +0100 |
commit | 17685eb72f335f53caf3cadaadcf479d394f8792 (patch) | |
tree | 4ae9e5cb472662d33fe51c9bf38728c4f3dd33fc /meta/recipes-core/eglibc | |
parent | d205aa2b42a4676b1ba587c0375cd6ac7e18e9ce (diff) | |
download | openembedded-core-17685eb72f335f53caf3cadaadcf479d394f8792.tar.gz openembedded-core-17685eb72f335f53caf3cadaadcf479d394f8792.tar.bz2 openembedded-core-17685eb72f335f53caf3cadaadcf479d394f8792.zip |
eglibc-locale: bump PR after fc4b138948656d482603b80f8c8e86fdbb185df4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index c08e38dee0..d6bdcb5f2e 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc @@ -27,7 +27,7 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips mips64" # set "0" for qemu emulation of native localedef for locale generation LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1" -PR = "r21" +PR = "r22" PKGSUFFIX = "" PKGSUFFIX_virtclass-nativesdk = "-nativesdk" |