]> code.ossystems Code Review - openembedded-core.git/commitdiff
babeltrace: Add missing bison/flex depensencies.
authorNoor <noor_ahsan@mentor.com>
Mon, 29 Sep 2014 13:14:53 +0000 (18:14 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 13:35:13 +0000 (14:35 +0100)
* babeltrace do_configure failed due to missing flex/bison
  dependencies.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/babeltrace_1.2.1.bb

index a8ea4cb2131008d3d4e71cd480d8cb7438fda38f..dd9961cde6b8f788b7c5755713e00a08fe41a335 100644 (file)
@@ -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}"