| Submitter | Koen Kooi |
|---|---|
| Date | June 28, 2011, 8:31 p.m. |
| Message ID | <1309293110-22035-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/6621/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index 7c4b1d5..96f2d8a 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc @@ -26,7 +26,7 @@ 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 = "r1" +PR = "r16" PKGSUFFIX = "" PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
eglibc was way beyond PR = "r1" at the time of the split, so increase PR to make package upgrades work Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- meta/recipes-core/eglibc/eglibc-locale.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)