From: Romain Forlot Date: Thu, 4 Apr 2019 07:50:42 +0000 (+0000) Subject: Add runtime dependency for the test launcher X-Git-Tag: halibut_7.99.1~36 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=44cd2e3d4e9512fcbe74b4d739804ed14fd0a92f;p=AGL%2Fmeta-agl.git Add runtime dependency for the test launcher The "afm-test" script use the "jq" tool to be able to launch the test. Change-Id: I1aa874e3227b7a265a3c012a9a45b85a3c7cfe86 Signed-off-by: Romain Forlot --- diff --git a/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc b/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc index d3c883e15..0e4093ae8 100644 --- a/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc +++ b/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc @@ -10,5 +10,5 @@ SRCREV = "f430407fd34ec2897359245a6e1ff951e5da5bc6" PV = "${AGLVERSION}" S = "${WORKDIR}/git" -DEPENDS_append = " af-binder" +DEPENDS_append = " af-binder jq"