[oe-commits] org.oe.dev python-native 2.4.0 this time, the --prefix change is actually effective

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Oct 20 12:03:11 UTC 2006


python-native 2.4.0 this time, the --prefix change is actually effective

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: ba012b738e47fc8d38e7cc3f0252a71f9a07ccff
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ba012b738e47fc8d38e7cc3f0252a71f9a07ccff
Files:
1
packages/python/python-native_2.4.0.bb
Diffs:

#
# mt diff -rada725136f71727c24bc6869c932eeae201d99d2 -rba012b738e47fc8d38e7cc3f0252a71f9a07ccff
#
# 
# 
# patch "packages/python/python-native_2.4.0.bb"
#  from [5efd1be0919009771009670d7bb6672327b5ec9c]
#    to [e73984a22ed2110628077412c7d71bc4c062c275]
# 
============================================================
--- packages/python/python-native_2.4.0.bb	5efd1be0919009771009670d7bb6672327b5ec9c
+++ packages/python/python-native_2.4.0.bb	e73984a22ed2110628077412c7d71bc4c062c275
@@ -16,8 +16,11 @@ inherit autotools native
 
 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() {






More information about the Openembedded-commits mailing list