aboutsummaryrefslogtreecommitdiffstats
path: root/site
AgeCommit message (Collapse)Author
2012-09-27powerpc-common: Missing value for rp-pppoeFlorian Boor
Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
2011-02-27common-linux: Add ac_cv_have_variable_fdsetTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-22site: Move rpppoe_cv_pack_bitfields to common-linuxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01site info: Move ac_cv_conv_longlong_to_float to common-linuxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01site infos: Move ac_cv_sys_restartable_syscalls to common-linuxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01sh-common: Add postgresql infoTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-15python: Fix configure tests when using --enable-ipv6Khem Raj
* Add cross compile awareness to configure test in 2.6 * Cache ac_cv_buggy_getaddrinfo for all which is used by python 2.7 onwards Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-12site/powerpc-common: Drop ac_cv_func_dlopenTom Rini
This is something that can be done at compile time and more importantly was set wrong (this should be no and then another one yet for getting -ldl, but that also wouldn't live in the -common one). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-29powerpc-common: Cache alignof variables for postgresqlKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-15powerpc-common: Fix ac_cv_sizeof_ptrdiff_t sizeTom Rini
This was set to 0 originally but should be 4. No idea how modphp built with this originally. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-06postgresql-8.1.8 : fix configure on x86Bob Foerster
Without this patch, postgres fails on configure: | checking alignment of int... configure: error: cannot compute alignment of int, 77 NOTE: package postgresql-8.1.8-r4: task do_configure: Failed Similar fix for arm was in 5fa3d153. Signed-off-by: Bob Foerster <robert@erafx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-02site/mips{,64}-common: Add apache vars.Graham Gower
Also, fix CORBA pointer alignment for mips64 that I missed previously. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-25site/mips{,64}-common: Add postgresql bits.Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-25siteinfo.bbclass, mips64: Clone mips-common to mips64-common.Graham Gower
Orbit has alignment of long = 4 bytes, which is only true of 32 bit mips. Rename mip64el-linux to mips64el-linux while here. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27siteinfo.bbclass, site/: Add mips64/mips64el to siteinfo dataKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-06postgresql-8.1.8 : fix configureEric BENARD
without this patch, using angstrom 2010.x on armv6 I actually get : | checking alignment of short... configure: error: cannot compute alignment of short, 77 | ERROR: Function do_configure failed NOTE: package postgresql-8.1.8-r4: task do_configure: Failed Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-10site/mipsel-linux-uclibc: Cache ac_cv_sizeof_int for vim.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08libsndfile1_1.0.21.bb: Partially undo 21cc37782c0624d1efc9b56e94d1012557dce871Khem Raj
commit 21cc37782c0624d1efc9b56e94d1012557dce871 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Date: Thu Mar 11 09:46:25 2010 +0100 libsndfile1: updated to 1.0.21 also fixed download location and moved two config vars to arm-common (not sure about ac_cv_sizeof_off_t=8, this seems odd or recipe specific, so left that one) Problem is that ac_cv_sys_file_offset_bits should not be cached blindly as the same var is used by glib-2.0 to detect large file system support if cached then glib-2.0 configure tests are not perfored and it assumes that large file support is there. uclibc is configurable to not have large file support compiled in hence this breaks glib-2.0 in a obscure way hence moving back to where they were. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-07site/nios2-linux: createdFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-05site/mips-common: Cache cvs_cv_func_printf_ptrKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05gettext-0.18: Add recipe for 0.18Khem Raj
* gl_cv_func_unsetenv_works is not computed correctly in cross environment so cache it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-26tcl: add 2 entries to arm-linux site file (possibly only glibc specific, ↵Koen Kooi
need to check)
2010-04-06Add ac_cv_sys_symbol_underscore to site/ for gnupgChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-03-11libsndfile1: updated to 1.0.21Frans Meulenbroeks
also fixed download location and moved two config vars to arm-common (not sure about ac_cv_sizeof_off_t=8, this seems odd or recipe specific, so left that one) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-06site/avr32-common : add a sizeof value for int, needed for vim compileGraeme Gregory
2010-01-08mips-linux-uclibc: Add mips linux siteinfo for ucliibc.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-12ix86-common: Cache ac_cv_ispeed_offsetKhem Raj
* Fixes PR 5320 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-10php_5.2.11.bb : add --enable-mbstring site/arm-common : add magic value for ↵Graeme Gregory
mbstring that cannot be checked This enables UTF-8 support in OE php
2009-12-09site/: Change the db_cv_mutex site defaults for dbBrian Pomerantz
The rpm build is failing on the internal db3 build because it thinks db_cv_mutex=no is telling it that "no" is the mutext type. Setting this to proper values for the platforms that didn't have them set already should fix the rpm builds. Signed-off-by: Brian Pomerantz <bapper@mvista.com>
2009-12-09site/x86_64-linux: Add a few missing test results.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-09site/x86_64-linux: Add in some test results for sudo, ORBit and IDL.Jeremy Puhlman
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
2009-10-29site/avr32-common : fix search replace damage in last commitGraeme Gregory
2009-10-29site/avr32-common : add values for ORbit2 taken from debian avr32 logsGraeme Gregory
2009-10-24mips-common: Add alignment for MIPSHolger Hans Peter Freyther
These numbers were generated using qemu and a mips32 big endian userspace on a simulated malta. If we ever support mips64 we will have to split up mips-common.
2009-10-16mono-2.4.2.3: Fix compilation issues.Khem Raj
* Disable parallel make, mono does not like it. * Add a patch to get mono cross compile for x86 target. * add mono_cv_sizeof_sunpath to site files, becasue previously it was called cv_mono_sizeof_sunpath Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-10conf: Decosmetize TARGET_OSKhem Raj
* This patch reverts the cosmetic change which used linux-gnu instead of linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Holger Freyther <zecke@selfish.org>
2009-10-06siteinfo: Add common-mips site file.Khem Raj
* After renaming the target triplet the file names needs to be renamed because they are used in get_siteinfo_list Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-09enca_1.9.bb: remove unused configure test which is bound to fail.Graham Gower
Enca's configure will fail on everything not arm or ix86. Signed-off-by: Graham Gower <graham.gower@gmail.com>
2009-08-19site/common-linux: centralize bash configure varsMichael Smith
If the other site files are accurate, almost all of the bash vars are universal across Linux. Did this to fix bash on x86_64. Also bump bash PRs to help track breakage later. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-19site/x86_64-linux: Add some vars from ix86-commonMichael Smith
ix86-common had a few updates in the past couple of years; bring them to x86_64. Some of these could probably be moved to common-glibc. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-17site: Add ac value for mipsel-linux and mipsel-linux-uclibcHolger Hans Peter Freyther
The results were found using google and applying common sense.
2009-08-17site/ix86-common: fix grave bug in ac_cv_sizeof_unsigned_charRoman I Khimov
ac_cv_sizeof_unsigned_char definition accidentally redefines ac_cv_sizeof_unsigned_int to 1. Luckily, not many packages are using that but for example it completely breakes gnutls. Fix that. Acked-by: Holger Freyther <zecke@selfish.org>
2009-08-14common-uclibc: Unset guile_cv_use_csqrt for guileKhem Raj
guile's configure is not smart to guess if csqrt works in a cross compile environment so it ends up assuming that it works and fails to link. Anyways for uclibc complex functions are unimplemented so we help configure by unsetting here in site file for uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-04-23site/powerpc-common: add ac_cv_va_val_copy resultDmitry Eremin-Solenikov
On powerpc it's not posible to assign va_arg by value, so cache ac_cv_va_val_copy=no Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2008-12-11mono 1.9.1+2.2.0-rc2: add recipes for new versionCliff Brake
2008-12-10common-uclibc: add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_rKhem Raj
2008-12-09common-glibc: Add va_copy and _va_copyKhem Raj
common-uclibc: Ditto mipsel: Add mipsel config for uclibc
2008-12-04coreutils: Build and package df of coreutilsHolger Hans Peter Freyther
- df can only be build if one of the many statvfs,fsusage was is present. These tests work by executing a test application and that is obviously not working out when cross compiling - all linux (glibc, eglibc, uclibc) should have the bsize in the struct statvfs... and this will enable the build of df.
2008-11-26samba, samba-essential: Move IFACE related autoconf variables to ↵Tom Rini
common-linux site file. As reported by me in bug 4854, the IFACE autoconf variables are found in some, bug not all arch site files, but these are really common linux variables and as such, should be in common-linux. Bump PR as there is a change here in some arches.
2008-10-15[squeak] Attempt to add squeak 3.10-1Holger Hans Peter Freyther
- This does configure - But it fails to link, there is something wrong with the autoreconf...