]> code.ossystems Code Review - openembedded-core.git/commitdiff
dejagnu: needs expect at runtime
authorRomain Naour <romain.naour@gmail.com>
Fri, 7 May 2021 23:01:29 +0000 (01:01 +0200)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 11 May 2021 05:17:04 +0000 (13:17 +0800)
runtest return an error due to missing expect on the target.
Add expect as runtime dependency.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d9a3a08edc1efcbe7b02e80be98370792d3c6cc2)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb

index 0a007bb2cd4717152d2d757b489bbb54b25e13b3..ce242c35935ee338986878332cdc4b5d93949e05 100644 (file)
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SECTION = "devel"
 
 DEPENDS += "expect-native"
+RDEPENDS_${PN} = "expect"
 
 inherit autotools