1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

unfs3: Fix libtirpc usage for unfs3-native version

(From OE-Core rev: 955c4855130ee01e20a9e7f5a76ffee75d77ebe3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2018-03-12 15:23:53 -07:00
parent 8fed6fc343
commit 5c47970e33
@@ -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