aboutsummaryrefslogtreecommitdiffstats
path: root/site/arm-common
AgeCommit message (Collapse)Author
2011-02-01site info: Move ac_cv_conv_longlong_to_float to common-linuxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.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-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-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>
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-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-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>
2007-11-16site/arm-*: add getgrgid for gioPhilipp Zabel
2007-10-01site: commit some local changesKoen Kooi
2007-09-02site: Sync with PokyRichard Purdie
2007-08-12site/arm-common: add unaligned access for gstreamerKoen Kooi
2007-05-17site: Update the site files to handle glibc having sys_siglist while uclibcJamie Lenehan
doesn't. It was only enabled for arm and ixp4xx in older version of uclibc but not for anything else. Uclibc says it'll go away in uclibc soon and so shouldn't be used.
2007-04-30site/arm: updates from pokyKoen Kooi
2007-01-01site: Resort arm-common to match ix86-common, tidy up some further entriesRichard Purdie
2007-01-01site: Start to refactor files to benefit from common site files. Much more ↵Richard Purdie
work is needed but this is a start