summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Bump socat version, optionally add configure variablesUlf Samuelsson2009-01-022-4/+53
|
* buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard2009-01-014-7/+7
| | | | | Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig.
* * Bump release of bootutils to 0.0.9Nigel Kukard2009-01-011-1/+1
|
* * Running the make for lvm2 in parallel can cause build failures, revert to -j1Nigel Kukard2009-01-011-2/+2
|
* * Bumped to version 1.41.3Nigel Kukard2009-01-012-15/+6
| | | | | | - Disable tls - rel-libs is now implemented upstream - Install ext4 tools aswell
* * Removed duplicate PCIUTILS_VERSIONNigel Kukard2009-01-011-2/+1
| | | | * When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] .
* * By default pciutils build of libpci.a uses the host ar/ranlib, force the ↵Nigel Kukard2009-01-011-1/+1
| | | | use of the target tools
* * Bumped lvm2 to 2.02.43Nigel Kukard2009-01-011-4/+4
| | | | - By default the build uses host ar/ranlib to generate the static lvm library used, force the target tools to be used instead
* * Select zlib support in neon for rpmNigel Kukard2008-12-311-1/+2
|
* * Bumped xfsprogs to 2.10.2Nigel Kukard2008-12-312-1256/+3
| | | | | - Remvoed susv3 legacy patch which was comitted upstream - Forecefully set some configure results which appear to of been silently ignored in the past
* * Refined building of neon optionsNigel Kukard2008-12-312-0/+13
| | | | - Added support to build with or without zlib support
* * 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
* 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
|
* xlib needs wchar support, so require it for tinyx as wellPeter Korsgaard2008-12-291-0/+3
|
* 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
|
* 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
|
* 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
|