[OE-core] [PATCH 1/2] bitbake/fetch2: add support for wrapper command

McClintock Matthew-B29882 B29882 at freescale.com
Mon Jan 16 15:05:29 UTC 2012


On Mon, Jan 16, 2012 at 6:32 AM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
>> > +    cmd = "%s %s" % (bb.data.getVar("BB_FETCH_WRAPPER", d, True), cmd)
>> > +
>> I am guessing you really want a check here if BB_FETCH_WRAPPER is set,
>> otherwise I am not sure this will work correctly, did you test without
>> this new variable set?
>
> We've had this conversation on the bitbake list. I think Matthew has an
> alternative fix to use instead of this so we'll likely drop this patch
> anyway.

Yes, please drop this patch.

-M




More information about the Openembedded-core mailing list