diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-04-22 16:26:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:53:56 +0100 |
commit | b561a85db7b5e93308d7da175cd9fff882d94a9f (patch) | |
tree | 1d4bdefa5e6495a47e626dfe4aae70be40edd6f2 /meta/recipes-kernel/lttng | |
parent | 04d5dff40803ef6d6c150542e812889e07e719d9 (diff) | |
download | openembedded-core-contrib-b561a85db7b5e93308d7da175cd9fff882d94a9f.tar.gz |
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.3.1.bb | 4 |
1 files changed, 0 insertions, 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 176602632bf..6f4cb85055c 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 ) -} |