[oe] [oc-core][PATCH] libnfsidmap: Set the path of plugin libraries

Zhang Xiao xiao.zhang at windriver.com
Wed Dec 27 09:00:55 UTC 2017


By default, plugin libraries wil be installed in
$(libdir)/libnfsidmap in build stage while in run time,
they will be looked in /usr/lib/libnfsidmap. This will cause
error in 64 bits systems. Add a configure option to avoid it.

Signed-off-by: Zhang Xiao <xiao.zhang at windriver.com>
---
 meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
index 2565771006..28c670d6d0 100644
--- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
+++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap
 
 inherit autotools
 
-EXTRA_OECONF = "--disable-ldap"
+EXTRA_OECONF = "--disable-ldap --with-pluginpath=${libdir}/libnfsidmap"
 
 do_install_append () {
 	install -d ${D}${sysconfdir}/
-- 
2.11.0




More information about the Openembedded-devel mailing list