On Wed, Mar 14, 2012 at 01:33:18AM -0700, Saul Wold wrote: > WARNING: QA Issue: non -staticdev package contains static .a library: > python-distutils path > '/work/i586-poky-linux/python-2.7.2-r1.7/packages-split/python-distutils/usr/lib/python2.7/config/libpython2.7.a' > Signed-off-by: Saul Wold <[email protected]> > --- > .../python/python-2.7-manifest.inc | 6 +++++- > meta/recipes-devtools/python/python_2.7.2.bb | 2 +- > 2 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc > b/meta/recipes-devtools/python/python-2.7-manifest.inc > index e4017ba..5f8b7cf 100644 > --- a/meta/recipes-devtools/python/python-2.7-manifest.inc > +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc
Please change this in scripts/contrib/python/generate-manifest-2.7.py and regenerate python-2.7-manifest.inc with that python-2.7-manifest.inc: # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. # Generator: 'scripts/contrib/python/generate-manifest-2.7.py' Version 20110222.2 (C) 2002-2010 Michael 'Mickey' Lauer <[email protected]> # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy > @@ -7,7 +7,7 @@ > > PROVIDES+="${PN}-2to3 ${PN}-audio ${PN}-bsddb ${PN}-codecs ${PN}-compile > ${PN}-compiler ${PN}-compression ${PN}-core ${PN}-crypt ${PN}-ctypes > ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib > ${PN}-distutils ${PN}-doctest ${PN}-elementtree ${PN}-email ${PN}-fcntl > ${PN}-gdbm ${PN}-hotshot ${PN}-html ${PN}-idle ${PN}-image ${PN}-io > ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime > ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver > ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile > ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource ${PN}-robotparser > ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold > ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils > ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml > ${PN}-xmlrpc ${PN}-zlib " > > -PACKAGES="${PN}-dbg ${PN}-2to3 ${PN}-audio ${PN}-bsddb ${PN}-codecs > ${PN}-compile ${PN}-compiler ${PN}-compression ${PN}-core ${PN}-crypt > ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev > ${PN}-difflib ${PN}-distutils ${PN}-doctest ${PN}-elementtree ${PN}-email > ${PN}-fcntl ${PN}-gdbm ${PN}-hotshot ${PN}-html ${PN}-idle ${PN}-image > ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math > ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver > ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile > ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource ${PN}-robotparser > ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold > ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils > ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml > ${PN}-xmlrpc ${PN}-zlib ${PN}-modules" > +PACKAGES="${PN}-dbg ${PN}-2to3 ${PN}-audio ${PN}-bsddb ${PN}-codecs > ${PN}-compile ${PN}-compiler ${PN}-compression ${PN}-core ${PN}-crypt > ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev > ${PN}-difflib ${PN}-distutils-staticdev ${PN}-distutils ${PN}-doctest > ${PN}-elementtree ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-hotshot ${PN}-html > ${PN}-idle ${PN}-image ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging > ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing > ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil > ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-resource > ${PN}-robotparser ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests > ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests > ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin > ${PN}-xml ${PN}-xmlrpc ${PN}-zlib ${PN}-modules" > > DESCRIPTION_${PN}-2to3="Python Automated Python 2 to 3 code translation" > RDEPENDS_${PN}-2to3="${PN}-core" > @@ -78,6 +78,10 @@ DESCRIPTION_${PN}-distutils="Python Distribution Utilities" > RDEPENDS_${PN}-distutils="${PN}-core" > FILES_${PN}-distutils="${libdir}/python2.7/config > ${libdir}/python2.7/distutils " > > +DESCRIPTION_${PN}-distutils-staticdev="Python Distribution Utilities (Static > Libraries)" > +RDEPENDS_${PN}-distutils-staticdev="${PN}-distutils" > +FILES_${PN}-distutils-staticdev="${libdir}/python2.7/config/lib*.a" > + > DESCRIPTION_${PN}-doctest="Python framework for running examples in > docstrings." > RDEPENDS_${PN}-doctest="${PN}-core ${PN}-lang ${PN}-io ${PN}-re > ${PN}-unittest ${PN}-debugger ${PN}-difflib" > FILES_${PN}-doctest="${libdir}/python2.7/doctest.* " > diff --git a/meta/recipes-devtools/python/python_2.7.2.bb > b/meta/recipes-devtools/python/python_2.7.2.bb > index b14b82e..d2100be 100644 > --- a/meta/recipes-devtools/python/python_2.7.2.bb > +++ b/meta/recipes-devtools/python/python_2.7.2.bb > @@ -1,7 +1,7 @@ > require python.inc > DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib" > DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" > -PR = "${INC_PR}.7" > +PR = "${INC_PR}.8" > > DISTRO_SRC_URI ?= "file://sitecustomize.py" > DISTRO_SRC_URI_linuxstdbase = "" > -- > 1.7.7.6 > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
