diff options
author | Noor <noor_ahsan@mentor.com> | 2014-09-29 18:14:53 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 14:35:13 +0100 |
commit | f7ffeb39d42c4b99dfd1522af00a674d38ca0579 (patch) | |
tree | 1758970876fecba7e5d0ddc2810a51886b13fee8 /meta/recipes-kernel | |
parent | be1e7909abb1fc27087b2b99b183da260f9653af (diff) | |
download | openembedded-core-f7ffeb39d42c4b99dfd1522af00a674d38ca0579.tar.gz openembedded-core-f7ffeb39d42c4b99dfd1522af00a674d38ca0579.tar.bz2 openembedded-core-f7ffeb39d42c4b99dfd1522af00a674d38ca0579.zip |
babeltrace: Add missing bison/flex depensencies.
* 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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.2.1.bb | 2 |
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 a8ea4cb213..dd9961cde6 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}" |