[oe-commits] Richard Purdie : python: Ensure libpython.so ends up in the .dev package

git version control git at git.openembedded.org
Fri Jul 1 22:29:50 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: bbd78814ed8beed951b7d68048957a9fe1ea4e28
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bbd78814ed8beed951b7d68048957a9fe1ea4e28

Author: Richard  Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jul  1 14:13:09 2011 +0100

python: Ensure libpython.so ends up in the .dev package

Signed-off-by: Richard  Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/python/python_2.6.6.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python_2.6.6.bb b/meta/recipes-devtools/python/python_2.6.6.bb
index e3c2355..418457c 100644
--- a/meta/recipes-devtools/python/python_2.6.6.bb
+++ b/meta/recipes-devtools/python/python_2.6.6.bb
@@ -1,7 +1,7 @@
 require python.inc
 DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib"
 DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=38fdd546420fab09ac6bd3d8a1c83eb6"
 
 DISTRO_SRC_URI ?= "file://sitecustomize.py"
@@ -113,7 +113,7 @@ FILES_${PN}-core += "${bindir}/2to3"
 
 # package libpython2
 PACKAGES =+ "lib${PN}2"
-FILES_lib${PN}2 = "${libdir}/libpython*.so*"
+FILES_lib${PN}2 = "${libdir}/libpython*.so.*"
 
 # additional stuff -dev
 





More information about the Openembedded-commits mailing list