Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | busybox: bump 1.12.x / 1.13.x versions | Peter Korsgaard | 2008-12-31 | 8 | -259/+2 |
| | |||||
* | libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loaders | Peter Korsgaard | 2008-12-31 | 2 | -0/+23 |
| | | | | | It would be nicer to do this at compile time, but then we would need to compile libgtk2 for the host as well. | ||||
* | pango: add init script to create /etc/pango/pango.modules | Peter Korsgaard | 2008-12-31 | 2 | -0/+23 |
| | | | | | It would be nicer to do this at compile time, but then we would need to compile pango for the host as well. | ||||
* | libcurl/libglade: touch _HOOK_POST_INSTALL target | Peter Korsgaard | 2008-12-31 | 2 | -0/+2 |
| | |||||
* | busybox: 1.13.1 dc fix | Peter Korsgaard | 2008-12-30 | 1 | -0/+13 |
| | |||||
* | package: remove default y from xserver selection | Peter Korsgaard | 2008-12-30 | 1 | -1/+0 |
| | |||||
* | xlib needs wchar support, so require it for tinyx as well | Peter Korsgaard | 2008-12-29 | 1 | -0/+3 |
| | |||||
* | pango: fix download url | Peter Korsgaard | 2008-12-29 | 1 | -1/+1 |
| | | | | Reported by Berns. | ||||
* | libglib2: fix download url | Peter Korsgaard | 2008-12-29 | 1 | -1/+1 |
| | | | | Reported by Berns. | ||||
* | gmpc: fix typo | Peter Korsgaard | 2008-12-29 | 1 | -1/+1 |
| | | | | Thanks to Thomas for noticing. | ||||
* | busybox; fix iptunnel compile with 2.6.28 headers (from r24253) | Peter Korsgaard | 2008-12-29 | 1 | -0/+80 |
| | |||||
* | gmpc: needs libglade as well | Peter Korsgaard | 2008-12-29 | 2 | -2/+4 |
| | |||||
* | package: make X server selection a choice and fix tinyx prefix | Peter Korsgaard | 2008-12-28 | 1 | -4/+9 |
| | |||||
* | package: add gmpc (gtk musicpd client) package | Peter Korsgaard | 2008-12-28 | 3 | -0/+33 |
| | |||||
* | netsnmp: don't list openssl as a hard dependency | Peter Korsgaard | 2008-12-28 | 2 | -2/+1 |
| | | | | | netsnmp can be compiled without ssl support, so don't list it as a hard dependency and only compile in support if enabled by the user. | ||||
* | libcurl: add dummy curl-* targets | Peter Korsgaard | 2008-12-28 | 1 | -0/+5 |
| | |||||
* | libcurl: compile with openssl support if available | Peter Korsgaard | 2008-12-28 | 2 | -0/+31 |
| | |||||
* | curl: rename to libcurl so Makefile.autotools.in can find patches | Peter Korsgaard | 2008-12-28 | 3 | -2/+2 |
| | |||||
* | openssl: fix uclibc 0.9.30 build | Peter Korsgaard | 2008-12-28 | 1 | -0/+18 |
| | |||||
* | netsnmp: bump version, fixes security hole in snmpv3 | Peter Korsgaard | 2008-12-28 | 1 | -1/+1 |
| | |||||
* | curl: convert to Makefile.autotools.in format, bump version | Peter Korsgaard | 2008-12-28 | 2 | -100/+18 |
| | |||||
* | curl: remove unused legacy patches | Peter Korsgaard | 2008-12-28 | 5 | -116/+0 |
| | |||||
* | libmpd: no need for autoreconf now we don't patch configure.ac anymore | Peter Korsgaard | 2008-12-27 | 1 | -1/+0 |
| | |||||
* | package: add libglade | Peter Korsgaard | 2008-12-27 | 3 | -0/+31 |
| | |||||
* | pango: bump version | Peter Korsgaard | 2008-12-27 | 5 | -43/+1 |
| | |||||
* | directfb-examples fixes | Thomas Petazzoni | 2008-12-26 | 1 | -3/+2 |
| | | | | | | | | | | | | * Do not install to the staging dir inside the target install target, since it has already been done in the staging install target. * Strip the binaries installed in the target. * Properly create the target installation stamp. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | libmpd: get rid of < glib2.16 workaround | Peter Korsgaard | 2008-12-26 | 1 | -17/+0 |
| | |||||
* | libglib2: bump version | Peter Korsgaard | 2008-12-26 | 3 | -1/+1 |
| | |||||
* | libgtk: don't list cups/png/jpeg/tiff as hard dependencies | Peter Korsgaard | 2008-12-26 | 2 | -7/+27 |
| | | | | | | GTK can be compiled without the above, so don't list them as hard dependencies, and simply adjust the build depending on what the user has enabled. | ||||
* | libgtk2: remove unneeded configure opts | Peter Korsgaard | 2008-12-26 | 1 | -15/+1 |
| | | | | This stuff is all handled by Makefile.autotools.in | ||||
* | package/multimedia: add libmpd package | Peter Korsgaard | 2008-12-26 | 5 | -0/+134 |
| | |||||
* | strace: fix build on ARM (no <asm/cachectl.h>) | Peter Korsgaard | 2008-12-22 | 1 | -0/+21 |
| | |||||
* | rxvt: don't use getpt() | Peter Korsgaard | 2008-12-22 | 2 | -1/+18 |
| | | | | | uClibc can be (and per default is) configured to not implement the glibc function getpt(3), so use the non-getpt rxvt configuration. | ||||
* | x11r7/xserver_xorg: breaks with shared cache | Peter Korsgaard | 2008-12-22 | 1 | -0/+1 |
| | | | | The package overrides CFLAGS, so disable shared cache. | ||||
* | fontconfig: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -0/+59 |
| | |||||
* | x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -6/+6 |
| | |||||
* | x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -5/+5 |
| | |||||
* | x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -7/+7 |
| | |||||
* | Bump version of setserial | Ulf Samuelsson | 2008-12-21 | 1 | -2/+4 |
| | |||||
* | haserl: bump version | Peter Korsgaard | 2008-12-17 | 1 | -1/+1 |
| | |||||
* | openswan: revert $(strip ...) change (r24307) on patches | Peter Korsgaard | 2008-12-17 | 4 | -12/+12 |
| | | | | Thanks to Markus for noticing. | ||||
* | Revert $(strip ...) change which corrupted this file | Hamish Moffatt | 2008-12-17 | 1 | -0/+0 |
| | |||||
* | Fix TARGET_PATH for external toolchain builds | Thomas Petazzoni | 2008-12-15 | 1 | -1/+1 |
| | | | | | | | | | | TARGET_PATH didn't contain $(STAGING_DIR)/usr/bin, which means that programs installed in $(STAGING_DIR)/usr/bin were not considered for execution during Buildroot build process. This was a problem with host automake/autoconf/libtool, which could not be found. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | avahi: make sure destination dirs exists | Peter Korsgaard | 2008-12-15 | 1 | -8/+6 |
| | |||||
* | ifplugd: fix non-C++ build | Peter Korsgaard | 2008-12-13 | 2 | -1/+18 |
| | | | | | The ifplugd configure script was checking for a C++ compiler, even though it isn't used for anything. | ||||
* | Another external toolchain support solution | Thomas Petazzoni | 2008-12-13 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | * In toolchain/external-toolchain/ext-tool.mk, copy the contents of the sysroot directory to the staging dir. * In package/Makefile.in, add a --sysroot CFLAGS pointing to the staging dir * Remove the CFLAGS and LDFLAGS definition from TARGET_CONFIGURE_OPTS. I haven't investigated exactly why, but with these options, DirectFB fails to build because it cannot find PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, even if DirectFB's Makefile properly sets -D_GNU_SOURCE. I have already sent this patch on December, 2nd to the mailing-list, but got no feedback. So let's commit and see what happens :-) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | menuconfig: don't prepend CONFIG_ to symbols in help text | Peter Korsgaard | 2008-12-13 | 1 | -1/+1 |
| | |||||
* | Bump PHP version to 5.2.7. | Thomas Petazzoni | 2008-12-13 | 1 | -1/+1 |
| | | | | | | | Patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Bump lighttpd to 1.4.20. | Thomas Petazzoni | 2008-12-13 | 2 | -1/+1 |
| | | | | | | | Initial patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | samba: add a comment about why make proto is done before make | Hans-Christian Egtvedt | 2008-12-12 | 1 | -0/+1 |
| | | | | | This patch adds a comment why make proto is needed before make. |