diff options
| author | lbonn <lbonn@users.noreply.github.com> | 2019-08-16 11:46:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-16 11:46:09 +0200 |
| commit | e8ec175e9d7329c07a8632048eb8a2f18eac2731 (patch) | |
| tree | 0132547b99dc636478bffdfc6a6dd1d1c14bdff7 | |
| parent | 8b4f0cf7d080b01fdcf2c91caad57fb5704c5515 (diff) | |
| parent | 1b46307d5727f794126817329fdfc2c644813286 (diff) | |
| download | meta-updater-e8ec175e9d7329c07a8632048eb8a2f18eac2731.tar.gz | |
Merge pull request #586 from advancedtelematic/fix/ptest-qa
Fix error during package_qa with aktualizr-ptest
| -rw-r--r-- | 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 f14f52c..69fc1e9 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS_append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' coreutils-native | |||
| 10 | RDEPENDS_${PN}_class-target = "aktualizr-configs lshw" | 10 | RDEPENDS_${PN}_class-target = "aktualizr-configs lshw" |
| 11 | RDEPENDS_${PN}-host-tools = "aktualizr aktualizr-repo aktualizr-cert-provider ${@bb.utils.contains('PACKAGECONFIG', 'sota-tools', 'garage-deploy garage-push', '', d)}" | 11 | RDEPENDS_${PN}-host-tools = "aktualizr aktualizr-repo aktualizr-cert-provider ${@bb.utils.contains('PACKAGECONFIG', 'sota-tools', 'garage-deploy garage-push', '', d)}" |
| 12 | 12 | ||
| 13 | RDEPENDS_${PN}-ptest += "bash cmake curl net-tools python3-misc python3-modules openssl-bin sqlite3 valgrind" | 13 | RDEPENDS_${PN}-ptest += "bash cmake curl net-tools python3-core python3-misc python3-modules openssl-bin sqlite3 valgrind" |
| 14 | 14 | ||
| 15 | PV = "1.0+git${SRCPV}" | 15 | PV = "1.0+git${SRCPV}" |
| 16 | PR = "7" | 16 | PR = "7" |
