From: Michael Lauer Date: Thu, 19 Oct 2006 22:35:36 +0000 (+0000) Subject: python-native 2.4.0 compile with --prefix same as --exec-prefix to fix some rare... X-Git-Tag: Release-2010-05/1~9453^2~567^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63cdfadedd1bfaff1b63a8485c375e8d267ea2c0;p=openembedded.git python-native 2.4.0 compile with --prefix same as --exec-prefix to fix some rare cases of distutils builds let's see if this breaks anything... --- diff --git a/packages/python/python-native_2.4.0.bb b/packages/python/python-native_2.4.0.bb index 18b890203f..3333512563 100644 --- a/packages/python/python-native_2.4.0.bb +++ b/packages/python/python-native_2.4.0.bb @@ -4,7 +4,7 @@ LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" DEPENDS = "" -PR = "r1" +PR = "r2" EXCLUDE_FROM_WORLD = "1" @@ -17,7 +17,7 @@ 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} --with-exec-prefix=${STAGING_DIR}/${BUILD_SYS}" + --with-prefix=${STAGING_DIR}/${BUILD_SYS} --with-exec-prefix=${STAGING_DIR}/${BUILD_SYS}" EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS=""' do_configure() {