diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2020-03-05 14:24:37 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2020-03-05 14:24:37 +0100 |
commit | d1b5cd871e94b746970bed7e9c77573671c02a17 (patch) | |
tree | 24831d06b2313e56ec4b1a7a9fffb7259fb57485 /recipes-sota | |
parent | 10cee8a491f5fa426c10a8b3d39f0100f0615059 (diff) | |
download | meta-updater-d1b5cd871e94b746970bed7e9c77573671c02a17.tar.gz |
Fix aktualizr-ptest shlib yocto errorsfix/boost-ptest
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-sota')
-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 | ||