summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2019-07-08 14:38:54 +0800
committerKhem Raj <raj.khem@gmail.com>2019-07-10 09:24:33 -0700
commita1b7644e3b2c81d0c82ae7ab0cc4328bd68408c9 (patch)
tree55639f3dbcde3b7c99167a3fc86e7ddcfb0f1be0
parent8836d552024601c5cfd8e912e959ab99b6e50632 (diff)
downloadmeta-openembedded-a1b7644e3b2c81d0c82ae7ab0cc4328bd68408c9.tar.gz
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@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--keyutils_1.5.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyutils_1.5.10.bb b/keyutils_1.5.10.bb
index 2ead8fa19e..a4222b9e99 100644
--- a/keyutils_1.5.10.bb
+++ b/keyutils_1.5.10.bb
@@ -27,6 +27,8 @@ SRC_URI[sha256sum] = "115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c
27 27
28EXTRA_OEMAKE = "'CFLAGS=${CFLAGS} -Wall' \ 28EXTRA_OEMAKE = "'CFLAGS=${CFLAGS} -Wall' \
29 NO_ARLIB=1 \ 29 NO_ARLIB=1 \
30 BINDIR=${base_bindir} \
31 SBINDIR=${base_sbindir} \
30 LIBDIR=${base_libdir} \ 32 LIBDIR=${base_libdir} \
31 USRLIBDIR=${base_libdir} \ 33 USRLIBDIR=${base_libdir} \
32 BUILDFOR=${SITEINFO_BITS}-bit \ 34 BUILDFOR=${SITEINFO_BITS}-bit \