diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2020-03-05 14:24:37 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-03-24 14:53:24 +0100 |
commit | 69dba3a758e4b7e1301939aeaa651b8292fb90e5 (patch) | |
tree | e74ab072b5a4460dcce1375910bf26826f4d7a83 /recipes-sota/aktualizr | |
parent | 32aae74c37c246ac4e4b933391dce2dad993714c (diff) | |
download | meta-updater-69dba3a758e4b7e1301939aeaa651b8292fb90e5.tar.gz |
Fix aktualizr-ptest shlib yocto errors
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-sota/aktualizr')
-rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 24aec3e..30256b1 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -12,6 +12,8 @@ RDEPENDS_${PN}-host-tools = "aktualizr aktualizr-cert-provider ${@bb.utils.conta | |||
12 | 12 | ||
13 | RDEPENDS_${PN}-ptest += "bash cmake curl net-tools python3-core 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 | PRIVATE_LIBS_${PN}-ptest = "libaktualizr.so libaktualizr_secondary.so" | ||
16 | |||
15 | PV = "1.0+git${SRCPV}" | 17 | PV = "1.0+git${SRCPV}" |
16 | PR = "7" | 18 | PR = "7" |
17 | 19 | ||