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

git at git.openembedded.org git at git.openembedded.org
Sun Oct 9 19:49:26 UTC 2016


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

commit c0e194ed9834ea25a7911fd7eef5c6ba297e584f
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 ecbba9f..599a468 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -260,6 +260,7 @@ python autotools_copy_aclocals () {
 autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA"
 
 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