summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2021-05-08 01:01:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-09 23:30:16 +0100
commit4523af6c1d745d2cc50e29227c1a5f2cad16c1af (patch)
treeab15ce1211d7e48f31c8e7a440a0b0c4bc9bca52
parent3f93502b27c04ea1fc1c44355a537c04166149f0 (diff)
downloadpoky-4523af6c1d745d2cc50e29227c1a5f2cad16c1af.tar.gz
dejagnu: needs expect at runtime
runtest return an error due to missing expect on the target. Add expect as runtime dependency. (From OE-Core rev: d9a3a08edc1efcbe7b02e80be98370792d3c6cc2) Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb b/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
index 0a007bb2cd..ce242c3593 100644
--- a/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
+++ b/meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7SECTION = "devel" 7SECTION = "devel"
8 8
9DEPENDS += "expect-native" 9DEPENDS += "expect-native"
10RDEPENDS_${PN} = "expect"
10 11
11inherit autotools 12inherit autotools
12 13