diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-11 11:20:47 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-12 11:35:37 +0100 |
commit | 6b90c55912da91e96938b0f7d306b447b8ed28bf (patch) | |
tree | e7ea76a0adf44b61ff1801a44abe644a1c94baf7 /recipes-sota/aktualizr/aktualizr_git.bb | |
parent | 249eaf7f087f5926096165e0b02860b5ce8dd83f (diff) | |
download | meta-updater-6b90c55912da91e96938b0f7d306b447b8ed28bf.tar.gz |
Depend on python3-modules and curl for aktualizr-ptest
For python: less headaches, it's already huge anyway.
Curl is needed by some shell-backed tests.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-sota/aktualizr/aktualizr_git.bb')
-rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 6164b4f..2753c81 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -11,7 +11,7 @@ RDEPENDS_${PN}_class-target = "aktualizr-check-discovery aktualizr-configs lshw" | |||
11 | RDEPENDS_${PN}-secondary = "aktualizr-check-discovery" | 11 | RDEPENDS_${PN}-secondary = "aktualizr-check-discovery" |
12 | RDEPENDS_${PN}-host-tools = "aktualizr aktualizr-repo aktualizr-cert-provider ${@bb.utils.contains('PACKAGECONFIG', 'sota-tools', 'garage-deploy garage-push', '', d)}" | 12 | RDEPENDS_${PN}-host-tools = "aktualizr aktualizr-repo aktualizr-cert-provider ${@bb.utils.contains('PACKAGECONFIG', 'sota-tools', 'garage-deploy garage-push', '', d)}" |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += "bash cmake python3-core python3-io python3-json python3-netserver sqlite3 valgrind" | 14 | RDEPENDS_${PN}-ptest += "bash cmake curl python3-modules sqlite3 valgrind" |
15 | 15 | ||
16 | PV = "1.0+git${SRCPV}" | 16 | PV = "1.0+git${SRCPV}" |
17 | PR = "7" | 17 | PR = "7" |