summaryrefslogtreecommitdiffstats
path: root/rules
Commit message (Collapse)AuthorAgeFilesLines
* nss: version bump 3.46 -> 3.47Michael Olbrich2019-10-311-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gnutls: version bump 3.6.9 -> 3.6.10Michael Olbrich2019-10-311-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: don't intall the headersMichael Olbrich2019-10-301-1/+3
| | | | | | They are not needed and confuse older u-boot versions. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-src-make-prog: remove bogus _MD5 lineMichael Olbrich2019-10-291-1/+0
| | | | | | It's a template with a directory in local_src/. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-font: cleanupMichael Olbrich2019-10-291-2/+3
| | | | | | Fix indention and add _LICENSE line. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-kernel: cleanup paths and namesMichael Olbrich2019-10-291-7/+6
| | | | | | | | | Order the variables like the other templates. And make use of <PKG>_PATCHES. This makes it possible to use a regular <PKG> that is unique. Update SPDX license identifier and remove bogus 'prepare' line. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-barebox: cleanup paths and namesMichael Olbrich2019-10-291-4/+5
| | | | | | | | Order the variables like the other templates. And make use of <PKG>_PATCHES. This makes it possible to use a regular <PKG> that is unique. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-kernel: use ptx/nlMichael Olbrich2019-10-291-1/+1
| | | | | | Otherwise, errors might be ignored. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-barebox: use ptx/nlMichael Olbrich2019-10-291-2/+2
| | | | | | Otherwise, errors might be ignored. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_clean: delete images if definedMichael Olbrich2019-10-291-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dtc: always use host-dtcMichael Olbrich2019-10-291-4/+0
| | | | | | | It's the upstream, so we can always get a recent enough version. And it provides more tools that will be needed to create fit images. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: updateMichael Olbrich2019-10-291-1/+4
| | | | | | | | * use 1.5.1 by default * use https download instead of git * don't try to use Python, yaml and valgrind Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 19.2.1 -> 19.2.2Philipp Zabel2019-10-281-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libinput: version bump 1.14.2 -> 1.14.3Philipp Zabel2019-10-281-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* freetype: version bump 2.9.1 -> 2.10.1Michael Olbrich2019-10-251-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* harfbuzz: version bump 1.8.1 -> 2.6.2Michael Olbrich2019-10-252-6/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wget: add license identifierHubert Feurstein2019-10-251-0/+4
| | | | | | Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com> Reviewed-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at91bootstrap: always use version 1.16Michael Olbrich2019-10-251-2/+2
| | | | | | | This has been the latest release for a long time and there will be no new releases. So use this version explicitly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mc: install skins and configurationLadislav Michl2019-10-251-0/+2
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: fix gdb helperMichael Olbrich2019-10-251-0/+11
| | | | | | Add sysroot to the search prefix. Otherwise gst_gdb.py is not found. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sudo: fix missing runtime librariesBruno Thomsen2019-10-241-1/+1
| | | | | | | | | | | | | | | Package version bump to 1.8.28 included a configuration change that cause runtime errors like the once below when gcc libs are missing on target. sudo: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory sudo: error while loading shared libraries: libubsan.so.1: cannot open shared object file: No such file or directory Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libmxml: handle new upstream tarballMichael Olbrich2019-10-241-3/+4
| | | | | | | | Upstream uploaded a new tarball that includes the extra subdirectory. This is incompatible, so change the LIBMXML_SOURCE to ensure that everybody uses the new tarball. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* intel-gmmlib: fix md5Michael Olbrich2019-10-221-1/+1
| | | | | | It was accidentally missing from the version bump. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* intel-gmmlib: version bump 19.2.4 -> 19.3.3Michael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libarchive: don't use e2fsprogs without depending on itMichael Olbrich2019-10-221-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pango: no visible sub-options so don't use menuconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-openocd: no sub-options so don't use menuconfigMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: add spaces for correct indentionMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* igt-gpu-tools: add spaces for correct indentionMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* krb5: add spaces for correct indentionMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* linuxptp: packages with suboptions should use menuconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* svgalib: packages with suboptions should use menuconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wlroots: packages with suboptions should use menuconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strongswan: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlitecpp: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* radvd: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* netperf: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesa-demos: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lxc: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libev: packges should be tristateMichael Olbrich2019-10-221-2/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bsdiff: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-postgresql: Remove kconfig prompt and bogus help text.Björn Esser2019-10-221-3/+0
| | | | | | | | There should be no kconfig prompt, nor a bogus help text for this package, as it is needed to configure TimescaleDB, only. Signed-off-by: Björn Esser <b.esser@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* polkit: build fails without HOST_GLIBArtur Wiebe2019-10-221-0/+1
| | | | | | | | | | | | | | Without this extract.post fails with: configure.ac:446: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /mnt/root/platform-x86/sysroot-host/bin/autoconf failed with exit status: 1 host-glib is also needed for glib-mkenums. Signed-off-by: Artur Wiebe <artur@4wiebe.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gdb: use ptx/get-kconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-kernel-header: use ptx/get-kconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules/pre: rename get_alternative.make -> 000-ptx-search.makeMichael Olbrich2019-10-221-0/+0
| | | | | | So it can be used in rules/pre/gdb.make. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules/pre: add new macro ptx/get-kconfigMichael Olbrich2019-10-221-0/+11
| | | | | | | It's basically the same as ptxd_get_kconfig but it avoids using bash, if possible, so it can be a bit faster. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-rtsp-server1: remove bogus variableMichael Olbrich2019-10-221-12/+0
| | | | | | It's a leftover from the meson conversion. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: remove bogus variableMichael Olbrich2019-10-221-17/+0
| | | | | | It's a leftover from the meson conversion. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libunwind: use a separate include dirMichael Olbrich2019-10-181-0/+1
| | | | | | | | libunwind installs a unwind.h. This hides the unwind.h from gcc that some packages may want to use. So use a separate includedir. Packages that use libunwind will automatically use it via pkg-config. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>