> 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
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
> 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
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
> 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
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
--
> 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
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
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