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

Burton, Ross ross.burton at intel.com
Mon Oct 27 10:59:40 UTC 2014


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 \

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20141027/ae0600b5/attachment-0002.html>


More information about the Openembedded-core mailing list