diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-12 15:23:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 06:27:18 -0700 |
commit | 6d71fdbf204837846b2f29f048f9215a3433f3ec (patch) | |
tree | 3c2cdca7573e4a185ff93debbb225ab1f3c6199b /meta | |
parent | 961c26101f476a572c92509c9b85d1cd00c24ba5 (diff) | |
download | poky-6d71fdbf204837846b2f29f048f9215a3433f3ec.tar.gz |
unfs3: Fix libtirpc usage for unfs3-native version
(From OE-Core rev: e37c4f1ff2b440b0a232b0482c136cc9f7b24e0f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | 4 |
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 | ||
38 | inherit autotools | 38 | inherit autotools |
39 | EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" | 39 | EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" |
40 | CFLAGS += " -I${STAGING_INCDIR}/tirpc" | 40 | CFLAGS_append = " -I${STAGING_INCDIR}/tirpc" |
41 | LDFLAGS += " -ltirpc" | 41 | LDFLAGS_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 |