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

2014-10-28 Thread Koen Kooi
> Op 28 okt. 2014, om 23:22 heeft Richard Purdie > het volgende geschreven: > > On Tue, 2014-10-28 at 10:36 +0100, Koen Kooi wrote: >>> Op 27 okt. 2014, om 14:15 heeft Burton, Ross het >>> volgende geschreven: >>> >>> >>> On 27 October 2014 13:06, Koen Kooi wrote: >>> Ah, two different pro

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

2014-10-28 Thread Richard Purdie
On Tue, 2014-10-28 at 10:36 +0100, Koen Kooi wrote: > > Op 27 okt. 2014, om 14:15 heeft Burton, Ross het > > volgende geschreven: > > > > > > On 27 October 2014 13:06, Koen Kooi wrote: > > Ah, two different problems :/ > > > > The problem that lzip-native isn't in oe-core is only a problem wh

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

2014-10-28 Thread Koen Kooi
> Op 27 okt. 2014, om 14:15 heeft Burton, Ross het > volgende geschreven: > > > On 27 October 2014 13:06, Koen Kooi wrote: > Ah, two different problems :/ > > The problem that lzip-native isn't in oe-core is only a problem when there's > a .lz SRC_URI in oe-core, but the false-positives are

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

2014-10-27 Thread Burton, Ross
On 27 October 2014 13:06, Koen Kooi wrote: > Ah, two different problems :/ The problem that lzip-native isn't in oe-core is only a problem when there's a .lz SRC_URI in oe-core, but the false-positives are a problem now. Ross -- ___ Openembedded-cor

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

2014-10-27 Thread Koen Kooi
> Op 27 okt. 2014, om 12:54 heeft Burton, Ross het > volgende geschreven: > > > On 27 October 2014 11:39, Koen Kooi wrote: > > SRC_URI = "http://www.lzop.org/download/${BP}.tar.gz \ > > Not quite, 'lzop' is not the same as 'lzip',the problem is this: > > The problem is that the lzop SRC_URI

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

2014-10-27 Thread Burton, Ross
On 27 October 2014 11:39, Koen Kooi wrote: > > SRC_URI = "http://www.lzop.org/download/${BP}.tar.gz \ > > Not quite, 'lzop' is not the same as 'lzip',the problem is this: > The problem is that the lzop SRC_URI contains the string ".lz", so it incorrectly gains a lzip-native dependency. Ross --

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

2014-10-27 Thread Koen Kooi
> Op 27 okt. 2014, om 11:59 heeft Burton, Ross het > volgende geschreven: > > > On 26 October 2014 15:10, Koen Kooi 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 o

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

2014-10-27 Thread Burton, Ross
On 26 October 2014 15:10, Koen Kooi 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

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

2014-10-26 Thread Koen Kooi
Some GNU packages (e.g. ddrescue) switched to lzip only, so add support for it. Needs matching bitbake patch to work properly: http://lists.openembedded.org/pipermail/bitbake-devel/2014-October/005093.html Signed-off-by: Koen Kooi --- meta/classes/base.bbclass | 5 + 1 file changed, 5 inser