diff options
| author | Rene Wagner <rw@handhelds.org> | 2005-07-19 15:41:39 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-19 15:41:39 +0000 |
| commit | efbc96c11f4f80a06c701cdc26e7b454a05706e5 (patch) | |
| tree | cc7b217c93b3d850ad6246c440106500de83cc69 /packages/python | |
| parent | 978a60b4f75da73cedba2b18c81ee2a1c4d82149 (diff) | |
| parent | 9de11cb504b6552a72c135a6d221fd24235884f4 (diff) | |
merge of 974e37be6affd939e11c5a461e60456cb8f157c0
and bc963c96596aeadb28f51b32a5991fa477af778c
Diffstat (limited to 'packages/python')
| -rw-r--r-- | packages/python/python_2.4.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/python/python_2.4.1.bb b/packages/python/python_2.4.1.bb index 5dc3542475..09febc9274 100644 --- a/packages/python/python_2.4.1.bb +++ b/packages/python/python_2.4.1.bb @@ -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() { |
