Add runtime dependency for the test launcher 96/20896/2
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 4 Apr 2019 07:50:42 +0000 (07:50 +0000)
committerStéphane Desneux <stephane.desneux@iot.bzh>
Fri, 5 Apr 2019 15:36:16 +0000 (15:36 +0000)
The "afm-test" script use the "jq" tool to be able to launch
the test.

Change-Id: I1aa874e3227b7a265a3c012a9a45b85a3c7cfe86
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc

index d3c883e..0e4093a 100644 (file)
@@ -10,5 +10,5 @@ SRCREV = "f430407fd34ec2897359245a6e1ff951e5da5bc6"
 PV = "${AGLVERSION}"
 S  = "${WORKDIR}/git"
 
-DEPENDS_append = " af-binder"
+DEPENDS_append = " af-binder jq"