diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-14 15:02:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-14 15:02:36 +0000 |
commit | 60c86e7fb57edf36191178c095b1c39bbc4b035a (patch) | |
tree | 3ffb109a2ed56d95cfa3499ae9ccc3ee2ad9e821 /python/python_2.3.3.oe | |
parent | fc915eada84fcc41b5f209c9076adf08d0286932 (diff) |
BUGFIX: the python packages should now build again
(fixed some dependencies, too)
BKrev: 402e388ceppLnKc1s7M7m_83993tLQ
Diffstat (limited to 'python/python_2.3.3.oe')
-rw-r--r-- | python/python_2.3.3.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe index fa2916b56c..7717db70c0 100644 --- a/python/python_2.3.3.oe +++ b/python/python_2.3.3.oe @@ -39,6 +39,10 @@ do_compile() { STAGING_DIR=${STAGING_DIR} } +do_stage() { + install -m 0644 Include/*.h ${STAGING_INCDIR}/python2.3/ +} + do_install() { install -m 0644 Makefile.orig Makefile oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \ |