summaryrefslogtreecommitdiffstats
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:47:53 -0700
commit46a64a5b05694e649d5333a98ff34641f3b7a5c1 (patch)
tree8b86db970884cff0497749ff3bf8518e239a0f5c
parente48e13e1cd0cce46723761bfd807cd0c0cfd44ef (diff)
downloadpoky-46a64a5b05694e649d5333a98ff34641f3b7a5c1.tar.gz
unfs3: Fix libtirpc usage for unfs3-native version
(From OE-Core rev: 2b0617e1e416bd6cd1ec75e55e46c4f699785452) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 8a76e5d0e8..a3d3160b97 100644
--- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
@@ -36,8 +36,8 @@ BBCLASSEXTEND = "native nativesdk"
36 36
37inherit autotools 37inherit autotools
38EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" 38EXTRA_OECONF_append_class-native = " --sbindir=${bindir}"
39CFLAGS += " -I${STAGING_INCDIR}/tirpc" 39CFLAGS_append = " -I${STAGING_INCDIR}/tirpc"
40LDFLAGS += " -ltirpc" 40LDFLAGS_append = " -ltirpc"
41 41
42# Turn off these header detects else the inode search 42# Turn off these header detects else the inode search
43# will walk entire file systems and this is a real problem 43# will walk entire file systems and this is a real problem