Solves build against yocto master/kirkstone:
ERROR: efibootguard-0.10-r0 do_package: QA Issue: efibootguard: Files/directories were installed but not shipped in any package:
/usr/share/bash-completion
/usr/share/zsh
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/bg_printenv
/usr/share/bash-completion/completions/bg_setenv
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_bg_printenv
/usr/share/zsh/site-functions/_bg_setenv
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
efibootguard: 8 installed and not shipped files. [installed-vs-shipped]
ERROR: efibootguard-0.10-r0 do_package: Fatal QA errors were found, failing task.
Signed-off-by: Peter Marko <
peter...@siemens.com>
---
recipes-bsp/efibootguard/
efibootguard_0.10.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/efibootguard/
efibootguard_0.10.bb b/recipes-bsp/efibootguard/
efibootguard_0.10.bb
index a21abe4..2e8cd5c 100644
--- a/recipes-bsp/efibootguard/
efibootguard_0.10.bb
+++ b/recipes-bsp/efibootguard/
efibootguard_0.10.bb
@@ -33,12 +33,12 @@ EXTRA_OECONF = "--with-gnuefi-sys-dir=${STAGING_DIR_HOST} \
--with-gnuefi-include-dir=${STAGING_INCDIR}/efi \
--with-gnuefi-lib-dir=${STAGING_LIBDIR}"
-FILES_${PN}-tools-bash-completion = " \
+FILES:${PN}-tools-bash-completion = " \
${datadir}/bash-completion \
"
-RDEPENDS_${PN}-tools-bash-completion = "bash-completion"
+RDEPENDS:${PN}-tools-bash-completion = "bash-completion"
-FILES_${PN}-tools-zsh-completion = " \
+FILES:${PN}-tools-zsh-completion = " \
${datadir}/zsh/site-functions \
"
--
2.30.2