aboutsummaryrefslogtreecommitdiffstats
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:41:25 -0700
commit955c4855130ee01e20a9e7f5a76ffee75d77ebe3 (patch)
tree9e02b0080b16e48137d63f67961b2fd2f02bda5f
parent62552a76b65b7ab5fa71b188537ae0582c3cbaea (diff)
downloadopenembedded-core-955c4855130ee01e20a9e7f5a76ffee75d77ebe3.tar.gz
unfs3: Fix libtirpc usage for unfs3-native version
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"
inherit autotools
EXTRA_OECONF_append_class-native = " --sbindir=${bindir}"
-CFLAGS += " -I${STAGING_INCDIR}/tirpc"
-LDFLAGS += " -ltirpc"
+CFLAGS_append = " -I${STAGING_INCDIR}/tirpc"
+LDFLAGS_append = " -ltirpc"
# Turn off these header detects else the inode search
# will walk entire file systems and this is a real problem