From 7cf9d32ef234be6d1ec1f6d45d68f71154d240e3 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 27 Apr 2020 16:21:12 +0200 Subject: aktualizr: fix a dependency QA warning This fixes a following QA warning: | WARNING: aktualizr do_package_qa: QA Issue: aktualizr rdepends on | u-boot-fw-utils, but it isn't a build dependency, missing | u-boot-fw-utils in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Ming Liu --- recipes-sota/aktualizr/aktualizr_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 38a8d1d..35029f1 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb @@ -60,7 +60,7 @@ PACKAGECONFIG[hsm] = "-DBUILD_P11=ON -DPKCS11_ENGINE_PATH=${PKCS11_ENGINE_PATH}, PACKAGECONFIG[sota-tools] = "-DBUILD_SOTA_TOOLS=ON ${GARAGE_SIGN_OPS},-DBUILD_SOTA_TOOLS=OFF,glib-2.0," PACKAGECONFIG[load-tests] = "-DBUILD_LOAD_TESTS=ON,-DBUILD_LOAD_TESTS=OFF," PACKAGECONFIG[serialcan] = ",,,slcand-start" -PACKAGECONFIG[ubootenv] = ",,,u-boot-fw-utils aktualizr-uboot-env-rollback" +PACKAGECONFIG[ubootenv] = ",,u-boot-fw-utils,u-boot-fw-utils aktualizr-uboot-env-rollback" # can be overriden in configuration with `RESOURCE_xxx_pn-aktualizr` # see `man systemd.resource-control` for details -- cgit v1.2.3-54-g00ecf