On Tue, Jul 6, 2010 at 11:10 AM, Richard Purdie <[email protected]> wrote:
> On Tue, 2010-07-06 at 19:17 +0200, Enrico Scholz wrote:
>> Jan Paesmans <[email protected]> writes:
>>
>> > cp: cannot create regular file `/ld.so.conf': Permission denied
>>
>> bb.decodeurl (bitbake 1.10) seems to be buggy:
>>
>> | >>> import bb
>> | >>> bb.decodeurl("file://ld.so.conf")
>> | ('file', '', 'ld.so.conf', '', '', {})
>> | >>> bb.decodeurl("file://etc/ld.so.conf")
>> | ('file', 'etc', '/ld.so.conf', '', '', {})
>> | >>> bb.decodeurl("file://etc/test/ld.so.conf")
>> | ('file', 'etc', '/test/ld.so.conf', '', '', {})
>>
>
> There was a fix recently added to bitbake master for this:
>
> http://git.openembedded.net/cgit.cgi/bitbake/commit/?id=ca257adc587bb0937ea76d8b32b654fdbf4192b8

right. OE needed a fix too
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=5ac52371b09a25518b60e23e80c8c812cdea6e36

which means that bitbake fix should also go
into 1.8 an 1.10 to keep building oe .dev with those versions of bitbake.


thx
-Khem

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to