On Tue, Aug 27, 2013 at 11:10:34AM -0700, Khem Raj wrote:
> 
> On Aug 27, 2013, at 12:48 AM, Martin Jansa <martin.ja...@gmail.com> wrote:
> 
> >> 
> >> python3_3.3.2.bb: Add liblzma to RDEPENDS for python3-misc
> >> 
> >> doesn't look like right fix, something in python3-misc is linked to
> >> liblzma
> >> 
> >> DEBUG: calculating shlib requirements for python3-misc
> >> DEBUG: python3-misc: Dependency libpython3.3m.so.1.0 requires package 
> >> libpython3
> >> DEBUG: python3-misc: Dependency libc.so.6 requires package eglibc
> >> DEBUG: python3-misc: Dependency liblzma.so.5 requires package liblzma
> >> DEBUG: python3-misc: Dependency libbz2.so.0 requires package libbz2
> >> DEBUG: python3-misc: Dependency libcrypt.so.1 requires package eglibc
> >> 
> >> so you should add it to DEPENDS not RDEPENDS (Adding it to RDEPENDS
> >> hides this message from test-dependencies.sh, but support for lzma in
> >> python3-misc would stay nondeterministic).
> 
> 
> why ? wont RDEPENDS ask for getting it built before ?

before do_package but not before do_configure

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

-- 
Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com

Attachment: signature.asc
Description: Digital signature

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

Reply via email to