summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* polkit: fix URLMichael Olbrich2016-05-281-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xfsprogs: version bump 4.2.0 -> 4.5.0Michael Olbrich2016-05-282-3/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: add patch to build with systemd 230Michael Olbrich2016-05-272-1/+54
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* polkit: version bump 0.104 -> 0.105Michael Olbrich2016-05-274-2/+29
| | | | | | | This is the last version that does not require libjs. Also, add patch to build check for libsystemd instead of libsystemd-login. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_xpkg_pkg: strip only onceMichael Olbrich2016-05-271-26/+33
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Toplevel: specify full path to bashMichael Olbrich2016-05-271-1/+1
| | | | | | | Otherwise make will always try to execute bash from every directory in $PATH. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 229 -> 230Michael Olbrich2016-05-2716-93/+98
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: add missing dependencyMichael Olbrich2016-05-271-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: fix --no-output-syncMichael Olbrich2016-05-271-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: fix dependency loopMichael Olbrich2016-05-271-3/+3
| | | | | | | The plugins must select networkmanager, so the sub-menu cannot depend on networkmanager. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: add missing dependencyMichael Olbrich2016-05-261-1/+2
| | | | | | The kmod tool is needed for kmod-static-nodes.service Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager-openvpn: add missing dependencyMichael Olbrich2016-05-261-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* syslogng: fix building without systemdMichael Olbrich2016-05-261-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add --output-sync optionMichael Olbrich2016-05-262-8/+26
| | | | | | | | Calling make with --output-sync=... can have unexpected effects. So don't enable it by default for parallel building. Instead this adds an option for this and enables it by default for quiet builds. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* monit: update from 5.6 to 5.17.1Alexander Dahl2016-05-261-6/+7
| | | | | | | | | | Upstream had lots of bugfixes (including CVE-2014-3566) and some new features, see https://mmonit.com/monit/changes/ for a complete list. Also minor whitespace fixes. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: fix skip patterns for install_globMichael Olbrich2016-05-261-11/+11
| | | | | | install_glob uses -path and not -name so the patterns must start with */ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qemu: remove obsolete patchesMichael Olbrich2016-05-263-327/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot: remove obsolete patchesMichael Olbrich2016-05-262-31/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxml2: security update from 2.9.3 to 2.9.4Alexander Dahl2016-05-263-2/+2
| | | | | | | | see announcement at https://mail.gnome.org/archives/xml/2016-May/msg00023.html for details Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Qt5: add mySQL supportJuergen Borleis2016-05-262-1/+10
| | | | | | | Enable the mySQL binding as one of the possible SQL databases in Qt Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mySQL: exhume a gone package by updating it to a new releaseJuergen Borleis2016-05-2612-0/+484
| | | | | | | | | | | | | | | | | | After the remove of the old package from the staging area this change adds a new release of the mySQL package. Its intended and checked on a read-only root filesystem with write access in "/var/mysql" only. The database engine runs as a regular user and does not need root permissions. Due to its dependency to boost_1_59_0 it uses exactly this version and the already present boost lib in PTXdist isn't used. Be aware: its buildsystem uses a huge amount of memory. If your host is low on memory don't forget to build this package with the '-ji1' parameter. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mySQL: remove an orphaned fileJuergen Borleis2016-05-261-4/+0
| | | | | | | The corresponding package is gone with 7e3cd4d1d83c24ff5070fea5b6789936351a880a Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libaio: add new packageJuergen Borleis2016-05-266-0/+128
| | | | | | | | | | This library simplifies the use of asynchronous I/O access the Linux kernel supports. In order to make use of this feature, the kernel's CONFIG_AIO is set. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> [mol: fix DESTDIR handling] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libmicrohttp: remove from staging by updating to a current releaseJuergen Borleis2016-05-265-20/+53
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tcpdump: version bump 4.5.1 -> 4.7.1Juergen Borleis2016-05-262-4/+14
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* DTC: fix package descriptionJuergen Borleis2016-05-261-1/+1
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager-openvpn: version bump 1.2.0 -> 1.2.2Ladislav Michl2016-05-261-2/+2
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump to 1.24.2Clemens Gruber2016-05-266-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-tools: bump version to 2016.05Clemens Gruber2016-05-261-2/+2
| | | | | | | Fixes build errors with GCC 6.1.0. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ethtool: bump version to 4.5Clemens Gruber2016-05-261-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "extract: extract all source packages by default"Michael Olbrich2016-05-261-2/+1
| | | | | | | | This reverts commit b2887b05993a70f6237986e1fc9edc4687cbab13. This does not work for packages that share the same source. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "perl: use default extract stage"Michael Olbrich2016-05-261-0/+12
| | | | This reverts commit fa041321b511f990b79c5a1b37981fbaafc3f8c9.
* perl: use default extract stageMichael Olbrich2016-05-261-12/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* extract: extract all source packages by defaultMichael Olbrich2016-05-261-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: use install_globMichael Olbrich2016-05-261-16/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-traitlets: use install_globMichael Olbrich2016-05-261-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-simplegeneric: use install_globMichael Olbrich2016-05-261-2/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-ptyprocess: use install_globMichael Olbrich2016-05-261-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-pickleshare: use install_globMichael Olbrich2016-05-261-2/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-pexpect: use install_globMichael Olbrich2016-05-261-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-path-py: use install_globMichael Olbrich2016-05-261-2/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-ipython: use install_globMichael Olbrich2016-05-261-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-ipython-genutils: use install_globMichael Olbrich2016-05-261-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-gi: use install_globMichael Olbrich2016-05-261-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-django: use install_globMichael Olbrich2016-05-261-10/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-decorator: use install_globMichael Olbrich2016-05-261-2/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-chardet: use install_globMichael Olbrich2016-05-261-6/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-aiohttp: use install_globMichael Olbrich2016-05-261-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-aiohttp-wsgi: use install_globMichael Olbrich2016-05-261-5/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_install_python_cleanup: prefer *.pyc in __pycache__ over ↵Michael Olbrich2016-05-261-3/+3
| | | | | | existing (packaged) *.pyc files Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>