[oe] adding German local files to an image

Richard Purdie rpurdie at rpsys.net
Sat Jun 7 13:34:55 UTC 2008


On Sat, 2008-06-07 at 07:23 -0400, Cliff Brake wrote:
> The reason for the above behavior is locale packages are created
> dynamically, so bitbake has no knowledge of them.  Adding the
> following to bitbake.conf as as suggested on IRC last night would fix
> that:
> 
> PACKAGES_DYNAMIC = "${PN}-locale-*"
> 
> Any objections to adding this?

Not an objection but a technical problem: With the above, you will get a
crash from bitbake since that expands to "uclibc++-locale-*" for the
uclibc++ package and that variable is treated as a regexp.

I'm undecided what the best fix for that is at the moment...

Cheers,

Richard






More information about the Openembedded-devel mailing list