Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11/video-xgi: fix vesa/xgi typo | Peter Korsgaard | 2009-02-10 | 2 | -2/+2 |
| | | | | Closes #95 | ||||
* | gmp/mpfr: force static linking | Peter Korsgaard | 2009-02-09 | 2 | -2/+2 |
| | | | | | | | | | | | | Patch by Maxim Grigoriev. GCC 4.3.x would link with the correct shared library versions, but without any RPATH, so it ended up looking for then in /usr/lib/ at runtime. This is less than good, as the version there might not be compatible, and even worse for distributions like Ubuntu, which doesn't install those libs by default, the build breaks. Fix it by forcing static linking instead. | ||||
* | vim: cleanup sed invocation | Peter Korsgaard | 2009-02-08 | 1 | -1/+1 |
| | |||||
* | alsa-lib: make python option depend on python | Peter Korsgaard | 2009-02-07 | 1 | -1/+1 |
| | | | | As discussed on the list. | ||||
* | mpg123: remove unused mpg123x target (debug?) | Peter Korsgaard | 2009-02-05 | 1 | -3/+0 |
| | |||||
* | mpg123: remove arm funroll-loops workaround | Peter Korsgaard | 2009-02-05 | 3 | -2135/+1 |
| | | | | Fixed by toolchain patch. | ||||
* | mpg123: cleanup unused hunk after r25004 | Peter Korsgaard | 2009-02-05 | 1 | -4/+0 |
| | |||||
* | mpg123: cleanup after r19300 (don't introduce unneeded hidden configs) | Peter Korsgaard | 2009-02-05 | 2 | -7/+1 |
| | |||||
* | tremor: strip target lib | Peter Korsgaard | 2009-02-04 | 1 | -1/+2 |
| | |||||
* | microperl: strip target binary | Peter Korsgaard | 2009-02-04 | 1 | -1/+4 |
| | |||||
* | alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON | Peter Korsgaard | 2009-02-04 | 1 | -0/+1 |
| | | | | Tell it where to find the python headers. | ||||
* | package/: remove obsolete ltt package | Peter Korsgaard | 2009-02-04 | 6 | -290/+0 |
| | | | | As discussed on the list. | ||||
* | Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2 | Ulf Samuelsson | 2009-02-02 | 1 | -15/+2 |
| | |||||
* | Mark ltt as broken (all versions of tarball removed from SITE), package obsolete | Ulf Samuelsson | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | alsa-lib: clean up makefile | Peter Korsgaard | 2009-02-01 | 1 | -7/+5 |
| | | | | | | As discussed on the list. I suspect the ARM abi thing isn't needed anymore now we use the correct abi in the first place, but I'll leave it in until after the release. | ||||
* | mpfr: bump version | Peter Korsgaard | 2009-02-01 | 1 | -4/+3 |
| | | | | | | | | | | | I know that changing something as fundamental as mpfr this close to the release isn't really ideal, but it's listed as the minimum version for gcc 4.3.x: http://gcc.gnu.org/install/prerequisites.html Bernhard's tree has been using 2.3.2 since October, so the risk is probably not that big though. | ||||
* | busybox: additional 1.13.2 fixes | Peter Korsgaard | 2009-02-01 | 2 | -0/+149 |
| | |||||
* | Do not overwrite user configuration | Ulf Samuelsson | 2009-02-01 | 1 | -5/+5 |
| | |||||
* | dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time) | Peter Korsgaard | 2009-01-31 | 1 | -5/+11 |
| | | | | It was a bogus revert. | ||||
* | Unbreak Peters 'fixes' to dbus for a second time | Ulf Samuelsson | 2009-01-31 | 1 | -11/+5 |
| | |||||
* | x11r7: make xman and xcb-util visible in Kconfig | Peter Korsgaard | 2009-01-31 | 3 | -3/+11 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | dbus: revert to pre-r25021 situation | Peter Korsgaard | 2009-01-31 | 1 | -9/+11 |
| | | | | | Revert to pre-r25021 situation, but add extra comments explaining the situation. | ||||
* | ntp: fix time sync issue | Peter Korsgaard | 2009-01-31 | 1 | -0/+33 |
| | | | | Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo. | ||||
* | dbus dependencies needs to be ready before ./configure | Ulf Samuelsson | 2009-01-31 | 1 | -1/+7 |
| | |||||
* | Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵ | Ulf Samuelsson | 2009-01-31 | 2 | -2/+101 |
| | | | | break, feedback to AVR32 compiler team will be sent | ||||
* | dbus: fix xml dependency and stop continous rebuilds | Peter Korsgaard | 2009-01-30 | 1 | -11/+4 |
| | |||||
* | dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵ | Peter Korsgaard | 2009-01-30 | 3 | -21/+5 |
| | | | | | | but may need refinement) As discussed on the list - Too complicated and wrong. | ||||
* | toolchain: fix up GNU_TARGET_NAME link and target_utils location | Peter Korsgaard | 2009-01-30 | 2 | -4/+4 |
| | | | | | | The GNU_TARGET_NAME symlink and target_utils location were not correctly adjusted to match the move of the toolchain to $(STAGING_DIR)/usr, creating dangling symlinks. | ||||
* | qte.mk: Add a 'comment' to indicate the need for NPTL threads | Daniel Laird | 2009-01-30 | 1 | -1/+2 |
| | | | | | | | | Make sure the developer is informed why a package is not visable and that they need to have a NPTL enabled toolchain. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | qte.mk: Use depends on for toolchain features | Daniel Laird | 2009-01-30 | 1 | -1/+1 |
| | | | | | | | Buildroot is adopting depends on for toolchain features and select for packages. Make this change in this file. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | 2009-01-30 | 7 | -7/+7 |
| | | | | Package configs should start with BR2_PACKAGE_. | ||||
* | readline: remove BR2_PACKAGE_READLINE_TARGET configuration option | Peter Korsgaard | 2009-01-30 | 4 | -18/+5 |
| | | | | | Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead. | ||||
* | readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration | Peter Korsgaard | 2009-01-30 | 2 | -10/+0 |
| | | | | Header files on target is globally controlled by BR2_HAVE_DEVFILES. | ||||
* | Fix dbus dependency on libxml2, without rebuild, works but may need refinement | Ulf Samuelsson | 2009-01-30 | 3 | -5/+21 |
| | |||||
* | mysql-client: remove test / benchmark stuff from target (saves ~70MB) | Peter Korsgaard | 2009-01-29 | 1 | -0/+4 |
| | |||||
* | sqlite: bump version | Peter Korsgaard | 2009-01-29 | 1 | -1/+1 |
| | | | | Fixes several database corruption bugs | ||||
* | busybox: rebuild if .config changed | Peter Korsgaard | 2009-01-29 | 1 | -4/+4 |
| | | | | As reported on irc - Fixes busybox-menuconfig | ||||
* | busybox: remove unused handling of ancient versions no longer in BR | Peter Korsgaard | 2009-01-29 | 1 | -8/+0 |
| | |||||
* | gamin: fix build | Peter Korsgaard | 2009-01-29 | 2 | -2/+7 |
| | | | | Dependencies were wrong, and it didn't build without largefile support. | ||||
* | Add radvd to the list of packages | Peter Korsgaard | 2009-01-28 | 4 | -0/+47 |
| | | | | | | Add radvd, the IPv6 router advertisement daemon. Signed-off-by: Amand Tihon <amand.tihon@alrj.org> | ||||
* | xpdf: depends on freetype, so select it in kconfig as well | Peter Korsgaard | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | autoconf.mk: Bounce version to 2.63 | Daniel Laird | 2009-01-28 | 1 | -1/+1 |
| | | | | | | | | Have been having various issues with multiple jobs (-jX) and building autoconf. Turns out that v2.63 has fixed this. So bounce version to a working version. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | alsa-lib: fix build with largefile on 32bit archs | Peter Korsgaard | 2009-01-28 | 1 | -0/+30 |
| | | | | | Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git. | ||||
* | avahi-autoipd: fix issue with repeated builds | Peter Korsgaard | 2009-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is already a symlink to /tmp (E.G. like the default target_skeleton is). If that's the case, then you end up adding a /tmp/avahi-autoipd symlink pointing to itself, causing subsequent builds to fail (Too many levels of symbolic links in the ln -sf call). Fix it by simply first removing the symlink if it's there. | ||||
* | xfs is a mainline filesystem with no alternative regarding tools in busybox, ↵ | Nigel Kukard | 2009-01-28 | 1 | -1/+0 |
| | | | | remove depend on deprecated | ||||
* | * Cleanup of prefix | Nigel Kukard | 2009-01-28 | 1 | -4/+1 |
| | |||||
* | Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1) | Peter Korsgaard | 2009-01-28 | 1 | -6/+9 |
| | | | | As requested on irc. | ||||
* | webkit: depend on C++ + wchar support in toolkit, as icu needs it | Peter Korsgaard | 2009-01-27 | 1 | -0/+4 |
| | |||||
* | webkit: don't depend on X server | Peter Korsgaard | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | libxml2: stop continous rerun of post-extract target | Peter Korsgaard | 2009-01-27 | 1 | -0/+1 |
| | | | | Touch stamp file (seems to have been missed by r23656). |