summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorNoor <noor_ahsan@mentor.com>2014-09-29 18:14:53 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-30 14:10:33 +0100
commitb2637adf847d02c5c3e568937bd88459d45ae7f9 (patch)
tree10a1905386da2a845f022439739e69e7e1070dbd /meta/recipes-kernel/lttng
parent805f24428402fb2892a1094e51e574d6b6bb5c9f (diff)
downloadast2050-yocto-poky-b2637adf847d02c5c3e568937bd88459d45ae7f9.zip
ast2050-yocto-poky-b2637adf847d02c5c3e568937bd88459d45ae7f9.tar.gz
babeltrace: Add missing bison/flex depensencies.
* babeltrace do_configure failed due to missing flex/bison dependencies. (From OE-Core rev: f7ffeb39d42c4b99dfd1522af00a674d38ca0579) Signed-off-by: Noor Ahsan <noor_ahsan@mentor.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.2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb
index a8ea4cb..dd9961c 100644
--- a/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb
+++ b/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
inherit autotools pkgconfig
-DEPENDS = "glib-2.0 util-linux popt"
+DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
SRCREV = "66c2a20b4391fb5c7f870aeb0dde854f0ae1fc79"
PV = "1.2.1+git${SRCPV}"
OpenPOWER on IntegriCloud