git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1c37e7
)
fix python-2.3.3 do_install()
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 4 Apr 2004 21:53:38 +0000
(21:53 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 4 Apr 2004 21:53:38 +0000
(21:53 +0000)
BKrev: 407083e224dGALmxCNDchlHqYv2Z_g
python/python_2.3.3.oe
patch
|
blob
|
history
diff --git
a/python/python_2.3.3.oe
b/python/python_2.3.3.oe
index
04d703f
..
6348286
100644
(file)
--- a/
python/python_2.3.3.oe
+++ b/
python/python_2.3.3.oe
@@
-50,6
+50,8
@@
do_install() {
oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \
HOSTPYTHON=${STAGING_BINDIR}/python \
STAGING_DIR=${STAGING_DIR} \
+ BUILD_SYS=${BUILD_SYS} \
+ HOST_SYS=${HOST_SYS} \
DESTDIR=${D} install
}