summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ptxdist] really fix things for older bash versionsptxdist-2010.05.3Michael Olbrich2010-06-091-5/+7
| | | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit e7a10caaf129111b2a01f65ba38863e10d802dc7) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxdist] in older bash versions read does not support "-i"Michael Olbrich2010-06-091-2/+7
| | | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 531e88a649f10e4e05b6fa6059ef7c5612777ee8) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [php5] fix targetinstall of php-cgiptxdist-2010.05.2Luotao Fu2010-05-181-1/+1
| | | | | | | Signed-off-by: Luotao Fu <l.fu@pengutronix.de> (cherry picked from commit e39ab9ab93eb706f892b06eb41c6926a2a931d7a) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-pelts] add get stageMarc Kleine-Budde2010-05-181-0/+8
| | | | | | | | | | The get stage has been accidently removed in "f24e7f331ab6d615ead3f46da9f5c13a1b604e13". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit 881042690b2484e5ede161167b53c72bac340ae3) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sudo] add missing '\'ptxdist-2010.05.1Michael Olbrich2010-05-041-1/+1
| | | | | | | | | | It was accidentally removed by: 9bccd9a820fb01da54d6465f786959ea4deb836c Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 55e3cbdaf03e2f72d9bd119c82ade8fa4d7eef90) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxdist_version] fix PTXDIST_VERSION_SCM calculationMarc Kleine-Budde2010-05-041-1/+1
| | | | | | | | | | "PTXDIST_VERSION_SCM" is calculated wrong. It contains the bugfig number of the release (the "0" of "ptxdist-2010.05.0). Luckily no show stopper, but the ptxdist release wouldn't refuse to build not released BSP version. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [setlocalversion] hopefully fix version generation for releasesptxdist-2010.05.0Marc Kleine-Budde2010-05-031-1/+1
| | | | | | Without this patch the version is "ptxdist-2010.05.0" not "2010.05.0". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [setlocalversion] fix version generation for releasesMarc Kleine-Budde2010-05-031-2/+7
| | | | | | | Without this patch, the version of the release will be printed as: ptxdist-2010.05.0-00000-2010.05.0 Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-localedef] version bump to eglibc-2.11.90-ptx1Marc Kleine-Budde2010-05-031-3/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [migrate] fix INETUTILS_SYSLOGD_STARTSCRIPT patternMichael Olbrich2010-05-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [sudo] version bump to 1.7.2p6Marc Kleine-Budde2010-05-033-2/+5
| | | | | | ...and add some sudo_cv configure hints Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sudo] added visudo and configuration options for default and ENV editorCarsten Schlote2010-05-032-1/+35
| | | | | | Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: split into seperate patches] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sudo] fixed install rightsCarsten Schlote2010-05-031-1/+1
| | | | | | Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: split into seperate patches] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sudo] removed __ from kconfig options and use better names for themCarsten Schlote2010-05-033-4/+12
| | | | | | Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: split into several patches, add migration helper] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [inetutils] Fixed typo preventing installation of rc.d link for syslogdCarsten Schlote2010-05-034-3/+11
| | | | | | | | | The /etc/rc.d link isn't created for the initmethod-upstart because of a typo. Fixed spelling. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: add migration helper] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [microcom] Display comment in ptxconfig file, when microcom from busybox is ↵Carsten Schlote2010-05-031-0/+4
| | | | | | | | selected Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: use common scheme for colliding packages] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-acl] Added DIST_ROOT definition in .make fragmentCarsten Schlote2010-05-031-1/+2
| | | | | | | | | | Added the missing definition for DIST_ROOT to install stage, otherwise it tries to install host binaries into the host filesystem instead to PKG_DIR. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: use HOST_ACL_PKGDIR instead of ACL_PKGDIR, adjust libexecdir] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-attr] Added DIST_ROOT definition in .make fragmentCarsten Schlote2010-05-031-1/+2
| | | | | | | | | | Added the missing definition for DIST_ROOT to install stage, otherwise it tries to install host binaries into the host filesystem instead to PKG_DIR. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: use HOST_ATTR_PKGDIR instead of ATTR_PKGDIR, adjust libexecdir] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [install] move rpath fixup to install.unpackMichael Olbrich2010-05-031-9/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [libptxdisttest] added report_{begin, end} tag functionsMichael Grzeschik2010-04-281-1/+9
| | | | | | | | | | this patch adds the functions report_begin and report_and into the libptxdisttest.sh test library. This will probably break the output of some older testscripts depending this library Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [libptxdisttest] bugfix: hostfunction return value handlingMichael Grzeschik2010-04-281-3/+5
| | | | | | | | | This patch repairs a bug in the host function of the libptxdisttest.sh which did not correctly handle the return value of the evaluated commandline. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [u-boot] switch URL to httpMarc Kleine-Budde2010-04-271-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [python3] fix URLMichael Olbrich2010-04-261-2/+2
| | | | | | Broken during search/replace python -> python3 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [install] only copy target *-config to ${PTXDIST_SYSROOT_CROSS}/binMichael Olbrich2010-04-241-2/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [pkg-config-wrapper] more sanitizing patternsMichael Olbrich2010-04-231-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-nasm] cleanupMichael Olbrich2010-04-231-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-module-init-tools] cleanupMichael Olbrich2010-04-231-6/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-libtool] cleanupMichael Olbrich2010-04-231-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-insight] cleanupMichael Olbrich2010-04-231-6/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [Rules.make] provide correct default autoconf options for cross packagesMichael Olbrich2010-04-231-2/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [udev] disable packages for nowMichael Olbrich2010-04-231-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-xorg-app-mkfontdir] disable devel package and install to sysrootMichael Olbrich2010-04-231-4/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-pkg-config] disable devel package and install to sysrootMichael Olbrich2010-04-231-4/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-chrpath] disable devel package and install to sysrootMichael Olbrich2010-04-231-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-libtool] disable devel package and install to sysrootMichael Olbrich2010-04-231-4/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-automake] disable devel package and install to sysrootMichael Olbrich2010-04-231-4/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-autotools-autoconf] disable devel package and install to sysrootMichael Olbrich2010-04-231-4/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-libtool] disable devel package and install to sysrootMichael Olbrich2010-04-231-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [dbus-glib] install dbus-bus-introspect.xml in host-dbus-glib to pkgdirMichael Olbrich2010-04-232-1/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python3] fix install when using packagesMichael Olbrich2010-04-231-2/+33
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] fix install when using packagesMichael Olbrich2010-04-231-2/+33
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-apache2] breaks with empty prefix (use "/")Michael Olbrich2010-04-231-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [cross-module-init-tools] install to pkgdirMichael Olbrich2010-04-231-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-squashfs-tools] install to pkgdirMichael Olbrich2010-04-231-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-libcap] fix installing to pkgdirMichael Olbrich2010-04-231-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-libbz2] install to pkgdirMichael Olbrich2010-04-231-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-mtd-utils] install to pkgdirMichael Olbrich2010-04-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-xorg-server] install to pkgdirMichael Olbrich2010-04-231-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-qt4] fix installing to pkgdirMichael Olbrich2010-04-231-7/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-python3] install to pkgdirMichael Olbrich2010-04-231-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>