aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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:28 -0700
commit2b0617e1e416bd6cd1ec75e55e46c4f699785452 (patch)
tree0cb5fb3d030d1f8cf4fc8e49f9766787c2759fec /meta/recipes-devtools
parentf5992ee01fca27d5fdfb9108f436adfcb49f1ae7 (diff)
downloadopenembedded-core-2b0617e1e416bd6cd1ec75e55e46c4f699785452.tar.gz
unfs3: Fix libtirpc usage for unfs3-native version
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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"
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