Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-04 | package/: remove obsolete ltt package | Peter Korsgaard | |
As discussed on the list. | |||
2009-02-02 | Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2 | Ulf Samuelsson | |
2009-02-02 | Mark ltt as broken (all versions of tarball removed from SITE), package obsolete | Ulf Samuelsson | |
2009-02-01 | alsa-lib: clean up makefile | Peter Korsgaard | |
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. | |||
2009-02-01 | mpfr: bump version | Peter Korsgaard | |
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. | |||
2009-02-01 | busybox: additional 1.13.2 fixes | Peter Korsgaard | |
2009-02-01 | Do not overwrite user configuration | Ulf Samuelsson | |
2009-01-31 | dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time) | Peter Korsgaard | |
It was a bogus revert. | |||
2009-01-31 | Unbreak Peters 'fixes' to dbus for a second time | Ulf Samuelsson | |
2009-01-31 | x11r7: make xman and xcb-util visible in Kconfig | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-01-31 | dbus: revert to pre-r25021 situation | Peter Korsgaard | |
Revert to pre-r25021 situation, but add extra comments explaining the situation. | |||
2009-01-31 | ntp: fix time sync issue | Peter Korsgaard | |
Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo. | |||
2009-01-31 | dbus dependencies needs to be ready before ./configure | Ulf Samuelsson | |
2009-01-31 | Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵ | Ulf Samuelsson | |
break, feedback to AVR32 compiler team will be sent | |||
2009-01-30 | dbus: fix xml dependency and stop continous rebuilds | Peter Korsgaard | |
2009-01-30 | dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵ | Peter Korsgaard | |
but may need refinement) As discussed on the list - Too complicated and wrong. | |||
2009-01-30 | toolchain: fix up GNU_TARGET_NAME link and target_utils location | Peter Korsgaard | |
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. | |||
2009-01-30 | qte.mk: Add a 'comment' to indicate the need for NPTL threads | Daniel Laird | |
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> | |||
2009-01-30 | qte.mk: Use depends on for toolchain features | Daniel Laird | |
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> | |||
2009-01-30 | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | |
Package configs should start with BR2_PACKAGE_. | |||
2009-01-30 | readline: remove BR2_PACKAGE_READLINE_TARGET configuration option | Peter Korsgaard | |
Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead. | |||
2009-01-30 | readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration | Peter Korsgaard | |
Header files on target is globally controlled by BR2_HAVE_DEVFILES. | |||
2009-01-30 | Fix dbus dependency on libxml2, without rebuild, works but may need refinement | Ulf Samuelsson | |
2009-01-29 | mysql-client: remove test / benchmark stuff from target (saves ~70MB) | Peter Korsgaard | |
2009-01-29 | sqlite: bump version | Peter Korsgaard | |
Fixes several database corruption bugs | |||
2009-01-29 | busybox: rebuild if .config changed | Peter Korsgaard | |
As reported on irc - Fixes busybox-menuconfig | |||
2009-01-29 | busybox: remove unused handling of ancient versions no longer in BR | Peter Korsgaard | |
2009-01-29 | gamin: fix build | Peter Korsgaard | |
Dependencies were wrong, and it didn't build without largefile support. | |||
2009-01-28 | Add radvd to the list of packages | Peter Korsgaard | |
Add radvd, the IPv6 router advertisement daemon. Signed-off-by: Amand Tihon <amand.tihon@alrj.org> | |||
2009-01-28 | xpdf: depends on freetype, so select it in kconfig as well | Peter Korsgaard | |
2009-01-28 | autoconf.mk: Bounce version to 2.63 | Daniel Laird | |
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> | |||
2009-01-28 | alsa-lib: fix build with largefile on 32bit archs | Peter Korsgaard | |
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git. | |||
2009-01-28 | avahi-autoipd: fix issue with repeated builds | Peter Korsgaard | |
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. | |||
2009-01-28 | xfs is a mainline filesystem with no alternative regarding tools in busybox, ↵ | Nigel Kukard | |
remove depend on deprecated | |||
2009-01-28 | * Cleanup of prefix | Nigel Kukard | |
2009-01-28 | Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1) | Peter Korsgaard | |
As requested on irc. | |||
2009-01-27 | webkit: depend on C++ + wchar support in toolkit, as icu needs it | Peter Korsgaard | |
2009-01-27 | webkit: don't depend on X server | Peter Korsgaard | |
2009-01-27 | libxml2: stop continous rerun of post-extract target | Peter Korsgaard | |
Touch stamp file (seems to have been missed by r23656). | |||
2009-01-27 | icu: needs wchar support in toolchain as well | Peter Korsgaard | |
2009-01-27 | icu: add project url to help text | Peter Korsgaard | |
2009-01-27 | icu: needs C++ support in toolchain | Peter Korsgaard | |
2009-01-27 | webkit: revert r24983 (Disable webkit (with comment) if X is not available) | Peter Korsgaard | |
Webkit doesn't need X. | |||
2009-01-27 | alsa-lib: fix typo in -source target | Peter Korsgaard | |
2009-01-26 | libcgicc: don't build demos | Peter Korsgaard | |
And remove unneeded patch for demos while we're at it. | |||
2009-01-26 | libcgicc: install to usr/lib | Peter Korsgaard | |
2009-01-26 | package/: depend on toolchain C++ config, don't use select | Peter Korsgaard | |
select should only be used for package (library) dependencies. | |||
2009-01-26 | libcgicc: depend on toolchain config, don't use select | Peter Korsgaard | |
select should only be used for package (library) dependencies. | |||
2009-01-26 | libglib2: move HOST_GLIB detection to glib package | Peter Korsgaard | |
Makes more sense to have it here, and easier to change once we start building host-glib. | |||
2009-01-26 | libglib2: halt build early with description if host glib-genmarshal isn't found | Peter Korsgaard | |