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-native_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-native_2.3.3.oe')
-rw-r--r-- | python/python-native_2.3.3.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe index 08433a3560..97859cc184 100644 --- a/python/python-native_2.3.3.oe +++ b/python/python-native_2.3.3.oe @@ -12,14 +12,14 @@ inherit autotools native DEPENDS=patcher-native -EXTRA_OECONF = '--with-threads --with-pymalloc --with-cyclic-gc --with-exec-prefix=${STAGING_DIR}/build' +EXTRA_OECONF = '--with-threads --with-pymalloc --with-cyclic-gc --with-prefix=${STAGING_DIR} --with-exec-prefix=${STAGING_DIR}/build' + do_configure () { oe_runconf } -do_stage_append() { +do_stage() { # install pgen for later usage with non-native builds install Parser/pgen ${STAGING_DIR}/build/bin } - |