]> code.ossystems Code Review - openembedded-core.git/commitdiff
babeltrace: Let autotools.bbclass run autoreconf
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Fri, 22 Apr 2016 13:26:43 +0000 (16:26 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 06:53:56 +0000 (07:53 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/babeltrace_1.3.1.bb

index 176602632bfaa0cba7c61ea102cf8e6a1b4b022f..6f4cb85055c9734408f6af9936752a857b97bb0c 100644 (file)
@@ -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 )
-}