summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2008-12-31* Bump rpm to 5.1.6Nigel Kukard
- Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data
2008-12-31busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard
2008-12-31libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loadersPeter Korsgaard
It would be nicer to do this at compile time, but then we would need to compile libgtk2 for the host as well.
2008-12-31pango: add init script to create /etc/pango/pango.modulesPeter Korsgaard
It would be nicer to do this at compile time, but then we would need to compile pango for the host as well.
2008-12-31libcurl/libglade: touch _HOOK_POST_INSTALL targetPeter Korsgaard
2008-12-30busybox: 1.13.1 dc fixPeter Korsgaard
2008-12-30package: remove default y from xserver selectionPeter Korsgaard
2008-12-29xlib needs wchar support, so require it for tinyx as wellPeter Korsgaard
2008-12-29pango: fix download urlPeter Korsgaard
Reported by Berns.
2008-12-29libglib2: fix download urlPeter Korsgaard
Reported by Berns.
2008-12-29gmpc: fix typoPeter Korsgaard
Thanks to Thomas for noticing.
2008-12-29busybox; fix iptunnel compile with 2.6.28 headers (from r24253)Peter Korsgaard
2008-12-29gmpc: needs libglade as wellPeter Korsgaard
2008-12-28package: make X server selection a choice and fix tinyx prefixPeter Korsgaard
2008-12-28package: add gmpc (gtk musicpd client) packagePeter Korsgaard
2008-12-28netsnmp: don't list openssl as a hard dependencyPeter Korsgaard
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.
2008-12-28libcurl: add dummy curl-* targetsPeter Korsgaard
2008-12-28libcurl: compile with openssl support if availablePeter Korsgaard
2008-12-28curl: rename to libcurl so Makefile.autotools.in can find patchesPeter Korsgaard
2008-12-28openssl: fix uclibc 0.9.30 buildPeter Korsgaard
2008-12-28netsnmp: bump version, fixes security hole in snmpv3Peter Korsgaard
2008-12-28curl: convert to Makefile.autotools.in format, bump versionPeter Korsgaard
2008-12-28curl: remove unused legacy patchesPeter Korsgaard
2008-12-27libmpd: no need for autoreconf now we don't patch configure.ac anymorePeter Korsgaard
2008-12-27package: add libgladePeter Korsgaard
2008-12-27pango: bump versionPeter Korsgaard
2008-12-26directfb-examples fixesThomas Petazzoni
* 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>
2008-12-26libmpd: get rid of < glib2.16 workaroundPeter Korsgaard
2008-12-26libglib2: bump versionPeter Korsgaard
2008-12-26libgtk: don't list cups/png/jpeg/tiff as hard dependenciesPeter Korsgaard
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.
2008-12-26libgtk2: remove unneeded configure optsPeter Korsgaard
This stuff is all handled by Makefile.autotools.in
2008-12-26package/multimedia: add libmpd packagePeter Korsgaard
2008-12-22strace: fix build on ARM (no <asm/cachectl.h>)Peter Korsgaard
2008-12-22rxvt: don't use getpt()Peter Korsgaard
uClibc can be (and per default is) configured to not implement the glibc function getpt(3), so use the non-getpt rxvt configuration.
2008-12-22x11r7/xserver_xorg: breaks with shared cachePeter Korsgaard
The package overrides CFLAGS, so disable shared cache.
2008-12-22fontconfig: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard
2008-12-22x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard
2008-12-22x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard
2008-12-22x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard
2008-12-21Bump version of setserialUlf Samuelsson
2008-12-17haserl: bump versionPeter Korsgaard
2008-12-17openswan: revert $(strip ...) change (r24307) on patchesPeter Korsgaard
Thanks to Markus for noticing.
2008-12-17Revert $(strip ...) change which corrupted this fileHamish Moffatt
2008-12-15Fix TARGET_PATH for external toolchain buildsThomas Petazzoni
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>
2008-12-15avahi: make sure destination dirs existsPeter Korsgaard
2008-12-13ifplugd: fix non-C++ buildPeter Korsgaard
The ifplugd configure script was checking for a C++ compiler, even though it isn't used for anything.
2008-12-13Another external toolchain support solutionThomas Petazzoni
* 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>
2008-12-13menuconfig: don't prepend CONFIG_ to symbols in help textPeter Korsgaard
2008-12-13Bump PHP version to 5.2.7.Thomas Petazzoni
Patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-12-13Bump lighttpd to 1.4.20.Thomas Petazzoni
Initial patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>