diff options
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 } - |