[oe] [oe-commits] org.oe.dev package_ipkg.bbclass: Remove uneeded line, the anonymous python function sets this only in the case its needed (PACKAGES isnt empty)

Richard Purdie rpurdie at rpsys.net
Tue Feb 19 16:14:13 UTC 2008


On Tue, 2008-02-19 at 16:11 +0200, Paul Sokolovsky wrote:
> On Tue, 19 Feb 2008 14:10:51 +0100
> > package_ipkg.bbclass: Remove uneeded line, the anonymous python
> > function sets this only in the case its needed (PACKAGES isnt empty)

> > --- classes/package_ipk.bbclass
> > 1094aec718c676ccf9d8083a10b5fedde8494c1e +++
> > classes/package_ipk.bbclass
> > fdf9fdf2855198b24b017026dd3777995b2977d2 @@ -313,5 +313,4 @@
> > do_package_write_ipk[dirs] = "${D}"
> > bb.build.exec_func("do_package_ipk", d) } do_package_write_ipk[dirs]= "${D}" 
> > -do_package_write_ipk[depends]="ipkg-utils-native:do_populate_staging" 
> > addtask package_write_ipk before do_package_write after do_package
> 
> And still I somehow hit a case when for 'generic'-based distro there
> was some trouble with that. Just FYI, I don't remember details. Will
> retry later.

If that is the case there is something wrong with the dependency chains
and we need to identify what and fix it properly.

Cheers,

Richard





More information about the Openembedded-devel mailing list