[oe-commits] Noor : babeltrace: Add missing bison/flex depensencies.

git at git.openembedded.org git at git.openembedded.org
Tue Sep 30 13:11:04 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: f7ffeb39d42c4b99dfd1522af00a674d38ca0579
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f7ffeb39d42c4b99dfd1522af00a674d38ca0579

Author: Noor <noor_ahsan at mentor.com>
Date:   Mon Sep 29 18:14:53 2014 +0500

babeltrace: Add missing bison/flex depensencies.

* babeltrace do_configure failed due to missing flex/bison
  dependencies.

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/lttng/babeltrace_1.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"



More information about the Openembedded-commits mailing list