All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] keyutils: Fix build with usrmerge
@ 2018-09-16 18:59 Alex Kiernan
  2018-09-18 15:59 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Kiernan @ 2018-09-16 18:59 UTC (permalink / raw)
  To: yocto

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@gmail.com>
---

 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 \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-security][PATCH] keyutils: Fix build with usrmerge
  2018-09-16 18:59 [meta-security][PATCH] keyutils: Fix build with usrmerge Alex Kiernan
@ 2018-09-18 15:59 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2018-09-18 15:59 UTC (permalink / raw)
  To: Alex Kiernan, yocto



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@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 \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-18 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-16 18:59 [meta-security][PATCH] keyutils: Fix build with usrmerge Alex Kiernan
2018-09-18 15:59 ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.