mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
![]() They are preventing autotools from checking netinet/sctp.h existence successfuly which in turn makes configure.ac files with lines similar to this to fail, even if DEPENDS="lksctp-tools" and netinet/sctp.h is clearly available under recipe-sysroot/: AC_CHECK_HEADERS(netinet/sctp.h,,AC_MSG_ERROR(netinet/sctp.h not found)) This is the case for new libosmo-netif versionsi (meta-telephony branch laforge/nightly), which expects netinet/sctp.h to be available if default flag --enable-libsctp is used. Without this patch, do_configure will fail unless following line is used in the recipe: CACHED_CONFIGUREVARS += "${@bb.utils.contains('PACKAGECONFIG', 'libsctp', 'ac_cv_header_netinet_sctp_h=yes', '',d)}" So removing ac_cv_header_netinet_sctp_h would be enough, but I couldn't find any good information on why the other 2 variables were set in site config files, hence no good reason to keep them. (From OE-Core rev: 6a641e744507c8c17fa3d7273cb2e5b512ca0242) Signed-off-by: Pau Espin Pedrol <pespin@sysmocom.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
---|---|---|
.. | ||
arc-common | ||
arm-32 | ||
arm-64 | ||
arm-common | ||
arm-darwin | ||
arm-darwin8 | ||
arm-linux | ||
armeb-linux | ||
common | ||
common-darwin | ||
common-glibc | ||
common-linux | ||
common-mingw | ||
common-musl | ||
endian-big | ||
endian-little | ||
ix86-common | ||
microblaze-linux | ||
mips-common | ||
mips-linux | ||
mips64-linux | ||
mips64el-linux | ||
mipsel-linux | ||
mipsisa32r6-linux | ||
mipsisa32r6el-linux | ||
mipsisa64r6-linux | ||
mipsisa64r6el-linux | ||
native | ||
nios2-linux | ||
powerpc-common | ||
powerpc-darwin | ||
powerpc-linux | ||
powerpc32-linux | ||
powerpc64-linux | ||
riscv32-linux | ||
riscv64-linux | ||
sh-common | ||
sparc-linux | ||
x32-linux | ||
x86_64-linux |