diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-04 07:50:42 +0000 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2019-04-05 15:36:16 +0000 |
commit | 44cd2e3d4e9512fcbe74b4d739804ed14fd0a92f (patch) | |
tree | 83222e6fc7655624bbea1f296c71b9b98518ce81 /meta-agl-profile-core/recipes-devtools | |
parent | 91dc8c7979a5082344759b4688efacc107155fd2 (diff) |
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |