poky/meta/site
Pau Espin Pedrol b11fc7795c site: Remove sctp related configs
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>
2020-01-16 22:33:09 +00:00
..
arc-common siteinfo: Define data for ARC 2018-09-21 18:45:47 -07:00
arm-32 siteinfo: account for 32 and 64 bit arm 2014-12-23 10:18:17 +00:00
arm-64 siteinfo: account for 32 and 64 bit arm 2014-12-23 10:18:17 +00:00
arm-common site: Remove sctp related configs 2020-01-16 22:33:09 +00:00
arm-darwin
arm-darwin8
arm-linux site/*-linux: don't cache ac_cv_sizeof_bool 2018-01-14 09:11:57 +00:00
armeb-linux
common site/common: Allow ac_cv_path_SED to be overridden 2018-01-04 12:57:43 +00:00
common-darwin site/common-darwin: Really fix common-darwin typo 2014-08-18 10:00:26 +01:00
common-glibc site: musl and glibc have working mktime() 2020-01-11 09:19:20 +00:00
common-linux site: on linux, link(2) doesn't follow symlinks 2020-01-11 09:19:20 +00:00
common-mingw common-mingw: force ac_cv_func_mmap_fixed_mapped=no 2014-07-19 00:08:58 +01:00
common-musl site: musl and glibc have working mktime() 2020-01-11 09:19:20 +00:00
endian-big site: add endianness information for libmemcached 2013-04-04 23:58:03 +01:00
endian-little site: add endianness information for libmemcached 2013-04-04 23:58:03 +01:00
ix86-common site: Remove sctp related configs 2020-01-16 22:33:09 +00:00
microblaze-linux site/microblaze-linux: Add MicroBlaze linux site info 2017-11-21 13:06:12 +00:00
mips-common siteinfo: Move apr configure cache to common-linux 2016-03-20 23:12:31 +00:00
mips-linux evolation-data-server: Rename from eds-dbus 2012-04-26 10:05:19 +01:00
mips64-linux mips64-linux: set ac_cv_sizeof_ssize_t 2014-03-17 14:01:42 +00:00
mips64el-linux mips64-linux: set ac_cv_sizeof_ssize_t for mips64el 2016-10-01 21:45:55 +01:00
mipsel-linux evolation-data-server: Rename from eds-dbus 2012-04-26 10:05:19 +01:00
mipsisa32r6-linux siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
mipsisa32r6el-linux siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
mipsisa64r6-linux siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
mipsisa64r6el-linux siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
native native: Use a native site file and ensure the correct sed is used 2013-09-30 22:11:57 +01:00
nios2-linux site: Remove sctp related configs 2020-01-16 22:33:09 +00:00
powerpc-common site: add more alignment values for at-spi2-core 2013-06-13 17:38:10 +01:00
powerpc-darwin
powerpc-linux
powerpc32-linux site: Remove sctp related configs 2020-01-16 22:33:09 +00:00
powerpc64-linux site/powerpc64-linux: add cvs_cv_func_printf_ptr 2018-06-04 15:14:59 +01:00
riscv32-linux site/risc-v: Cache common variables to build libIDL 2018-03-25 09:40:42 +01:00
riscv64-linux site/risc-v: Cache common variables to build libIDL 2018-03-25 09:40:42 +01:00
sh-common site: Remove sctp related configs 2020-01-16 22:33:09 +00:00
sparc-linux
x32-linux site/ix86-common: Drop ac_cv_sizeof_ino_t as it can be incorrect with large file support 2017-08-16 00:03:15 +01:00
x86_64-linux site/ix86-common: Drop ac_cv_sizeof_ino_t as it can be incorrect with large file support 2017-08-16 00:03:15 +01:00