[oe] [meta-oe][PATCH v3 2/9] keyutils: Fix build with usrmerge

Yongxin Liu yongxin.liu at windriver.com
Mon Jul 8 06:38:54 UTC 2019


From: Alex Kiernan <alex.kiernan at gmail.com>

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>
---
 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 2ead8fa19..a4222b9e9 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 \
-- 
2.14.4



More information about the Openembedded-devel mailing list