summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-19 11:55:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-25 12:06:55 +0000
commitc72a9d0a6db9ec3bead34de1a11ccad18e95197e (patch)
tree6a090a16809616d2606783cc5169abdaec9b183a
parent744c593c3dc8123d30036eb1b77334b024fde7e9 (diff)
downloadpoky-c72a9d0a6db9ec3bead34de1a11ccad18e95197e.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: 32dd9e93c8a49c07d28c8bf240145c9e48864de7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ba2587beb2a3fb0ef9139f846e161542d2c5c4ae) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.11.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.11.5.bb b/meta/recipes-kernel/lttng/lttng-tools_2.11.5.bb
index e830475d0d..6306193809 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.11.5.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.11.5.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \
10 file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 10 file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
11 file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca" 11 file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca"
12 12
13DEPENDS = "liburcu popt libxml2 util-linux" 13DEPENDS = "liburcu popt libxml2 util-linux bison-native"
14RDEPENDS_${PN} = "libgcc" 14RDEPENDS_${PN} = "libgcc"
15RDEPENDS_${PN}-ptest += "make perl bash gawk babeltrace procps perl-module-overloading coreutils util-linux kmod lttng-modules sed python3-core" 15RDEPENDS_${PN}-ptest += "make perl bash gawk babeltrace procps perl-module-overloading coreutils util-linux kmod lttng-modules sed python3-core"
16RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" 16RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"