Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-08-19 | site/common-linux: centralize bash configure vars | Michael Smith | 12 | |
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-19 | site/x86_64-linux: Add some vars from ix86-common | Michael Smith | 1 | |
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-17 | site: Add ac value for mipsel-linux and mipsel-linux-uclibc | Holger Hans Peter Freyther | 2 | |
The results were found using google and applying common sense. | ||||
2009-08-17 | site/ix86-common: fix grave bug in ac_cv_sizeof_unsigned_char | Roman I Khimov | 1 | |
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-14 | common-uclibc: Unset guile_cv_use_csqrt for guile | Khem Raj | 1 | |
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-23 | site/powerpc-common: add ac_cv_va_val_copy result | Dmitry Eremin-Solenikov | 1 | |
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-11 | mono 1.9.1+2.2.0-rc2: add recipes for new version | Cliff Brake | 1 | |
2008-12-10 | common-uclibc: add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r | Khem Raj | 1 | |
2008-12-09 | common-glibc: Add va_copy and _va_copy | Khem Raj | 2 | |
common-uclibc: Ditto mipsel: Add mipsel config for uclibc | ||||
2008-12-04 | coreutils: Build and package df of coreutils | Holger Hans Peter Freyther | 1 | |
- 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-26 | samba, samba-essential: Move IFACE related autoconf variables to ↵ | Tom Rini | 8 | |
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-1 | Holger Hans Peter Freyther | 1 | |
- This does configure - But it fails to link, there is something wrong with the autoreconf... | ||||
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 1 | |
2008-09-07 | site avr32: add gmutex size | Koen Kooi | 1 | |
2008-09-07 | site avr32 common: add pthread size | Koen Kooi | 1 | |
2008-08-27 | site common-glibc: add ac_cv_fread_reads_directories | Koen Kooi | 1 | |
2008-08-05 | rrdtool: generalize test for IEEE math into site/common. Thanks, koen, for ↵ | Rolf Leggewie | 1 | |
pointing this out. | ||||
2008-08-03 | add glib-2.0 entries to mips[-el]-linux. closes bug #2185 | Michael Lauer | 2 | |
2008-07-01 | avr32 site: add libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | Koen Kooi | 1 | |
2008-05-09 | avr32-common: Add ac_cv_type_error_t=yes for gnash-0.8.2 built with uclibc ↵ | Leon Woestenberg | 1 | |
0.9.29. | ||||
2008-05-07 | pth: fix it for (at least) gentoo multilib system. | Michael Krelin | 1 | |
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-05 | site: add more uclibc entries | Koen Kooi | 2 | |
2008-03-19 | site/powerpc-common: Add va_copy entry for dpkg, fix other incorrect va_copy ↵ | Richard Purdie | 1 | |
entry | ||||
2008-03-18 | site/powerpc-common: Add va_copy entries | Richard Purdie | 1 | |
2008-03-18 | avr32 site: add a few permutations of va_copy | Koen Kooi | 1 | |
2008-03-16 | site/sh-common: Added ac_cv_func_posix_getgrgid_r=yes | Leon Woestenberg | 1 | |
2008-03-14 | avr32 site: repair glib entry | Koen Kooi | 1 | |
2008-03-14 | avr32 site file: add entry for sudo | Koen Kooi | 1 | |
2008-03-14 | avr32 site files: add more entries | Koen Kooi | 1 | |
2008-03-11 | site: Move ac_cv_file__dev_zero definition to common-linux | Richard Purdie | 4 | |
2008-03-10 | powerpc-common: added ac_cv_func_posix_getgrgid_r=yes required by glib 2.15.6 | Jeremy Laine | 1 | |
2008-03-09 | site/arm-linux: Add /dev/zero test result for apr | Richard Purdie | 1 | |
2008-03-06 | ix86-common: added ac_cv_func_posix_getgrgid_r=yes required by glib 2.15.6 | Marcin Juszkiewicz | 1 | |
2008-03-06 | site/armeb: Add ac_cv_func_posix_getgrgid_r entry to fix glib-2.0 configure ↵ | Richard Purdie | 2 | |
failure | ||||
2008-03-05 | arm linux uclibc site: add posix getgrgid_r | Koen Kooi | 1 | |
2008-02-27 | site/common-glibc: Set ac_cv_type_uid_t since autoconf detects it incorrectly | Richard Purdie | 1 | |
2008-01-15 | propagate from branch 'org.openembedded.dev' (head ↵ | Koen Kooi | 1 | |
6d44b490ec30acc0370a045d7b1eb3eae2b73ab9) to branch 'org.openembedded.dev.avr32' (head 6793a5c97e2e2221d152d0e63239c891b2c4ec5e) | ||||
2008-01-14 | site/arm-linux: Add rpppoe_cv_pack_bitfields. | Paul Sokolovsky | 1 | |
* Everywhere else it is "rev", so I assume it's just gcc property, and use the same. | ||||
2007-12-11 | propagate from branch 'org.openembedded.dev' (head ↵ | Koen Kooi | 4 | |
acccc4840b95c279164a3eeacf893200164bdc65) to branch 'org.openembedded.dev.avr32' (head 4a915ee0a28076c53049330f3f2e58c7b85ef7a8) | ||||
2007-12-01 | site/common-glibc: Add entry for gcc-zlib from poky | Richard Purdie | 1 | |
2007-12-01 | site: Add arm-darwin (from poky) | Richard Purdie | 1 | |
2007-11-16 | site/arm-*: add getgrgid for gio | Philipp Zabel | 2 | |
2007-11-12 | site/common-glibc: add entries for squid | T Kemp | 1 | |
2007-10-31 | propagate from branch 'org.openembedded.dev' (head ↵ | Koen Kooi | 1 | |
a6b798a43c05aef43ed650ab880f3edd386d0aa3) to branch 'org.openembedded.dev.avr32' (head 77e1041de2eef682f183f3f5199826818cb9c5b1) | ||||
2007-10-19 | site/ix86-common: removed repeated entry for ac_cv_linux_vers | Marcin Juszkiewicz | 1 | |
2007-10-07 | propagate from branch 'org.openembedded.dev' (head ↵ | Koen Kooi | 1 | |
23aeaf6386edeac3312ef7bf65975595704646cb) to branch 'org.openembedded.dev.avr32' (head 60ed8ee80ed7d3ce9fd1d319931577988ff07968) | ||||
2007-10-01 | site: commit some local changes | Koen Kooi | 4 | |
2007-09-30 | site: add more entries for avr32 | Koen Kooi | 1 | |
2007-09-14 | avr32 site: add ac_cv_linux_vers=${ac_cv_linux_vers=2} | Koen Kooi | 1 | |
2007-09-13 | propagate from branch 'org.openembedded.dev' (head ↵ | Koen Kooi | 2 | |
ab0d9a488e49d9ec307f6d034845a25a157b066b) to branch 'org.openembedded.dev.avr32' (head 4c5317ddb5784cda08980db89021f3fc1e9b786e) |