[OE-core] [PATCH] bitbake.conf: add unzip to HOSTTOOLS

Andreas Müller schnitzeltony at googlemail.com
Thu Apr 13 21:09:49 UTC 2017


On Thu, Apr 13, 2017 at 10:58 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
> On Thu, Apr 13, 2017 at 1:34 PM, Andreas Müller
> <schnitzeltony at googlemail.com> wrote:
>> On Thu, Apr 13, 2017 at 5:57 PM, Burton, Ross <ross.burton at intel.com> wrote:
>>> On 13 April 2017 at 16:53, Andreas Müller <schnitzeltony at googlemail.com>
>>> wrote:
>>>>
>>>> OK - but why do I see this error in do_unpack?
>>>
>>> What recipe and task?
>>>
>>> Ross
>>>
>> It is not that simple and it drives me mad (as usual :)
>>
>> Failing recipes were [1-2]. They failed in task (do_)unpack.
>
> [1] SRC_URI = " \
>     http://.../latest/download;downloadfilename=polyphone-1-8-src.zip \
>
> base.bbclass tests the end of the URI path, not downloadfilename, so
> it's not going to detect this dependency correctly.
Yes I thought same but why does it work now? log.do_unpack says

| NOTE: Unpacking /home/superandy/data/download/polyphone-1-8-src.zip
to /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/polyphone/1.8-r0/
>
> [2] SRC_URI = " \
>     http://.../hires-sounds.7z;name=sound \
>
> base.bbclass doesn't test for .7z extensions, so won't detect this
> dependency either.
>
Correct - but note that 7z extractor p7zip-native is not (yet) in oe-core.

> In both cases, the fix should probably go in base.bbclass.
>
Andreas



More information about the Openembedded-core mailing list