mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
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.
(From OE-Core rev: ee587332f2ac9d88d4a300732645b0e2f793ce5f)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
55de99100e
commit
e4fb1bdff5
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user