On 3/20/20 8:31 PM, Randy MacLeod wrote:
On 2020-03-10 11:38 p.m., Yi Zhao wrote:
Fixes:
ERROR: nfs-utils-2.4.3-r0 do_package: QA Issue: nfs-utils:
Files/directories were installed but not shipped in any package:
/usr/lib/libnfsidmap/nsswitch.so
/usr/lib/libnfsidmap/static.so
Please set FILES such that these items are packaged. Alternatively if
they are unneeded, avoid installing them or delete them within
do_install.
nfs-utils: 2 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Yi Zhao <yi.z...@windriver.com>
---
meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.3.bb | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.3.bb
b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.3.bb
index 42a4ba3dbd..9bdb6f4ae4 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.3.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.3.bb
@@ -67,9 +67,9 @@ PACKAGECONFIG_remove_libc-musl = "tcp-wrappers"
PACKAGECONFIG[tcp-wrappers] =
"--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
# libdevmapper is available in meta-oe
-PACKAGECONFIG[nfsv41] = "--enable-nfsv41,--disable-nfsv41,libdevmapper"
-# keyutils is available in meta-security
-PACKAGECONFIG[nfsv4] = "--enable-nfsv4,--disable-nfsv4,keyutils"
+PACKAGECONFIG[nfsv41] =
"--enable-nfsv41,--disable-nfsv41,libdevmapper,libdevmapper"
Did you really mean to have libdevmapper twice?
If so, why not make it a mandatory DEPENDS?
One of them is rdep and other is builddep, so it should be fine
they only trigger when this knob is enabled.
+# keyutils is available in meta-oe
+PACKAGECONFIG[nfsv4] =
"--enable-nfsv4,--disable-nfsv4,keyutils,python3-core"
Why? This change wasn't explained in the long log.
The rest seems fine, v2 please.
../Randy
PACKAGES =+ "${PN}-client ${PN}-mount ${PN}-stats"
@@ -94,7 +94,9 @@ FILES_${PN}-mount = "${base_sbindir}/*mount.nfs*"
FILES_${PN}-stats = "${sbindir}/mountstats ${sbindir}/nfsiostat"
RDEPENDS_${PN}-stats = "python3-core"
-FILES_${PN} += "${systemd_unitdir}"
+FILES_${PN}-staticdev += "${libdir}/libnfsidmap/*.a"
+
+FILES_${PN} += "${systemd_unitdir} ${libdir}/libnfsidmap/"
do_configure_prepend() {
sed -i -e 's,sbindir = /sbin,sbindir = ${base_sbindir},g' \
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#136584):
https://lists.openembedded.org/g/openembedded-core/message/136584
Mute This Topic: https://lists.openembedded.org/mt/72395649/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-