[OE-core] [PATCH 18/21] Fix problems expanding the IMAGE_INSTALL package groups

Phil Blundell pb at pbcl.net
Thu May 30 10:46:14 UTC 2013


On Wed, 2013-05-29 at 22:59 +0100, Richard Purdie wrote:
> Fair enough. Can we at least match the pattern do_split_packages uses,
> i.e.:
> 
> PACKAGES_DYNAMIC = "^${PN}-lib.*"
> 
> I'm a little paranoid about adding wildcards like ${PN}-* as the
> potential for namespace problems is not insignificant, particularly if
> you know the horrible things bitbake does with this behind the
> scenes :/.

Does it really need to be dynamic at all?  I don't think the list of
libraries installed by ncurses varies all that much (apart from WIDEC
on/off), and nor is it overwhelmingly large.  It doesn't seem like it
would be all that hard to arrange for the right stuff to be added to
PACKAGES at parse time, in which case this whole problem would just go
away.

p.





More information about the Openembedded-core mailing list