diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 11:41:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 11:41:30 +0000 |
commit | 86ba355716b28fd055a879f1c9a786b8aa2e2c19 (patch) | |
tree | 3fce08249f383437e87cc192a393268d4c08aff9 /packages/python | |
parent | 63cdfadedd1bfaff1b63a8485c375e8d267ea2c0 (diff) |
python-native 2.4.0 this time, the --prefix change is actually effective
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-native_2.4.0.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/python/python-native_2.4.0.bb b/packages/python/python-native_2.4.0.bb index 3333512563..ff4fb14b37 100644 --- a/packages/python/python-native_2.4.0.bb +++ b/packages/python/python-native_2.4.0.bb @@ -16,8 +16,11 @@ S = "${WORKDIR}/Python-2.4" inherit autotools native -EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc --without-cxx --with-signal-module --with-wctype-functions \ - --with-prefix=${STAGING_DIR}/${BUILD_SYS} --with-exec-prefix=${STAGING_DIR}/${BUILD_SYS}" +prefix = ${STAGING_DIR}/${BUILD_SYS} +exec_prefix = ${STAGING_DIR}/${BUILD_SYS} + +EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc \ + --without-cxx --with-signal-module --with-wctype-functions" EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS=""' do_configure() { |