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 <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jussi Kukkonen 2016-04-22 16:26:43 +03:00 committed by Richard Purdie
parent a1d67b2418
commit 510344f372
1 changed files with 0 additions and 4 deletions

View 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 )
}