[oe-commits] Michael 'Mickey' Lauer : python: silence OE warning; patch courtesy Florian Boor

GIT User account git at amethyst.openembedded.net
Thu Jan 15 16:30:57 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: 1fc87ab9a7b9684565785ce5996aba6f5c03fe53
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1fc87ab9a7b9684565785ce5996aba6f5c03fe53

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Jan 15 16:29:56 2009 +0000

python: silence OE warning; patch courtesy Florian Boor

---

 packages/python/python_2.6.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/python/python_2.6.1.bb b/packages/python/python_2.6.1.bb
index df50e72..f73a06a 100644
--- a/packages/python/python_2.6.1.bb
+++ b/packages/python/python_2.6.1.bb
@@ -1,6 +1,7 @@
 require python.inc
 DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib"
 DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
+PR = "ml0"
 
 SRC_URI = "\
   http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
@@ -92,7 +93,7 @@ FILES_python-core += "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py"
 
 # package libpython
 PACKAGES =+ "libpython2"
-FILES_libpython2 = "${libdir}/libpython*"
+FILES_libpython2 = "${libdir}/libpython*.so*"
 
 # catch debug extensions (isn't that already in python-core-dbg?)
 FILES_python-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug"





More information about the Openembedded-commits mailing list