aboutsummaryrefslogtreecommitdiffstats
path: root/site
AgeCommit message (Collapse)Author
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...
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-09-07site avr32: add gmutex sizeKoen Kooi
2008-09-07site avr32 common: add pthread sizeKoen Kooi
2008-08-27site common-glibc: add ac_cv_fread_reads_directoriesKoen Kooi
2008-08-05rrdtool: generalize test for IEEE math into site/common. Thanks, koen, for ↵Rolf Leggewie
pointing this out.
2008-08-03add glib-2.0 entries to mips[-el]-linux. closes bug #2185Michael Lauer
2008-07-01avr32 site: add libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}Koen Kooi
2008-05-09avr32-common: Add ac_cv_type_error_t=yes for gnash-0.8.2 built with uclibc ↵Leon Woestenberg
0.9.29.
2008-05-07pth: fix it for (at least) gentoo multilib system.Michael Krelin
actually, it's not a fix, but rather an attemt to mimick its behaviour on other systems, which is wrong, anyway, since it attempts checks against build system. But since it works, perhaps it should do for now. On the other hand, maybe opkg crashes somewhere around here, as gpgme depends on pth. BTW, long time no commits ;-)
2008-04-05site: add more uclibc entriesKoen Kooi
2008-03-19site/powerpc-common: Add va_copy entry for dpkg, fix other incorrect va_copy ↵Richard Purdie
entry
2008-03-18site/powerpc-common: Add va_copy entriesRichard Purdie
2008-03-18avr32 site: add a few permutations of va_copyKoen Kooi
2008-03-16site/sh-common: Added ac_cv_func_posix_getgrgid_r=yesLeon Woestenberg
2008-03-14avr32 site: repair glib entryKoen Kooi
2008-03-14avr32 site file: add entry for sudo Koen Kooi
2008-03-14avr32 site files: add more entriesKoen Kooi
2008-03-11site: Move ac_cv_file__dev_zero definition to common-linuxRichard Purdie
2008-03-10powerpc-common: added ac_cv_func_posix_getgrgid_r=yes required by glib 2.15.6Jeremy Laine