[oe] 2011.03-maintenance: eglibc-binary-localedata packages missing on image

2011-08-01 Thread Hauser, Wolfgang (external)
Hello, we want to install our generated locales on our image offline, therefor we use following settings: local.conf: ENABLE_BINARY_LOCALE_GENERATION = "1" LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1" GLIBC_INTERNAL_USE_BINARY_LOCALE = "compile" GLIBC_GENERATE_LOCALES = "en_US.UTF-8 en_GB.UTF-8

Re: [oe] 2011.03-maintenance: eglibc-binary-localedata packages missing on image

2011-08-04 Thread Hauser, Wolfgang (external)
Ping ... Has someone an idea how to solve this problem ? If we examine the angstrom glibc "locale-base-*" packages they have an dependency on the "glibc-binary-localedata-*" but no provides entry for this package. Regards Wolfgang Hauser -Ursprüngliche Nachricht- Von: Hauser, Wolfgan

Re: [oe] 2011.03-maintenance: eglibc-binary-localedata packages missing on image

2011-08-04 Thread Tom Rini
On 08/04/2011 03:10 AM, Hauser, Wolfgang (external) wrote: > Ping ... > > Has someone an idea how to solve this problem ? > > If we examine the angstrom glibc "locale-base-*" packages they have an > dependency on the "glibc-binary-localedata-*" but no provides entry for this > package. I woul

Re: [oe] 2011.03-maintenance: eglibc-binary-localedata packages missing on image

2011-08-05 Thread Hauser, Wolfgang (external)
>I would look at classes/libc-package.bbclass and >recipes/eglibc/eglibc-package.inc in oe.dev and see if there's been a >fix here that needs to be back ported / cherry-picked. Unfortunately there are no changes between the oe.dev (remotes/origin/master) and the remotes/origin/2011.03-maintenance.