summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: change regex for sed versionptxdist-2013.01.0Alexander Aring2013-01-081-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>
* Revert "xorg-fonts: generate fonts.dir etc. only if Xorg is used"Michael Olbrich2013-01-062-13/+7
| | | | | | | | | This reverts commit 245d147ce8030684a50ac6bc5e34fefad517a807. It's not that easy. Some of this is needed anyways. And there are configure checks for the rest. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nettle: added new packageRobert Schwebel2013-01-042-0/+72
| | | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: cleanup] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* perl: use gcc as linkerMichael Olbrich2013-01-041-1/+2
| | | | | | | | | | Otherwise compiling fails with bsd_glob.c:(.text+0x12d8): undefined reference to `__stack_chk_fail_local' When stack protection is enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot: Remove unused symbolsAlexander Stein2013-01-031-20/+0
| | | | | | | U_BOOT_PROMPT and U_BOOT_SERIES is nowhere used in ptxdist Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libarchive: new packageMichael Olbrich2013-01-032-0/+103
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* p7zip: new packageMichael Olbrich2013-01-032-0/+76
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tar: new packageMichael Olbrich2013-01-034-0/+106
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* psmisc: new packageMichael Olbrich2013-01-032-0/+86
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* msmtp: new packageMichael Olbrich2013-01-032-0/+101
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vim: new packageMichael Olbrich2013-01-035-0/+176
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* perl: new packageMichael Olbrich2013-01-032-0/+124
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-font-ttf: only select libXfont freetype support if libXfont is actually ↵Michael Olbrich2013-01-031-1/+1
| | | | | | enabled Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-fonts: generate fonts.dir etc. only if Xorg is usedMichael Olbrich2013-01-032-7/+13
| | | | | | Other users, e.g. Qt Embedded don't need this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-tz-database: use new 'get' magicMichael Olbrich2013-01-021-15/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_lib_dgen: let <pkg>.get depend on <PKG>_SOURCES instead of <PKG>_SOURCEMichael Olbrich2013-01-021-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_get: use <PKG>_SOURCES in the default get stageMichael Olbrich2013-01-021-2/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gtk-engines: fix installing themesMichael Olbrich2012-12-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qmake: make builds silent unless ptxdist is started with '-v'Michael Olbrich2012-12-191-1/+3
|
* util-linux-ng: conflict with busybox mountpoint/taskset/blkid/findfsMichael Olbrich2012-12-191-1/+17
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* timeout: conflict with busybox timeoutMichael Olbrich2012-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openntpd: conflict with busybox ntpdMichael Olbrich2012-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ntp: conflict with busybox ntpdMichael Olbrich2012-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kbd: conflict with busybox setkeycodes/showkey/chvt/deallocvtMichael Olbrich2012-12-191-0/+16
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: conflict with openssh scpMichael Olbrich2012-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bzip2: conflict with busybox bzip2Michael Olbrich2012-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bridge-utils: conflict with busybox brctlMichael Olbrich2012-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bootchart: conflict with busybox bootchartdMichael Olbrich2012-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-tz-database: define HOST_TZ_DATABASE_SOURCESMichael Olbrich2012-12-171-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_lib_dgen: define <PKG>_SOURCES and use it in export_srcMichael Olbrich2012-12-172-3/+4
| | | | | | this is needed to copy multiple archives per package in export_src Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gcclibs: should be a base packageMichael Olbrich2012-12-171-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* install_copy_toolchain: remove hackMichael Olbrich2012-12-173-5/+1
| | | | | | | make_locale.sh and make_zoneinfo.sh don't need to source install_copy_toolchain.sh any more. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* move ptxd_abs2rel to libptxdist.shMichael Olbrich2012-12-172-42/+44
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_install_toolchain_lib: use ptxd_install_sharedMichael Olbrich2012-12-171-16/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* install_copy_toolchain.sh: use PTXDIST_SYSROOT_TOOLCHAINMichael Olbrich2012-12-173-47/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_install_toolchain_lib: just follow links if the prefix cannot be detectedMichael Olbrich2012-12-171-8/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* install_copy_toolchain: handle linker scripts with absolute paths including ↵Michael Olbrich2012-12-171-1/+3
| | | | | | sysroot Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add en_US locale with utf8 encoding and add missing creation of en_GB@euroAlexander Dahl2012-12-162-0/+12
| | | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> [mol: change the locale name to en_GB@euro] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: fix copy/paste error in add_late_argMichael Olbrich2012-12-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: add options for --as-neededMichael Olbrich2012-12-162-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* canutils: fix urlMichael Olbrich2012-12-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: add library search paths at the endMichael Olbrich2012-12-141-6/+9
| | | | | | | This way they are searched after any paths specified in the original command line. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_verbose: fix logfile file descriptorMichael Olbrich2012-12-141-1/+1
| | | | | | | | Redirecting with ">&${PTXDIST_FD_LOGFILE}" would be better, however this does not work if the function using it is define outside of 'make' and then called inside 'make'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: cleanup output redirectionMichael Olbrich2012-12-131-27/+23
| | | | | | | | | 5, 6 and 7 are also used in configure scripts, so avoid those. Allocate PTXDIST_FD_STDOUT and PTXDIST_FD_STDERR dynamically Set PTXDIST_FD_LOGFILE=9 so the wrapper works when 'dash' is /bin/sh for the wrapper scripts: dash only works with 0-9 for fd redirection. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt4: use $(PARALLELMFLAGS) when building qmakeMichael Olbrich2012-12-121-1/+1
| | | | 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>