From 86ba355716b28fd055a879f1c9a786b8aa2e2c19 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 20 Oct 2006 11:41:30 +0000 Subject: python-native 2.4.0 this time, the --prefix change is actually effective --- packages/python/python-native_2.4.0.bb | 7 +++++-- 1 file 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() { -- cgit v1.2.3