summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* host-system-python: new packageMichael Olbrich2013-06-032-0/+46
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-system-perl: new packageMichael Olbrich2013-06-032-0/+46
| | | | | | This is a generic check for the system perl. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-system-jdk: new packageMichael Olbrich2013-06-032-0/+50
| | | | | | This is a generic check for the system JDK Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: don't use /usr as default jdk pathMichael Olbrich2013-06-032-2/+5
| | | | | | Using /usr will add /usr/include to the header search path. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: dvb plugin has been portedMichael Olbrich2013-06-031-2/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libsoup: add libxml2 dependencyPhilipp Zabel2013-05-311-0/+1
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: Fix build with Perl 5.18.0Bernhard Walle2013-05-311-0/+2
| | | | | | | | | | | | | | | My Arch Linux updated to host-perl 5.18.0. Building openssl with that version fails when creating the manpages: c_rehash.pod around line 45: You forgot a '=back' before '=head1' c_rehash.pod around line 49: =back without =over Since we don't need that manpages, install openssl with "make install_sw" instead of "make install" which avoids building the manpages. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dtc: pre-process device-trees with cppMichael Olbrich2013-05-311-1/+25
| | | | | | This may be needed for device-trees from Linux v3.10 and later. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libnl3: version bump 3.2.21 -> 3.2.22Alexander Aring2013-05-221-2/+2
| | | | | Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-systemd: configure with --enable-largefileMichael Olbrich2013-05-161-1/+1
| | | | | | "--disable-largefile" is broken on x86 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: sync systemd services with upstreamMichael Olbrich2013-05-142-0/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 195 -> 204Michael Olbrich2013-05-146-24/+122
| | | | | | | This also includes a host-systemd. udevadm is needed here to generate the hardware database if enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libkmod: disable manpagesMichael Olbrich2013-05-131-0/+1
| | | | | | | Otherwise xsltproc is required. Reported-by: Matthias Klein <matthias.klein@optimeas.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libkmod: disable manpagesMichael Olbrich2013-05-131-0/+1
| | | | | | | Otherwise xsltproc is required. Reported-by: Matthias Klein <matthias.klein@optimeas.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lowpan-tools: update lowpan-patchesAlexander Aring2013-05-1310-140/+449
| | | | | | | | | | | | | Currently there is no way to make a new lowpan-tools release. This patch synchronize the patches from version 0.3 with current git master. Delete Patch 0001-Avoid-crashing-in-izcoordinator.patch. Which is replaced by upstream 0001-izoordinator-Fixes-to-error-handling.patch patch. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: Fix build on DarwinBernhard Walle2013-05-123-1/+35
| | | | | | | | | | | | | | | | Darwin 12.2.0 (Mac OS 10.8) defines CIRCLEQ_HEAD but doesn't define CIRCLEQ_HEAD_INITIALIZER. Since mconf.c uses CIRCLEQ_HEAD_INITIALIZER, the build fails. A simple and safe fix is to always use our own copy of the CIRCLEQ_ macros on every platform. Include "missing.h" and don't include <sys/queue.h>. That works also on Linux, verified on current Arch Linux with glibc 2.17. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [add patch to scripts/ptx-modifications] Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strongswan: update to 5.0.4Jan Luebbe2013-05-121-3/+10
| | | | | | | The security bug fixed in 5.0.4 affected only the openssl plugin, which is disabled in this package. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lm_sensors: cleanupMichael Olbrich2013-05-122-8/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lm_sensors: bump to v3.3.3Alexander Dahl2013-05-121-3/+3
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pixman: version bump 0.28.2 -> 0.30.0Michael Olbrich2013-05-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: version bump 1.0.6 -> 1.0.7Michael Olbrich2013-05-074-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: version bump 1.0.6 -> 1.0.7Michael Olbrich2013-05-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base1: version bump 1.0.6 -> 1.0.7Michael Olbrich2013-05-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.0.6 -> 1.0.7Michael Olbrich2013-05-071-2/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: add package for a host-side qemuptxdist-2013.05.0Jan Luebbe2013-05-075-0/+209
| | | | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de> [mol: menuconfig, disable fdt and generalize target list] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wrapper: remove wrapper dir from PATH before executing the real toolMichael Olbrich2013-05-061-0/+1
| | | | | | | | | This avoid recursions in case the 'real' tool is also a script that uses PATH to find the tool to execute. This fixes Problems on Fedora where ccache wrappers are in $PATH by default. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Add support for xz'd patchesBernhard Walle2013-05-031-1/+4
| | | | | | | | Since kernel.org provides their patches as .xz-compressed files, that's quite useful. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libkmod: avoid calling syscall() with -1Jan Luebbe2013-05-032-0/+44
| | | | | | | This fixes an illegal instruction error on qemu ARM. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tomoyo-tools: New packageBernhard Walle2013-05-033-0/+97
| | | | | | | | | | | This are the userspace tools needed to use the TOMOYO security module that is included in the Linux kernel >= 3.2. In addition, we modify Kconfig to include the tomoyo-tools package directly beyond the "Security" group. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Add new top-level group 'Security'Bernhard Walle2013-05-031-0/+2
| | | | | | | The SELinux stuff is now a subgroup. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libpcre: fix sectionMichael Olbrich2013-04-231-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* v4l-utils: version bump 0.9.1 -> 0.9.5Michael Olbrich2013-04-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libkmod: version bump 10 -> 13Michael Olbrich2013-04-181-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist/setup: use https for kernel.orgMarc Kleine-Budde2013-04-172-2/+2
| | | | | | Kernel.org uses https by default now. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* wayland: version bump 1.0.5 -> 1.1.0Michael Olbrich2013-04-161-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pixman: version bump 0.26.0 -> 0.28.2Michael Olbrich2013-04-161-3/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* evtest: just fix some help typosJuergen Beisert2013-04-151-3/+3
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* gst-plugins-gl: disable examplesMichael Olbrich2013-04-141-0/+1
| | | | | | they are unused an compiling may fail. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bash: force enable broken optionMichael Olbrich2013-04-141-0/+2
| | | | | | | | | | | | | otherwise building fails with: execute_cmd.c: In function 'executing_line_number': execute_cmd.c:318:7: error: expected '}' before 'else' execute_cmd.c: At top level: execute_cmd.c:328:3: error: expected identifier or '(' before 'else' execute_cmd.c:330:1: error: expected identifier or '(' before '}' token make[1]: *** [execute_cmd.o] Error 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgsf: always needs intltoolMichael Olbrich2013-04-141-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: disable broken dependencyMichael Olbrich2013-04-141-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-server: fix dependenciesMichael Olbrich2013-04-141-1/+2
| | | | | | | * proto-video is always needed * xcsecurity requires xace Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* avahi: avahi-gobject needs avahi-glibMichael Olbrich2013-04-141-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel-header: fix default md5 for .tar.xzMichael Olbrich2013-04-141-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-font-micro-misc: create dir before install into itMichael Olbrich2013-04-141-0/+2
| | | | | | otherwise it will be interpreted as a file if it does not exist Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-tools: only copy fw_printenv if it's actually builtMichael Olbrich2013-04-141-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: fix dependenciesMichael Olbrich2013-04-142-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gtk: fix dependenciesMichael Olbrich2013-04-141-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cvs: fix dependenciesMichael Olbrich2013-04-141-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openntpd: version bump 3.7p1 -> 3.9p1Michael Olbrich2013-04-142-13/+7
| | | | | | fix dependencies and cleanup while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>