summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [qt4-examples] rename the target to make sure that qt4-examples appears in ↵ptxdist-2010.11.1stable/ptxdist-2010.11.xMichael Olbrich2010-11-181-4/+2
| | | | | | | | | qt4.xpkg.map Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit a47e0559d086b5316f91663d60234187b7290bbb) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [libcaca] don't build docsMichael Olbrich2010-11-181-0/+1
| | | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 3f41648c3d374dc44d669aaf444b659351e83e33) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fix mod_fastcgi.conf to use php-cgiJan Weitzel2010-11-181-1/+1
| | | | | | | | | | php5.make installs php-cgi not php5-cgi Signed-off-by: Jan Weitzel <J.Weitzel@phytec.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit a42b11306fc76854a750b46f8661d1137a41b508) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [option-disabled] make ptx/ifdef more robust, e.g. for empty parametersMichael Olbrich2010-11-181-2/+2
| | | | | | | | | Also, use ptx/ifdef for ptx/opt-dis Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 4dc5faf6829df9984fa15fa902aadd6e2433eb5b) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: fix never working lzo compression supportMarc Kleine-Budde2010-11-182-1/+4
| | | | | | | | | | which was introduced in 7e95fab159bdbe5329339fa546b57c8b614cca01 Reported-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit edb685a700e38d98b2d7dec731f36375a379f30a) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_xpkg_pkg] don't add dependencies for files in PTXDIST_PLATFORMDIRMichael Olbrich2010-11-181-0/+3
| | | | | | | | | | | | | Files in PTXDIST_PLATFORMDIR are generated by some build stage. Adding dependencies to these files caused problems for files that are deleted during the build. The dependency for such a file is already handled by the normal stages, so can drop it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 9d00074639830688c982b88762423cb81ccf49fd) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_lib_dgen] use gawk because 'gensub()' is not POSIX awkMichael Olbrich2010-11-121-1/+1
| | | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 4f1659c3abb2273a3686a32e991613a6a58f2cde) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] reverse order when including pre/post rulesMichael Olbrich2010-11-122-2/+6
| | | | | | | | | | | This fixes a bug introduced by 9333a284047a6c5551fdd1bff006fd51b3948422 ${PTXDIST_TOPDIR}/rules/pre/ was included last makeing it impossible to overwrite variables with files in ${PTXDIST_WORKSPACE}/rules/pre/ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit a1f643c5c863e940cd50ab278b51bb0a20fc25d1) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_lib_kgen] resore IFSMichael Olbrich2010-11-041-0/+2
| | | | | | | | | | | | In a9a3c5e2a70ae45317241e7d10bf00d22d0598ac IFS was changed in ptxd_kgen but not reset. This resulted in strange side effects including a broken "ptxdist menu". Reset IFS to its old value to avoid this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit caf9b2a5c16543ea3c66d0c8615a7bb7a8a5259c) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fix failing cd in prepare stage if <PKG>_CONF_TOOL=NO and empty extractptxdist-2010.11.0Remy Bohmer2010-11-031-1/+1
| | | | | | | | | | | In case the extract stage is empty and <PKG>_CONF_TOOL is set to NO, then the prepare stage fails. First a cd was done to the build_dir, but that does not exist when the extract is empty. This makes the prepare stage fail while we told it with <PKG>_CONF_TOOL=NO to skip that stage Signed-off-by: Remy Bohmer <linux@bohmer.net> [mol: fix indent] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rc-once] send output to stderrMichael Olbrich2010-10-291-1/+1
| | | | | | This way the output is shown when booting with "quiet" Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_00-init] prevent endless loop for collections with base platformMichael Olbrich2010-10-291-0/+4
| | | | | | | | | | | | | When a base platform is used we try to create a list of packages built by that platform. This is done by faking that platform and calling make. With the changes made in 7dad70a7a44da6867c5b370a7298b8ac11241547 PTXDIST_BASE_PLATFORMDIR is already defined at this point. The result is an endless recursion. Unset PTXDIST_BASE_PLATFORMDIR before calling make and improve the faking. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_world_targetinstall] add default targetinstall stageMichael Olbrich2010-10-291-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-insight] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-autoconf] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-libtool] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-nasm] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-automake] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-module-init-tools] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-xorg-app-mkfontdir] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-pkg-config] fix typo: _CONFTOOL -> _CONF_TOOLMichael Olbrich2010-10-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [kgen] cleanup kconfig menu generationMichael Olbrich2010-10-282-15/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxdist_vars] remove obsolete variablesMichael Olbrich2010-10-281-9/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] use PTXDIST_PATH_PATCHES for autogen_depMichael Olbrich2010-10-281-6/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] define and use PTXDIST_PATH_(PRE|POST)RULESMichael Olbrich2010-10-282-4/+8
| | | | | | | | | Don't explicitly use workspace and ptxdist rules dirs when including pre and post makefiles. Use a path variable instead. It's now possible to add pre and post makefiles in the platform. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [dgen] cleanup makefile list generationMichael Olbrich2010-10-281-14/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [scripts] define some variables earlierMichael Olbrich2010-10-282-89/+109
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [mysql] install libs in /usr/libMichael Olbrich2010-10-283-2/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fcgi: remove unneeded stagesMarc Kleine-Budde2010-10-271-15/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* fcgi: regenerate patchesMarc Kleine-Budde2010-10-274-37/+46
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* fcgi: add patch include stdio.hGeorge McCollister2010-10-272-0/+27
| | | | | | | | fcgi failed to compile. EOF wasn't defined because stdio.h wasn't included. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [mysql] targetinstall consolidationRobert Schwebel2010-10-271-19/+7
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [classpath] targetinstall consolidationRobert Schwebel2010-10-271-27/+7
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [libpv] targetinstall consolidationRobert Schwebel2010-10-271-8/+3
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxdist] stricter search algorithm for install_libMichael Olbrich2010-10-271-1/+1
| | | | | | | | | | | | | Until now the $(install_lib) mechanism is searching for lib<bla>.so* anywhere in /lib,/usr/lib. In libpv we have a libpv.so*, but also a python module deeper in the tree that is also named libpv.so, so the find triggers twice and the check for a file fails. On the other hand in mysql the libs are in a subdirectory. To make both work we now match the whole path to {/lib,/usr/lib}/${libname}.so* and add the subdirectories to libname. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [template-file-make] comment out obsolete stagesMichael Olbrich2010-10-271-12/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [xorg-fonts] remove obsolete stagesMichael Olbrich2010-10-271-30/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [uclibc] remove obsolete stagesMichael Olbrich2010-10-271-40/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rootfs] remove obsolete stagesMichael Olbrich2010-10-271-40/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rc-once] remove obsolete stagesMichael Olbrich2010-10-271-33/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [locales] remove obsolete stagesMichael Olbrich2010-10-271-28/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [libuuid] remove obsolete stagesMichael Olbrich2010-10-271-19/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [libc] remove obsolete stagesMichael Olbrich2010-10-271-55/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [libblkid] remove obsolete stagesMichael Olbrich2010-10-271-20/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ldd] remove obsolete stagesMichael Olbrich2010-10-271-40/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [initramfs-user-spec] remove obsolete stagesMichael Olbrich2010-10-271-41/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-libuuid] remove obsolete stagesMichael Olbrich2010-10-271-17/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-libbz2] remove obsolete stagesMichael Olbrich2010-10-271-23/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-libblkid] remove obsolete stagesMichael Olbrich2010-10-271-17/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [glibc] remove obsolete stagesMichael Olbrich2010-10-271-40/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>