[oe] busybox & syslog init script

Phil Blundell philb at gnu.org
Wed Jun 3 15:16:21 UTC 2009


On Wed, 2009-06-03 at 10:54 -0400, Michael Smith wrote:
> I was thinking about this and I'm not sure how to get the python bit to 
> run after do_fetch (so defconfig is available in ${WORKDIR}). It's 
> probably possible but it would take quite a bit of fiddling, and would 
> only save an ipkg warning for the few of us who don't set 
> CONFIG_SYSLOGD=y. Currently, all in-tree configs set CONFIG_SYSLOGD.

Something like:

python do_dependency_massage() {
   # my python code here
}

addtask dependency_massage after do_configure before do_compile

But yeah, using RRECOMMENDS is probably an okay solution too.  I
wouldn't have a problem with that.

p.






More information about the Openembedded-devel mailing list