[oe-commits] [openembedded-core] 01/12: TEST - Trigger rebuilds

git at git.openembedded.org git at git.openembedded.org
Wed Oct 19 12:09:58 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 84a2d2eb590b0e846bb0ca7ae196dc896e39b54c
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Oct 9 12:40:23 2016 +0100

    TEST - Trigger rebuilds
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/autotools.bbclass | 1 +
 meta/classes/base.bbclass      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index c43ea9a..d0d594d 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -262,6 +262,7 @@ autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS B
 CONFIGURE_FILES = "${S}/configure.in ${S}/configure.ac ${S}/config.h.in ${S}/acinclude.m4 Makefile.am"
 
 autotools_do_configure() {
+
 	# WARNING: gross hack follows:
 	# An autotools built package generally needs these scripts, however only
 	# automake or libtoolize actually install the current versions of them.
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 024fe43..6e625d7 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -56,7 +56,7 @@ oe_runmake_call() {
 }
 
 oe_runmake() {
-	oe_runmake_call "$@" || die "oe_runmake failed"
+	oe_runmake_call "$@" || die "oe_runmake failed "
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list