[OE-core] [PATCH] base bbclass: add support for tar.lz

Koen Kooi koen at dominion.thruhere.net
Mon Oct 27 11:39:03 UTC 2014


> Op 27 okt. 2014, om 11:59 heeft Burton, Ross <ross.burton at intel.com> het volgende geschreven:
> 
> 
> On 26 October 2014 15:10, Koen Kooi <koen at dominion.thruhere.net> wrote:
> +    # Not endswith because of "*.patch.lz;patch=1". Need bb.fetch.decodeurl in future
> +    if '.lz' in srcuri:
> 
> I think it's time to implement that todo, as oe-core now fails to build:
> 
> ERROR: Nothing PROVIDES 'lzip-native'. Close matches:
>   zip-native
>   lzop-native
>   gzip-native
> ERROR: Nothing RPROVIDES 'lzop-dev' (but /home/ross/Yocto/poky/meta/recipes-support/lzop/lzop_1.03.bb RDEPENDS on or otherwise requires it)
> ERROR: No eligible RPROVIDERs exist for 'lzop-dev'
> NOTE: Runtime target 'lzop-dev' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['lzop-dev']
> ERROR: Nothing RPROVIDES 'lzop' (but /home/ross/Yocto/poky/meta/recipes-support/lzop/lzop_1.03.bb RDEPENDS on or otherwise requires it)
> ERROR: No eligible RPROVIDERs exist for 'lzop'
> NOTE: Runtime target 'lzop' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['lzop'] 
> 
> Because:
> 
> SRC_URI = "http://www.lzop.org/download/${BP}.tar.gz \

Not quite, 'lzop' is not the same as 'lzip',the problem is this:

koen at beast:/build/v2014.12/sources$ find . -name "lzip*.bb"
./meta-openembedded/meta-oe/recipes-support/lzip/lzip_1.15.bb

lzip is in meta-oe, not in oe-core. Should I send a patch moving lzip to OE-core?

regards,

Koen




More information about the Openembedded-core mailing list