diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-19 11:55:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-21 23:44:08 +0100 |
commit | 50c1efdeb9bf2faf3eb508243d789d02cd11028d (patch) | |
tree | cf87dcb09ca9b5f1e2c4c877f32b934f376ff157 /meta | |
parent | 596cbbf615fc1729e32c812ba23e738d7f850a5a (diff) | |
download | poky-50c1efdeb9bf2faf3eb508243d789d02cd11028d.tar.gz |
lttng-tools: Add missing DEPENDS on bison-native
This was being provided by other pieces of the dependency chain but is
specifically required by configure and could fail if those pieces come
from sstate. Fix such builds by adding the missing dependency.
(From OE-Core rev: ba2587beb2a3fb0ef9139f846e161542d2c5c4ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.13.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.0.bb index 95bb2519d7..47cab42fcf 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.0.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=40ef17463fbd6f377db3c47b1cbaded8 \ | |||
12 | 12 | ||
13 | include lttng-platforms.inc | 13 | include lttng-platforms.inc |
14 | 14 | ||
15 | DEPENDS = "liburcu popt libxml2 util-linux" | 15 | DEPENDS = "liburcu popt libxml2 util-linux bison-native" |
16 | RDEPENDS:${PN} = "libgcc" | 16 | RDEPENDS:${PN} = "libgcc" |
17 | RRECOMMENDS:${PN} += "${LTTNGMODULES}" | 17 | RRECOMMENDS:${PN} += "${LTTNGMODULES}" |
18 | RDEPENDS:${PN}-ptest += "make perl bash gawk babeltrace procps perl-module-overloading coreutils util-linux kmod ${LTTNGMODULES} sed python3-core grep" | 18 | RDEPENDS:${PN}-ptest += "make perl bash gawk babeltrace procps perl-module-overloading coreutils util-linux kmod ${LTTNGMODULES} sed python3-core grep" |