summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Bump rpm to 5.1.6Nigel Kukard2008-12-316-38/+54
| | | | | | - Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data
* * Bump latest 2.6.27 kernel header version to 2.6.27.10Nigel Kukard2008-12-311-1/+1
|
* busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard2008-12-318-259/+2
|
* libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loadersPeter Korsgaard2008-12-312-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.modulesPeter Korsgaard2008-12-312-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 targetPeter Korsgaard2008-12-312-0/+2
|
* busybox: 1.13.1 dc fixPeter Korsgaard2008-12-301-0/+13
|
* package: remove default y from xserver selectionPeter Korsgaard2008-12-301-1/+0
|
* Update kernel patch from 2.6.28-rc6 to 2.6.28Ulf Samuelsson2008-12-306-439/+4
|
* toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515)Peter Korsgaard2008-12-291-0/+34
|
* xlib needs wchar support, so require it for tinyx as wellPeter Korsgaard2008-12-291-0/+3
|
* Use correct filename for patchUlf Samuelsson2008-12-292-0/+0
|
* Use correct filename for patchUlf Samuelsson2008-12-291-0/+0
|
* pango: fix download urlPeter Korsgaard2008-12-291-1/+1
| | | | Reported by Berns.
* libglib2: fix download urlPeter Korsgaard2008-12-291-1/+1
| | | | Reported by Berns.
* gmpc: fix typoPeter Korsgaard2008-12-291-1/+1
| | | | Thanks to Thomas for noticing.
* busybox; fix iptunnel compile with 2.6.28 headers (from r24253)Peter Korsgaard2008-12-291-0/+80
|
* gmpc: needs libglade as wellPeter Korsgaard2008-12-292-2/+4
|
* package: make X server selection a choice and fix tinyx prefixPeter Korsgaard2008-12-281-4/+9
|
* package: add gmpc (gtk musicpd client) packagePeter Korsgaard2008-12-283-0/+33
|
* netsnmp: don't list openssl as a hard dependencyPeter Korsgaard2008-12-282-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-* targetsPeter Korsgaard2008-12-281-0/+5
|
* libcurl: compile with openssl support if availablePeter Korsgaard2008-12-282-0/+31
|
* curl: rename to libcurl so Makefile.autotools.in can find patchesPeter Korsgaard2008-12-283-2/+2
|
* openssl: fix uclibc 0.9.30 buildPeter Korsgaard2008-12-281-0/+18
|
* netsnmp: bump version, fixes security hole in snmpv3Peter Korsgaard2008-12-281-1/+1
|
* curl: convert to Makefile.autotools.in format, bump versionPeter Korsgaard2008-12-282-100/+18
|
* curl: remove unused legacy patchesPeter Korsgaard2008-12-285-116/+0
|
* toolchain/kernel-headers: add 2.6.28Peter Korsgaard2008-12-281-0/+4
| | | | | Don't make it default yet as uclibc/busybox seems to have some issues with it.
* libmpd: no need for autoreconf now we don't patch configure.ac anymorePeter Korsgaard2008-12-271-1/+0
|
* package: add libgladePeter Korsgaard2008-12-273-0/+31
|
* pango: bump versionPeter Korsgaard2008-12-275-43/+1
|
* directfb-examples fixesThomas Petazzoni2008-12-261-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 workaroundPeter Korsgaard2008-12-261-17/+0
|
* libglib2: bump versionPeter Korsgaard2008-12-263-1/+1
|
* libgtk: don't list cups/png/jpeg/tiff as hard dependenciesPeter Korsgaard2008-12-262-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 optsPeter Korsgaard2008-12-261-15/+1
| | | | This stuff is all handled by Makefile.autotools.in
* package/multimedia: add libmpd packagePeter Korsgaard2008-12-265-0/+134
|
* scripts/setlocalversion: update deprecated git-<command> usageWade Berrier2008-12-231-1/+1
| | | | | | Git is moving away from the git-<command> to git <command> git-svn -> git svn
* target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)Peter Korsgaard2008-12-233-0/+13
|
* toolchain: disable export-toolchain stuff as it breaks make dependenciesPeter Korsgaard2008-12-231-3/+2
| | | | | For some reason Ulf's export-toolchain stuff breaks the build as the dependencies target isn't executed and SED isn't set.
* toolchain/uclibc: fix typoPeter Korsgaard2008-12-231-1/+1
|
* toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED optionPeter Korsgaard2008-12-232-5/+17
| | | | | | | Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree.
* strace: fix build on ARM (no <asm/cachectl.h>)Peter Korsgaard2008-12-221-0/+21
|
* rxvt: don't use getpt()Peter Korsgaard2008-12-222-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 cachePeter Korsgaard2008-12-221-0/+1
| | | | The package overrides CFLAGS, so disable shared cache.
* fontconfig: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard2008-12-221-0/+59
|
* x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard2008-12-221-6/+6
|
* x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard2008-12-221-5/+5
|
* x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard2008-12-221-7/+7
|