[oe] [PATCH 3/6] package.bbclass, package_ipk.bbclass: add dynamic depends on locale packages (ipk specific)

Phil Blundell pb at reciva.com
Thu Feb 12 17:47:45 UTC 2009


On Thu, 2009-02-12 at 14:38 -0200, Otavio Salvador wrote:
> +
> +		if pkgname.find('-locale-') == -1:
> +			rdepends.append('%s-locale*' % pkgname)
> +

This looks like it will add locale dependencies to all the subpackages
(e.g. foo-doc, foo-dev and the like) as well as the main "foo" package,
which is a bit different to how the old code used to work.  But I guess
that's harmless enough: the worst effect will be to bloat the Packages
file a bit, and I doubt anybody will care too much.  So, thumbs up from
me.

p.






More information about the Openembedded-devel mailing list