summaryrefslogtreecommitdiffstats
path: root/rules
Commit message (Collapse)AuthorAgeFilesLines
* host-system-python: Add python-bz2 moduleptxdist-2014.12.0Markus Pargmann2014-12-042-0/+9
| | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openocd: set correct licenseMichael Olbrich2014-12-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* oprofile: version bump 0.9.9 -> 1.0.0Michael Olbrich2014-12-041-8/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-validate1: new packageMichael Olbrich2014-12-042-0/+119
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* jamvm: work around broken configure scriptMichael Olbrich2014-12-041-0/+1
| | | | | | | | libffi-3.2.1 has moved it's headers to a non-standard directory. jamvms configure does not use pkg-config, so we need to specify the include path manually. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cairo: version bump 1.12.16 -> 1.12.18Michael Olbrich2014-12-041-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-openssl: build with -PICMichael Olbrich2014-12-031-1/+1
| | | | | | This is necessary to use it with PIE. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* v4l-utils: version bump 1.4.0 -> 1.6.2Philipp Zabel2014-12-031-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libnl3: version bump 3.2.22 -> 3.2.25Michael Olbrich2014-12-031-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libffi: version bump 3.1 -> 3.2.1Michael Olbrich2014-12-021-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libsoup: add missing dependenciesMichael Olbrich2014-12-011-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libsoup: version bump 2.46.0 -> 2.48.0Michael Olbrich2014-12-011-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-chrpath: version bump 0.13 -> 0.16Michael Olbrich2014-12-011-5/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gtk2: Remove leftover GTK2COREMarkus Pargmann2014-11-271-1/+0
| | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gtk2: Disable rebuilds of pregenerated filesMarkus Pargmann2014-11-271-0/+1
| | | | | | | | | | | | As we don't want to use tools outside of ptxdist, we should avoid regenerating generated files within the gtk sources. For example gtk-update-icon-cache may fail with different non-compatible versions. This patch disables generating those files. Instead we use the pregenerated files for now. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.42.0 -> 2.42.1Michael Olbrich2014-11-271-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxml2: update to 2.9.2Alexander Dahl2014-11-273-3/+15
| | | | | | | | | Also integrated two changes from upstream fixing two minor issues. Build successfully tested against all ptxdist packages requiring libxml2, no runtime tests. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxslt: add --without-python to host packageAlexander Dahl2014-11-271-1/+2
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: add SYSTEMD_CPPFLAGS for local kernel headersMarkus Niebel2014-11-261-1/+1
| | | | | | | | | | | | | | systemd uses cpp to generate tables for keymappings. Without setting CPPFLAGS the toolchain headers will be used for generation but local kernel headers for compilation. This can break compile. Since CPPFLAGS are implicitly used when calling compiler directly, we can drop the CFLAGS settings for local kernel headers. tested with kernel 3.9 Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gtk2: Reintegrate gtk2Markus Pargmann2014-11-262-0/+140
| | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libexif: Initial, version 0.6.21Markus Pargmann2014-11-262-0/+66
| | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-ninja: Ninja build toolMarkus Pargmann2014-11-262-0/+57
| | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* json-c: Install missing pkgconfig linkMarkus Pargmann2014-11-261-0/+10
| | | | | | | Some target builds depend on a 'json' library instead of json-c. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libmodbus3: update to 3.0.6Alexander Dahl2014-11-261-2/+2
| | | | | | | | This contains a Backport fix for a remote buffer overflow vulnerability on write requests. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-open-ssl: fix lib install on 64 Bit hostMarkus Niebel2014-11-261-1/+2
| | | | | | | | | openssl installs to lib64 on x84_64 when --libdir is not given. Set libdir to /lib to have libcrypto and libssl on the right place. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libltdl: Version bump 1.5 -> 2.4.3Markus Pargmann2014-11-211-3/+3
| | | | | | | | To get this compiling without a help2man dependency, we have to use a NOOP binary for help2man instead. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 216 -> 217Michael Olbrich2014-11-213-10/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-lib-Xi: Missing dependency LIB_XFIXESptxdist-2014.11.0Markus Pargmann2014-11-201-0/+1
| | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cairo: Missing dependency XORG_LIB_XEXTMarkus Pargmann2014-11-201-0/+1
| | | | | Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-ugly1: version bump 1.4.3 -> 1.4.4Michael Olbrich2014-11-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: version bump 1.4.3 -> 1.4.4Michael Olbrich2014-11-192-2/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: version bump 1.4.3 -> 1.4.4Michael Olbrich2014-11-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base1: version bump 1.4.3 -> 1.4.4Michael Olbrich2014-11-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.4.3 -> 1.4.4Michael Olbrich2014-11-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openocd: new package for openocd-0.8.0Andreas Pretzsch2014-11-172-0/+310
| | | | | | Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> [mol: cleanup] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libftdi1: version bump 1.0 -> 1.1Michael Olbrich2014-11-171-4/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: use correct libnl3 includesMichael Olbrich2014-11-141-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 10.3.0 -> 10.3.3Michael Olbrich2014-11-131-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libdrm: version bump 2.4.56 -> 2.4.58Michael Olbrich2014-11-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libxslt: update to 1.1.28Alexander Dahl2014-11-131-2/+2
| | | | | | | (upgrade needed for working with libxml2 > 2.9.0) Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gnutls: version bump 3.2.15 -> 3.2.20Michael Olbrich2014-11-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pciutils: version bump 3.2.1 -> 3.3.0Lucas Stach2014-11-131-4/+5
| | | | | | | | | Disable udev hwdb support for now, as it doesn't provide much benefit. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> [mol: use .xz] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1i -> 1.0.1jMichael Olbrich2014-11-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fcgi: targetinstall: also install libfcgi++Andreas Pretzsch2014-11-131-0/+1
| | | | | | | | FastCGI package provides a C++ stream abstraction as libfcgi++. Install this library on the target, too. Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libconfig: New packageBernhard Walle2014-11-132-0/+77
| | | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: reorder configure options] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlite: version bump 3.8.2.0 -> 3.8.7.1Bernhard Walle2014-11-131-3/+3
| | | | | Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* f2fs-tools: new packageJon Ringle2014-11-132-0/+75
| | | | | | | | | | The f2fs-tools package provides the filesystem utilities for use with the f2fs filesystem (flash-friendly filesystem) https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt Signed-off-by: Jon Ringle <jringle@gridpoint.com> [mol: use autogen.sh and disable for big-endian] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gdbserver: add --disable-werrorAlexander Dahl2014-11-131-0/+3
| | | | | | | | | | | | If you activate -Wcast-align globally (which is useful if you build for older ARM architectures) gdbserver can not compile, because it throws almost 50 of those warnings and has -Werror set. Would be better to fix gdb, but as a quick and dirty workaround we can disable it like this. Signed-off-by: Alexander Dahl <post@lespocky.de> [mol: line-break added] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strongswan: install curl plugin if selectedBruno Thomsen2014-11-131-1/+1
| | | | | | | | | | Curl plugin was not installed due to typo in ifdef. Runtime error message: plugin 'curl' failed to load: /usr/lib/plugins/libstrongswan-curl.so: cannot open shared object file: No such file or directory Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rng-tools: new package for rng-tools (rngd) version 5Andreas Pretzsch2014-11-133-0/+89
| | | | | | | | | | | | | | | | | | random number generator daemon - seed kernel random from hwrng This daemon feeds data from a random number generator to the kernel's random number entropy pool, after first checking the data to ensure that it is properly random. By default, a hardware rng at /dev/hwrng is used as entropy source. This daemon is part of the rng-tools, which can be found at http://sourceforge.net/projects/gkernel/ git://git.kernel.org/pub/scm/utils/kernel/rng-tools/rng-tools.git Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> [mol: use prefix=/usr] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>