summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs3
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-12 15:23:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-15 15:38:18 -0700
commit28a93c3e510e452995fab08d1d65b43f04deefa6 (patch)
tree8559b88d9d027ed1bef060b83d9a8a658fbaa226 /meta/recipes-devtools/unfs3
parent378fe001b04161d36ab8b13a02014969eaed1e30 (diff)
downloadpoky-28a93c3e510e452995fab08d1d65b43f04deefa6.tar.gz
unfs3: Fix libtirpc usage for unfs3-native version
(From OE-Core rev: de61731aed7f085209cb997b9500777dcd1c74a1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/unfs3')
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
index 46ac3692b1..8127e4a10b 100644
--- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
@@ -37,8 +37,8 @@ BBCLASSEXTEND = "native nativesdk"
37 37
38inherit autotools 38inherit autotools
39EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" 39EXTRA_OECONF_append_class-native = " --sbindir=${bindir}"
40CFLAGS += " -I${STAGING_INCDIR}/tirpc" 40CFLAGS_append = " -I${STAGING_INCDIR}/tirpc"
41LDFLAGS += " -ltirpc" 41LDFLAGS_append = " -ltirpc"
42 42
43# Turn off these header detects else the inode search 43# Turn off these header detects else the inode search
44# will walk entire file systems and this is a real problem 44# will walk entire file systems and this is a real problem