From 44cd2e3d4e9512fcbe74b4d739804ed14fd0a92f Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 Apr 2019 07:50:42 +0000 Subject: 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 --- .../recipes-devtools/libafb-helpers/libafb-helpers_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc') 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" -- cgit 1.2.3-korg