From 60c86e7fb57edf36191178c095b1c39bbc4b035a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 14 Feb 2004 15:02:36 +0000 Subject: BUGFIX: the python packages should now build again (fixed some dependencies, too) BKrev: 402e388ceppLnKc1s7M7m_83993tLQ --- python/python_2.3.3.oe | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/python_2.3.3.oe') 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 \ -- cgit v1.2.3