On Aug 27, 2013, at 11:15 AM, Martin Jansa <martin.ja...@gmail.com> wrote:

> before do_package but not before do_configure
> 

I have thusly changed it to a DEPENDS and pushed the reworked patch to pull 
tree here
http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/python3&id=1b18148bb97b366393bf62c24cc0b90cd8d2b8b5

>> 
>>> 
>>> That something is python lzmamodule packaged in python3-misc :)
>>> 
>>> setup.py:
>>>       # LZMA compression support.
>>>       if self.compiler.find_library_file(lib_dirs, 'lzma'):
>>>           exts.append( Extension('_lzma', ['_lzmamodule.c'],
>>>                                  libraries = ['lzma']) )
>>>       else:
>>>           missing.append('_lzma')
>>> 
>> 
> 

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to