Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-29 Thread Khem Raj
On Thu, Jul 26, 2012 at 2:47 PM, Mark Hatle mark.ha...@windriver.com wrote: On 7/26/12 4:27 PM, Khem Raj wrote: On Thu, Jul 26, 2012 at 1:53 PM, Phil Blundell ph...@gnu.org wrote: On Thu, 2012-07-26 at 21:38 +0100, Richard Purdie wrote: the other alternative which comes to mind would be so

Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-29 Thread Khem Raj
After RPs fix and Paul's root file system rework I am still seeing temp/run.do_rootfs.25593: 932: local: locale-base-en-gb: bad variable name OK I think my fault is that I am dash'ing and not bash'ing and meta/classes/package_rpm.bbclass is full of bashism

[OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-26 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com eglibc-locale is creating the individual locale files which have runtime dependency on ${PN} which is 'eglibc-locale' but problem is that eglibc-locale is an empty package and does not get created so when one asks for adding locales to image then due to the

Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-26 Thread Khem Raj
On Thu, Jul 26, 2012 at 11:58 AM, Phil Blundell ph...@gnu.org wrote: Bletch! There must surely be some way to solve this problem without hacking recipe names into package.bbclass. Yes making eglibc-locale base package to be non empty. So if we put in something there that it never turns out to

Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-26 Thread Richard Purdie
On Thu, 2012-07-26 at 13:16 -0700, Khem Raj wrote: On Thu, Jul 26, 2012 at 11:58 AM, Phil Blundell ph...@gnu.org wrote: Bletch! There must surely be some way to solve this problem without hacking recipe names into package.bbclass. Yes making eglibc-locale base package to be non empty.

Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-26 Thread Phil Blundell
On Thu, 2012-07-26 at 21:38 +0100, Richard Purdie wrote: the other alternative which comes to mind would be so set a variable with the name we want used there, defaulting it to PN. That sounds like the most wholesome plan to me. p. ___

Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-26 Thread Khem Raj
On Thu, Jul 26, 2012 at 1:53 PM, Phil Blundell ph...@gnu.org wrote: On Thu, 2012-07-26 at 21:38 +0100, Richard Purdie wrote: the other alternative which comes to mind would be so set a variable with the name we want used there, defaulting it to PN. That sounds like the most wholesome plan to

Re: [OE-core] [PATCH] package.bbclass: Let pn be eglibc for eglibc-locale

2012-07-26 Thread Mark Hatle
On 7/26/12 4:27 PM, Khem Raj wrote: On Thu, Jul 26, 2012 at 1:53 PM, Phil Blundell ph...@gnu.org wrote: On Thu, 2012-07-26 at 21:38 +0100, Richard Purdie wrote: the other alternative which comes to mind would be so set a variable with the name we want used there, defaulting it to PN. That