[oe-commits] [meta-openembedded] 72/94: keyutils: Fix build with usrmerge

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 16:35:45 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a1b7644e3b2c81d0c82ae7ab0cc4328bd68408c9
Author: Alex Kiernan <alex.kiernan at gmail.com>
AuthorDate: Mon Jul 8 14:38:54 2019 +0800

    keyutils: Fix build with usrmerge
    
    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>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 keyutils_1.5.10.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/keyutils_1.5.10.bb b/keyutils_1.5.10.bb
index 2ead8fa..a4222b9 100644
--- a/keyutils_1.5.10.bb
+++ b/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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list