[oe-commits] Robert Yang : gummiboot: fix the installed but not shipped warning

git at git.openembedded.org git at git.openembedded.org
Thu Mar 27 15:36:43 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: ee587332f2ac9d88d4a300732645b0e2f793ce5f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ee587332f2ac9d88d4a300732645b0e2f793ce5f

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Thu Mar 27 15:29:02 2014 +0800

gummiboot: fix the installed but not shipped warning

Fix the warning:
WARNING: QA Issue: gummiboot: Files/directories were installed but not shipped
  /usr/lib
  /usr/lib/gummiboot
  /usr/lib/gummiboot/gummibootx64.efi

This is because it uses "/usr/lib" in gummibootlibdir, use ${libdir} to
fix it.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-bsp/gummiboot/gummiboot_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
index 52a692b..80df2b6 100644
--- a/meta/recipes-bsp/gummiboot/gummiboot_git.bb
+++ b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
@@ -26,6 +26,8 @@ EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \
                 --with-efi-ldsdir=${STAGING_LIBDIR} \
                 --with-efi-libdir=${STAGING_LIBDIR}"
 
+EXTRA_OEMAKE += "gummibootlibdir=${libdir}/gummiboot"
+
 do_deploy () {
         install ${B}/gummiboot*.efi ${DEPLOYDIR}
 }



More information about the Openembedded-commits mailing list