diff options
author | Noor <noor_ahsan@mentor.com> | 2014-09-29 18:14:53 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 14:10:33 +0100 |
commit | b2637adf847d02c5c3e568937bd88459d45ae7f9 (patch) | |
tree | 10a1905386da2a845f022439739e69e7e1070dbd /meta/recipes-kernel/lttng | |
parent | 805f24428402fb2892a1094e51e574d6b6bb5c9f (diff) | |
download | 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.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" | |||
8 | 8 | ||
9 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 util-linux popt" | 11 | DEPENDS = "glib-2.0 util-linux popt bison-native flex-native" |
12 | 12 | ||
13 | SRCREV = "66c2a20b4391fb5c7f870aeb0dde854f0ae1fc79" | 13 | SRCREV = "66c2a20b4391fb5c7f870aeb0dde854f0ae1fc79" |
14 | PV = "1.2.1+git${SRCPV}" | 14 | PV = "1.2.1+git${SRCPV}" |