mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
unfs3: Fix libtirpc usage for unfs3-native version
(From OE-Core rev: e37c4f1ff2b440b0a232b0482c136cc9f7b24e0f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -37,8 +37,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