From: Romain Naour <[email protected]> runtest return an error due to missing expect on the target. Add expect as runtime dependency.
Signed-off-by: Romain Naour <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit d9a3a08edc1efcbe7b02e80be98370792d3c6cc2) Signed-off-by: Steve Sakoman <[email protected]> --- meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb | 1 + 1 file changed, 1 insertion(+) 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" SECTION = "devel" DEPENDS += "expect-native" +RDEPENDS_${PN} = "expect" inherit autotools -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#151972): https://lists.openembedded.org/g/openembedded-core/message/151972 Mute This Topic: https://lists.openembedded.org/mt/82887702/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
