[yocto] [meta-security][PATCH] keyutils: Fix build with usrmerge
akuster808
akuster808 at gmail.com
Tue Sep 18 08:59:34 PDT 2018
On 09/16/2018 11:59 AM, Alex Kiernan wrote:
> Update BINDIR and SBINDIR so keyutils builds with usrmerge
>
> ERROR: keyutils-1.5.10-r0 do_package: QA Issue: keyutils: Files/directories were installed but not shipped in any package:
> /sbin/key.dns_resolver
> /sbin/request-key
> /bin/keyctl
> Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
> keyutils: 3 installed and not shipped files. [installed-vs-shipped]
>
> Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
merged,
Thanks,
armin
> ---
>
> recipes-security/keyutils/keyutils_1.5.10.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/recipes-security/keyutils/keyutils_1.5.10.bb b/recipes-security/keyutils/keyutils_1.5.10.bb
> index 2ead8fa..a4222b9 100644
> --- a/recipes-security/keyutils/keyutils_1.5.10.bb
> +++ b/recipes-security/keyutils/keyutils_1.5.10.bb
> @@ -27,6 +27,8 @@ SRC_URI[sha256sum] = "115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c
>
> EXTRA_OEMAKE = "'CFLAGS=${CFLAGS} -Wall' \
> NO_ARLIB=1 \
> + BINDIR=${base_bindir} \
> + SBINDIR=${base_sbindir} \
> LIBDIR=${base_libdir} \
> USRLIBDIR=${base_libdir} \
> BUILDFOR=${SITEINFO_BITS}-bit \
More information about the yocto
mailing list