[oe-commits] org.oe.dev python-native 2.4.0 compile with --prefix same as --exec-prefix to fix some rare cases of distutils builds

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


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...

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

#
# mt diff -ref3a5a7f82bd855166d146d4aa03631509d0afb6 -rada725136f71727c24bc6869c932eeae201d99d2
#
# 
# 
# patch "packages/python/python-native_2.4.0.bb"
#  from [ef0385fe717ffd4764085ec6093f6e63fc78950f]
#    to [5efd1be0919009771009670d7bb6672327b5ec9c]
# 
============================================================
--- packages/python/python-native_2.4.0.bb	ef0385fe717ffd4764085ec6093f6e63fc78950f
+++ packages/python/python-native_2.4.0.bb	5efd1be0919009771009670d7bb6672327b5ec9c
@@ -1,10 +1,10 @@ DEPENDS = ""
 DESCRIPTION = "Python Programming Language"
 HOMEPAGE = "http://www.python.org"
 LICENSE = "PSF"
 SECTION = "devel/python"
 PRIORITY = "optional"
 DEPENDS = ""
-PR = "r1"
+PR = "r2"
 
 EXCLUDE_FROM_WORLD = "1"
 
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--with-threads --with-py
 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() {






More information about the Openembedded-commits mailing list