From: Michael Lauer Date: Fri, 20 Oct 2006 11:41:30 +0000 (+0000) Subject: python-native 2.4.0 this time, the --prefix change is actually effective X-Git-Tag: Release-2010-05/1~9453^2~567^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ba355716b28fd055a879f1c9a786b8aa2e2c19;p=openembedded.git python-native 2.4.0 this time, the --prefix change is actually effective --- 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() {