summaryrefslogtreecommitdiff
path: root/python/python_2.3.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python_2.3.3.oe')
-rw-r--r--python/python_2.3.3.oe4
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 \