[oe-commits] [openembedded-core] 01/41: babeltrace: Let autotools.bbclass run autoreconf

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 10:28:51 UTC 2016


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

commit 16042f86eab73fe64bc2bd00e04bcd67f0ad8995
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Fri Apr 22 16:26:43 2016 +0300

    babeltrace: Let autotools.bbclass run autoreconf
    
    When bootstrap calls autoreconf, it won't have AC_LOCAL set properly
    so shared scripts may not be found: glib-2.0.m4 in this case.
    
    Remove custom bootstrap code so autotools class handles this.
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/lttng/babeltrace_1.3.1.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/recipes-kernel/lttng/babeltrace_1.3.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.3.1.bb
index 1766026..6f4cb85 100644
--- a/meta/recipes-kernel/lttng/babeltrace_1.3.1.bb
+++ b/meta/recipes-kernel/lttng/babeltrace_1.3.1.bb
@@ -18,7 +18,3 @@ SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-1.3 \
 "
 
 S = "${WORKDIR}/git"
-
-do_configure_prepend () {
-	( cd ${S}; ${S}/bootstrap )
-}

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


More information about the Openembedded-commits mailing list