summaryrefslogtreecommitdiffstats
path: root/rules
Commit message (Collapse)AuthorAgeFilesLines
* iconv: rework iconv handling in ptxdistRobert Schwebel2009-06-0928-192/+128
| | | | | | | | | | libiconv provides functionality that is already provided by glibc. So we consolidate ptxdist to use native glibc iconv instead of libiconv support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10681 33e552b5-05e3-0310-8538-816dae2090ed
* Rules.make: fix typoRobert Schwebel2009-06-091-1/+1
| | | | | | | | It is HAS_MMU, not HAVE_MMU. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10680 33e552b5-05e3-0310-8538-816dae2090ed
* famd: typo fixed in rules fileJuergen Beisert2009-06-091-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10673 33e552b5-05e3-0310-8538-816dae2090ed
* dropbear, openssh: migrate to generic init scriptsRobert Schwebel2009-06-091-0/+3
| | | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10663 33e552b5-05e3-0310-8538-816dae2090ed
* init functions: addedRobert Schwebel2009-06-091-0/+1
| | | | | | | | Add shell library for init scripts. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10662 33e552b5-05e3-0310-8538-816dae2090ed
* dropbear: add more dependencies, change zlib logicRobert Schwebel2009-06-092-4/+8
| | | | | | | | | Add more dependencies for dropbear; while being there, change the menu logic of zlib support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10661 33e552b5-05e3-0310-8538-816dae2090ed
* [procps] version bump to 3.2.8 + fix unknown HZ problemMarc Kleine-Budde2009-06-091-2/+2
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10660 33e552b5-05e3-0310-8538-816dae2090ed
* Rework template generationRobert Schwebel2009-06-0923-33/+554
| | | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10657 33e552b5-05e3-0310-8538-816dae2090ed
* Add license featureRobert Schwebel2009-06-093-3/+7
| | | | | | | | Collect package licenses in $STATEDIR/<package>.license Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10655 33e552b5-05e3-0310-8538-816dae2090ed
* remove inetd.conf leftoversRobert Schwebel2009-06-086-29/+28
| | | | | | | | | Remove the remaining traces of the old inetd.conf method. We use postinst-generation of /etc/inetd.conf now. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10645 33e552b5-05e3-0310-8538-816dae2090ed
* * add librxtxLuotao Fu2009-06-052-0/+166
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10640 33e552b5-05e3-0310-8538-816dae2090ed
* * fix classpathLuotao Fu2009-06-053-12/+88
| | | | | | | * add debug options for jamvm git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10639 33e552b5-05e3-0310-8538-816dae2090ed
* * host-glib: Remove the fixed dependency to host-libiconvJuergen Beisert2009-06-052-4/+11
| | | | | | | | On GNU glibc based hosts the iconv() feature is part of the main c library. There is no need for libiconv! git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10638 33e552b5-05e3-0310-8538-816dae2090ed
* [libpng] version bump to 1.2.37Marc Kleine-Budde2009-06-041-4/+4
| | | | | | | | | | | | | | | ...which is a bugfix release: ""The changes are as follows: This is mostly a cosmetic release that fixes up indentation and some other style inconsistencies. There is a bugfix of the memset() that was added in libpng-1.2.36 but did not initialize the entire row buffer."" Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10634 33e552b5-05e3-0310-8538-816dae2090ed
* * add default sudoer fileLuotao Fu2009-06-042-31/+1
| | | | | | | | * use install_alternative now for targetinstall sudoer and remove obsolete choice options git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10633 33e552b5-05e3-0310-8538-816dae2090ed
* [mc] fix targetinstall stageMarc Kleine-Budde2009-06-021-1/+1
| | | | | | | | | | ...which was broken in: git: a337cfa552b4e211f34658e40ccfcbf7647d7f0a svn: r10628 Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10632 33e552b5-05e3-0310-8538-816dae2090ed
* * acpid: create start link only on x86Robert Schwebel2009-06-021-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10631 33e552b5-05e3-0310-8538-816dae2090ed
* [module-init-tools] version bump to 3.9Marc Kleine-Budde2009-06-011-3/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10630 33e552b5-05e3-0310-8538-816dae2090ed
* [cmake] version bump to 2.6.4Marc Kleine-Budde2009-06-011-1/+2
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10629 33e552b5-05e3-0310-8538-816dae2090ed
* [mc] just cleanupsMarc Kleine-Budde2009-06-011-53/+11
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10628 33e552b5-05e3-0310-8538-816dae2090ed
* [myodbc] fix installation of linkMarc Kleine-Budde2009-06-011-1/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10627 33e552b5-05e3-0310-8538-816dae2090ed
* [iozone] just cleanupsMarc Kleine-Budde2009-05-312-37/+11
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10626 33e552b5-05e3-0310-8538-816dae2090ed
* [classpath] just cleanupsMarc Kleine-Budde2009-05-311-40/+3
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10625 33e552b5-05e3-0310-8538-816dae2090ed
* [dbus-glib] version bump to 0.80Marc Kleine-Budde2009-05-312-11/+10
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10624 33e552b5-05e3-0310-8538-816dae2090ed
* [dbus] version bump to 1.2.14Marc Kleine-Budde2009-05-312-5/+15
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10623 33e552b5-05e3-0310-8538-816dae2090ed
* [libiconv] version bump to 1.13Marc Kleine-Budde2009-05-312-7/+6
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10622 33e552b5-05e3-0310-8538-816dae2090ed
* [libiconv] just cleanupsMarc Kleine-Budde2009-05-311-46/+5
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10621 33e552b5-05e3-0310-8538-816dae2090ed
* [host-libiconv] just cleanupsMarc Kleine-Budde2009-05-311-30/+5
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10620 33e552b5-05e3-0310-8538-816dae2090ed
* [python] remove 2.4 and 3.0 leftoversMarc Kleine-Budde2009-05-314-199/+0
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10619 33e552b5-05e3-0310-8538-816dae2090ed
* [Rules.make] use COMPILE_ENV using install, tooMarc Kleine-Budde2009-05-311-0/+2
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10617 33e552b5-05e3-0310-8538-816dae2090ed
* [Rules.make] don't export DESTDIR into std cross environemntMarc Kleine-Budde2009-05-311-4/+0
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10616 33e552b5-05e3-0310-8538-816dae2090ed
* [Toplevel.make] make failures of sourcing the platformconfig fatalMarc Kleine-Budde2009-05-311-2/+2
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10615 33e552b5-05e3-0310-8538-816dae2090ed
* [hotplug] deleted, obsoleteMarc Kleine-Budde2009-05-312-226/+0
| | | | | | | | rest in peace Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10614 33e552b5-05e3-0310-8538-816dae2090ed
* [usplash] don't install absolute linkMarc Kleine-Budde2009-05-291-2/+3
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10608 33e552b5-05e3-0310-8538-816dae2090ed
* [dhcp] cleanups + add install alternative for config filesMarc Kleine-Budde2009-05-292-57/+69
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10605 33e552b5-05e3-0310-8538-816dae2090ed
* [php5] add option tu build php5 with sockets supportMarc Kleine-Budde2009-05-292-0/+13
| | | | | | | | | | | Author: Markus Rathgeb <rathgeb.markus@googlemail.com> Add the option to build php5 with support for sockets. Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10604 33e552b5-05e3-0310-8538-816dae2090ed
* * dhcp: version bump to 4.1.0Wolfram Sang2009-05-291-64/+17
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10603 33e552b5-05e3-0310-8538-816dae2090ed
* * avahi: add local stuff, still BROKEN and untestedRobert Schwebel2009-05-282-0/+191
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10602 33e552b5-05e3-0310-8538-816dae2090ed
* [php5] fix mod_phpMarc Kleine-Budde2009-05-282-2/+3
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10600 33e552b5-05e3-0310-8538-816dae2090ed
* [util-linux-ng] fix ncurses handlingMarc Kleine-Budde2009-05-281-1/+1
| | | | | | | | now it's with/without ncurses, not enable/disable anymore Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10599 33e552b5-05e3-0310-8538-816dae2090ed
* [option-disabled] add with without helper functionMarc Kleine-Budde2009-05-281-0/+11
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10598 33e552b5-05e3-0310-8538-816dae2090ed
* [myodbc] just cleanupsMarc Kleine-Budde2009-05-281-39/+0
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10597 33e552b5-05e3-0310-8538-816dae2090ed
* [libiodbc] just cleanupsMarc Kleine-Budde2009-05-282-34/+6
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10596 33e552b5-05e3-0310-8538-816dae2090ed
* [autoconf] moved autoconf helper scripts into scripts/autoconfMarc Kleine-Budde2009-05-281-1/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10594 33e552b5-05e3-0310-8538-816dae2090ed
* [libltdl] just cleanupsMarc Kleine-Budde2009-05-281-6/+4
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10593 33e552b5-05e3-0310-8538-816dae2090ed
* [openssl] don't install openssl binary by defaultMarc Kleine-Budde2009-05-281-1/+0
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10592 33e552b5-05e3-0310-8538-816dae2090ed
* * myodbc: addedRobert Schwebel2009-05-282-0/+142
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10591 33e552b5-05e3-0310-8538-816dae2090ed
* * libiodbc: addedRobert Schwebel2009-05-282-0/+161
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10590 33e552b5-05e3-0310-8538-816dae2090ed
* * procps: disable 'pgrep' when the busybox one is enabledJuergen Beisert2009-05-281-0/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10589 33e552b5-05e3-0310-8538-816dae2090ed
* * networking startscript: remove the 'cat' command entirelyJuergen Beisert2009-05-281-5/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10588 33e552b5-05e3-0310-8538-816dae2090ed