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:59 -0700
commit5c47970e33a864c8387bac797bdc902c1aa49b29 (patch)
tree2c937c4c1a4093ae5f3c43e833f220e4640a8833
parent8fed6fc343f60ea199561161b13776ee84dd854e (diff)
downloadpoky-5c47970e33a864c8387bac797bdc902c1aa49b29.tar.gz
unfs3: Fix libtirpc usage for unfs3-native version
(From OE-Core rev: 955c4855130ee01e20a9e7f5a76ffee75d77ebe3) 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 fd9a5cddb2..0069425d23 100644
--- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
@@ -33,8 +33,8 @@ BBCLASSEXTEND = "native nativesdk"
33 33
34inherit autotools 34inherit autotools
35EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" 35EXTRA_OECONF_append_class-native = " --sbindir=${bindir}"
36CFLAGS += " -I${STAGING_INCDIR}/tirpc" 36CFLAGS_append = " -I${STAGING_INCDIR}/tirpc"
37LDFLAGS += " -ltirpc" 37LDFLAGS_append = " -ltirpc"
38 38
39# Turn off these header detects else the inode search 39# Turn off these header detects else the inode search
40# will walk entire file systems and this is a real problem 40# will walk entire file systems and this is a real problem