python: install libpython-2.4.{a|so} into staging area
authorMichael Lauer <mickey@vanille-media.de>
Mon, 18 Jul 2005 15:45:13 +0000 (15:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 18 Jul 2005 15:45:13 +0000 (15:45 +0000)
packages/python/python_2.4.1.bb

index 5dc3542..09febc9 100644 (file)
@@ -6,7 +6,7 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 PROVIDES = "python python-core"
 DEPENDS = "python-native readline zlib gdbm openssl"
-PR = "ml6"
+PR = "ml7"
 
 PYTHON_MAJMIN = "2.4"
 
@@ -47,6 +47,7 @@ do_compile() {
 
 do_stage() {
        install -m 0644 Include/*.h ${STAGING_INCDIR}/python${PYTHON_MAJMIN}/
+       oe_libinstall -a -so libpython2.4 ${STAGING_LIBDIR}
 }
 
 do_install() {