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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user