summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: change regex for sed versionptxdist-2012.12.1stable/ptxdist-2012.12.xAlexander Aring2013-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | Change regex for sed version in configure.ac. This regex will match only on the first line and doesn't look for a 'version' pattern which is not available in sed version 4.2.2. The new regex will match in the first line of 'sed --version' in a pattern which starts with random character sequence(or zero) followed by whitespace character and several digits of pattern x.x....x which x is a number. This pattern will be save in the SED_VERSION variable. Signed-off-by: Alexander Aring <alex.aring@gmail.com> [mkl: add match for GNU in regex] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit 2a89985c97422af3569eb6d268e3ccdc9c3fb0e5) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt4: disable precompiled headersptxdist-2012.12.0Michael Olbrich2012-12-121-1/+1
| | | | | | | | When precompiled headers are enabled, wmake generates broken makefiles that cause build failures for *.S files in combination with some toolchains. Disable precompiled headers until a real solution can be found. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gzip: fix copy-paste errorMichael Olbrich2012-12-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Makefile.in: don't use 'xargs -r', it's a GNU extensionMichael Olbrich2012-12-121-1/+1
| | | | | | | | xargs -r (don't execute the command with no arguments) is not supported by non-GNU xargs implementations (e.g. on Mac OS). Instead we call 'rm -f' which ignores the empty file list. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gzip: new packageMichael Olbrich2012-12-112-0/+103
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-ipkg-utils: add patch to fix ipkg package creation on openSUSE 12.2Michael Olbrich2012-12-1112-58/+69
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bash_completion: fix completion for 'clean'Michael Olbrich2012-12-111-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-opkg-utils: add patch to fix opkg package creation on openSUSE 12.2Michael Olbrich2012-12-118-11/+51
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* configure.ac: ask python for the path to its MakefileMichael Olbrich2012-12-111-2/+2
| | | | | | | The old check fails on multi-arch distributions because the Makefile is in .../config-<gnu-triple>/ instead of .../config/ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: add latest upstream patch & reorder patchesMichael Olbrich2012-12-107-6/+76
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: don't add linker flags if there is nothing to linkMichael Olbrich2012-12-101-1/+10
| | | | | | Otherwise the linker may be called anyways and returns with an error. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xawtv: cleanup & fix building with newer toolchainsMichael Olbrich2012-12-105-28/+71
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* flashbench: fix building with newer toolchainsMichael Olbrich2012-12-102-1/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xmlrpc-c: realy fix buildingMichael Olbrich2012-12-101-1/+15
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* htop: version bump 1.0.1 -> 1.0.2Robert Schwebel2012-12-071-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* networkmanager: version bump 0.9.6.0 -> 0.9.6.4Robert Schwebel2012-12-071-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* xz: version bump 5.0.3 -> 5.0.4Robert Schwebel2012-12-071-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* iptables: version bump 1.4.16.2 -> 1.4.16.3Robert Schwebel2012-12-071-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* glib: version bump 2.34.1 -> 2.34.3Robert Schwebel2012-12-074-2/+2
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* xmlrpc-c: fix building with newer toolchainsMichael Olbrich2012-12-072-1/+60
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* apr: set apr_cv_pthreads_lib="-lpthread"Michael Olbrich2012-12-071-1/+2
| | | | | | This is necessary because the detection is broken when cross-compiling Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libblkid: add license informationWolfram Sang2012-12-071-1/+2
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libuuid: add license informationWolfram Sang2012-12-071-1/+2
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* coreutils: confict with busybox groups/usersMichael Olbrich2012-12-071-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xz: confict with busybox unxzMichael Olbrich2012-12-071-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gawk: conflict with busybox awkMichael Olbrich2012-12-071-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* parted: fix building with glibc 2.16Michael Olbrich2012-12-072-0/+30
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: move host 'file' out of sysroot-host/binMichael Olbrich2012-12-072-6/+14
| | | | | | | | | | host-file is only needed and usefull to generate the 'magic' for the target. It cannot be used for anything else, because it won't find its magic. This fixes this error when downloading files: file: could not find any magic files! Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fbgrab: cleanup and fix building with newer toolchainsMichael Olbrich2012-12-073-6/+5
| | | | | | | libs must be specified after source/object files. Other flags are now handled by the wrappers. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* calibrator: set LDLIBS=-m instead of LDFLAGS=-mMichael Olbrich2012-12-061-1/+1
| | | | | | | | | | | | | | Otherwise building may fail with: arm-1136jfs-linux-gnueabi-gcc -lm calibrator.c -o calibrator /tmp/ccF52ORo.o: In function `analyzeCache': calibrator.c:(.text+0x2398): undefined reference to `log10' calibrator.c:(.text+0x23d0): undefined reference to `log10' For newer compilers (e.g. gcc-4.7) the libs must be specified after source/object files. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* v4l-utils: version bump 0.8.4 -> 0.9.1Michael Olbrich2012-12-063-51/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xmlstarlet: needs LIBXML2_SAX1Michael Olbrich2012-12-061-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: fix ld args for '$*' == '-v'Michael Olbrich2012-12-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: needs libcrypt if build without its own crypt functionsMichael Olbrich2012-12-061-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* apache2_mod_python: use CROSS_PYTHON correctlyMichael Olbrich2012-12-061-3/+4
| | | | | | | The configure script has multiple checks for python. Both --with-python= and PYTHON= must be set for this to work. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good: add upstream patch to fix building with newer kernel headersMichael Olbrich2012-12-062-1/+34
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gnutls: fix building with glibc 2.16Michael Olbrich2012-12-062-0/+52
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* apache2_mod_python: set python to CROSS_PYTHONMichael Olbrich2012-12-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gpsd: explicitly use CROSS_PYTHONMichael Olbrich2012-12-041-2/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* liblzo: add license informationWolfram Sang2012-12-041-0/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcap: update license informationWolfram Sang2012-12-041-1/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* less: add license informationWolfram Sang2012-12-041-0/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iperf: add license informationWolfram Sang2012-12-041-0/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* i2c-tools: add license informationWolfram Sang2012-12-041-0/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libffi: add license informationWolfram Sang2012-12-041-1/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux: update license informationWolfram Sang2012-12-041-1/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: add license informationWolfram Sang2012-12-041-0/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* expat: add license informationWolfram Sang2012-12-041-1/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libsocketcan: add license informationWolfram Sang2012-12-041-0/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: add license informationWolfram Sang2012-12-041-0/+1
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>