[oe-commits] Mario Domenech Goulart : distutils.bbclass: consistency between error message and setup.py's command

git at git.openembedded.org git at git.openembedded.org
Wed Jun 3 15:40:18 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 898b286b92b031db64c2143e81a79fbb20da481a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=898b286b92b031db64c2143e81a79fbb20da481a

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Mon May 25 15:44:44 2015 -0300

distutils.bbclass: consistency between error message and setup.py's command

setup.py was called with build as argument, but the error message
would report build_ext.

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/classes/distutils.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/distutils.bbclass b/meta/classes/distutils.bbclass
index 6ed7ecc..c0bb573 100644
--- a/meta/classes/distutils.bbclass
+++ b/meta/classes/distutils.bbclass
@@ -12,7 +12,7 @@ distutils_do_compile() {
          STAGING_LIBDIR=${STAGING_LIBDIR} \
          BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
          ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py build ${DISTUTILS_BUILD_ARGS} || \
-         bbfatal "${PYTHON_PN} setup.py build_ext execution failed."
+         bbfatal "${PYTHON_PN} setup.py build execution failed."
 }
 
 distutils_stage_headers() {



More information about the Openembedded-commits mailing list