From 510344f37214dba9af7a02608f354a2e21fd9020 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 22 Apr 2016 16:26:43 +0300 Subject: 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. (From OE-Core rev: b561a85db7b5e93308d7da175cd9fff882d94a9f) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- 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 176602632b..6f4cb85055 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 ) -} -- cgit v1.2.3-54-g00ecf