[oe-commits] org.oe.dev classes/distutils.bbclass: back out specifying the include dir, it was a) implicitly specified anyway and b) it breaks builds that add own stuff to

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Jul 24 02:43:28 UTC 2007


classes/distutils.bbclass: back out specifying the include dir, it was a) implicitly specified anyway and b) it breaks builds that add own stuff to 
it (e.g. '.')

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: aa3aabfcaa01a7164f8104137916ddb63633dd7a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=aa3aabfcaa01a7164f8104137916ddb63633dd7a
Files:
1
classes/distutils.bbclass
Diffs:

#
# mt diff -rf2adcf3c705e4b4113f575163769503168305fe5 -raa3aabfcaa01a7164f8104137916ddb63633dd7a
#
# 
# 
# patch "classes/distutils.bbclass"
#  from [d9fae79d516317cafc4a5fa709c7157df88016a5]
#    to [360816dccb4f857e2065ebda84f78fde86ff4b65]
# 
============================================================
--- classes/distutils.bbclass	d9fae79d516317cafc4a5fa709c7157df88016a5
+++ classes/distutils.bbclass	360816dccb4f857e2065ebda84f78fde86ff4b65
@@ -1,10 +1,7 @@ distutils_do_compile() {
 inherit distutils-base
 
 distutils_do_compile() {
          BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
-         ${STAGING_BINDIR_NATIVE}/python setup.py build_ext --include-dirs=${STAGING_INCDIR}/${PYTHON_DIR} || \
-         oefatal "python setup.py build_ext execution failed."
-         BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
          ${STAGING_BINDIR_NATIVE}/python setup.py build || \
          oefatal "python setup.py build_ext execution failed."
 }






More information about the Openembedded-commits mailing list