python-native 2.4.0 this time, the --prefix change is actually effective
authorMichael Lauer <mickey@vanille-media.de>
Fri, 20 Oct 2006 11:41:30 +0000 (11:41 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 20 Oct 2006 11:41:30 +0000 (11:41 +0000)
packages/python/python-native_2.4.0.bb

index 3333512..ff4fb14 100644 (file)
@@ -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() {