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

2017-04-17 Thread Paul Eggleton
On Friday, 14 April 2017 8:34:27 AM NZST Andreas Müller wrote: > On Thu, Apr 13, 2017 at 5:57 PM, Burton, Ross wrote: > > On 13 April 2017 at 16:53, Andreas Müller > > > > wrote: > >> OK - but why do I see this error in do_unpack? > > > > What recipe and task? > > > > Ross > > It is not that

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

2017-04-13 Thread Burton, Ross
On 13 April 2017 at 22:09, Andreas Müller wrote: > > 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. > There's plenty of prior for base.bbclass supporting extractors/fetcher

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

2017-04-13 Thread Andreas Müller
On Thu, Apr 13, 2017 at 10:58 PM, Andre McCurdy wrote: > On Thu, Apr 13, 2017 at 1:34 PM, Andreas Müller > wrote: >> On Thu, Apr 13, 2017 at 5:57 PM, Burton, Ross wrote: >>> On 13 April 2017 at 16:53, Andreas Müller >>> wrote: OK - but why do I see this error in do_unpack? >>> >>> Wha

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

2017-04-13 Thread Andre McCurdy
On Thu, Apr 13, 2017 at 1:34 PM, Andreas Müller wrote: > On Thu, Apr 13, 2017 at 5:57 PM, Burton, Ross wrote: >> On 13 April 2017 at 16:53, Andreas Müller >> wrote: >>> >>> OK - but why do I see this error in do_unpack? >> >> What recipe and task? >> >> Ross >> > It is not that simple and it dri

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

2017-04-13 Thread Andreas Müller
On Thu, Apr 13, 2017 at 5:57 PM, Burton, Ross wrote: > > On 13 April 2017 at 16:53, Andreas Müller > 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

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

2017-04-13 Thread Burton, Ross
On 13 April 2017 at 16:53, Andreas Müller wrote: > OK - but why do I see this error in do_unpack? > What recipe and task? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listin

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

2017-04-13 Thread Andreas Müller
On Thu, Apr 13, 2017 at 5:49 PM, Martin Jansa wrote: > Some recipes like firefox depend on unzip even outside the do_unpack task: > https://github.com/OSSystems/meta-browser/commit/1e9c2d21cd4757b8d2352c2ff5aa72f3409d59f9 > https://github.com/OSSystems/meta-browser/commit/bd2c39ddba00a3e0171e30ee4

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

2017-04-13 Thread Martin Jansa
Some recipes like firefox depend on unzip even outside the do_unpack task: https://github.com/OSSystems/meta-browser/commit/1e9c2d21cd4757b8d2352c2ff5aa72f3409d59f9 https://github.com/OSSystems/meta-browser/commit/bd2c39ddba00a3e0171e30ee4a4585b56122990a but I agree these cases should be fixed by

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

2017-04-13 Thread Christopher Larson
On Thu, Apr 13, 2017 at 8:44 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > fixes do_unpack for *.zip-files: > > | /bin/sh: unzip: command not found > > Signed-off-by: Andreas Müller > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

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

2017-04-13 Thread Andreas Müller
fixes do_unpack for *.zip-files: | /bin/sh: unzip: command not found Signed-off-by: Andreas Müller --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index af3937a..1ea0dea 100644 --- a/meta/conf/bitbake