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

Phil Blundell philb at gnu.org
Thu Jul 26 18:58:06 UTC 2012


On Thu, 2012-07-26 at 11:49 -0700, Saul Wold wrote:
> diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
> index 0c7fe80..06e2e04 100644
> --- a/meta/classes/package.bbclass
> +++ b/meta/classes/package.bbclass
> @@ -389,6 +389,8 @@ python package_do_split_locales() {
>  
>      dvar = d.getVar('PKGD', True)
>      pn = d.getVar('PN', True)
> +    if pn == "eglibc-locale":
> +        pn = "eglibc"

Bletch!  There must surely be some way to solve this problem without
hacking recipe names into package.bbclass.

p.






More information about the Openembedded-core mailing list