Re: [OE-core] [PATCH] bitbake.conf: Add unzip hosttool

2017-07-18 Thread Ricardo Ribalda Delgado
Hi Ross That did the trick. I have just posted a new patch! Thanks! On Tue, Jul 18, 2017 at 12:47 PM, Burton, Ross wrote: > > On 18 July 2017 at 11:03, Ricardo Ribalda Delgado > wrote: >> >> Unzip is required for jar files. Without this patch: >> ERROR: junit4-4.3.1-r0 do_unpack: Unpack failur

Re: [OE-core] [PATCH] bitbake.conf: Add unzip hosttool

2017-07-18 Thread Burton, Ross
On 18 July 2017 at 11:03, Ricardo Ribalda Delgado wrote: > Unzip is required for jar files. Without this patch: > ERROR: junit4-4.3.1-r0 do_unpack: Unpack failure for URL: > 'http://downloads.sourceforge.net/junit/junit-4.3.1-src.jar'. Unpack > command > PATH="/var/lib/jenkins/workspace/qt5122-dy

Re: [OE-core] [PATCH] bitbake.conf: Add unzip hosttool

2017-07-18 Thread Martin Jansa
There is unzip-native available, so you should add it to DEPENDS only where needed.e.g. like in: https://github.com/OSSystems/meta-browser/commit/bd2c39ddba00a3e0171e30ee4a4585b56122990a On Tue, Jul 18, 2017 at 11:03 AM, Ricardo Ribalda Delgado < ricardo.riba...@gmail.com> wrote: > Unzip is requ

[OE-core] [PATCH] bitbake.conf: Add unzip hosttool

2017-07-18 Thread Ricardo Ribalda Delgado
Unzip is required for jar files. Without this patch: ERROR: junit4-4.3.1-r0 do_unpack: Unpack failure for URL: 'http://downloads.sourceforge.net/junit/junit-4.3.1-src.jar'. Unpack command PATH="/var/lib/jenkins/workspace/qt5122-dyspro/build/tmp/sysroots-uninative/x86_64-linux/usr/bin ..." unzi