All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] eglibc-locale: fix localedef packaging
@ 2011-06-28 15:30 Koen Kooi
  2011-06-28 16:11 ` Richard Purdie
  0 siblings, 1 reply; 14+ messages in thread
From: Koen Kooi @ 2011-06-28 15:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

the ${PN} still needs some checking, since it will now inheriting the default FILES_${PN}

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-core/eglibc/eglibc-locale.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc
index ed6c099..fdc4fb4 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} glibc-locale"
 
 PACKAGES_DYNAMIC = "locale-base-* \
                     eglibc-gconv-* eglibc-charmap-* eglibc-localedata-* eglibc-binary-localedata-* \
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-07-05 13:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-28 15:30 [PATCH] eglibc-locale: fix localedef packaging Koen Kooi
2011-06-28 16:11 ` Richard Purdie
2011-06-28 20:32   ` Koen Kooi
2011-06-29 13:36     ` Phil Blundell
2011-06-29 13:49       ` Richard Purdie
2011-06-30 11:17         ` Phil Blundell
2011-06-30 11:24           ` Koen Kooi
2011-06-30 13:04             ` Phil Blundell
2011-06-30 13:40               ` Koen Kooi
2011-06-30 14:54               ` Richard Purdie
2011-06-30 14:54           ` Richard Purdie
2011-06-30 15:53             ` Saul Wold
2011-07-05 13:05           ` Richard Purdie
2011-06-29 22:31   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.