From bbd78814ed8beed951b7d68048957a9fe1ea4e28 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 1 Jul 2011 14:13:09 +0100 Subject: python: Ensure libpython.so ends up in the .dev package Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python_2.6.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python_2.6.6.bb b/meta/recipes-devtools/python/python_2.6.6.bb index e3c235599d..418457cd50 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 -- cgit 1.2.3-korg