Angelo Compagnucci
2ddaa31bef
package/pkg-generic: fix space formatting
...
This patch fixes a formatting issues where spaces were used instead of tabs.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-25 18:19:59 +01:00
Jens Kleintje
c5a6c8e664
package/gcnano-binaries: create directory before copying files
...
The directory $(1)/usr/include may not exist before copy files.
Signed-off-by: Jens Kleintje <scooby22@web.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-25 18:17:47 +01:00
Jens Kleintje
ee546d87bb
package/gcnano-binaries: install .pc files
...
Qt needs the package config files for building.
Signed-off-by: Jens Kleintje <scooby22@web.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-25 18:17:24 +01:00
Pierre-Jean Texier
02dda8f29b
package/stunnel: bump to version 5.56
...
Release notes of the bugfix release:
- https://www.stunnel.org/NEWS.html
Also:
- rename COPYRIGHT.GPL to COPYRIGHT.md
- rename COPYING to COPYING.md
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-25 18:13:39 +01:00
Pierre-Jean Texier
2a9523cd99
package/python-crontab: fix check-package warning
...
Fixes:
package/python-crontab/Config.in:5: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in )
26 lines processed
1 warnings generated
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-25 15:11:39 +01:00
Grzegorz Blach
dad797a453
package/python-crontab: new package
...
Crontab module for reading and writing crontab files and accessing
the system cron automatically and simply using a direct API.
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 23:04:09 +01:00
Bartosz Bilas
59fdcd7180
boot/barebox: bump version to 2019.11.0
...
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 22:54:10 +01:00
Romain Naour
5e5bae220e
package/terminology: bump to version 1.6.0
...
See:
https://www.enlightenment.org/news/2019-11-16-terminology-1.6.0
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 22:53:48 +01:00
Peter Korsgaard
56f6eb564d
configs/orangepi_r1: bump kernel and u-boot versions
...
Bump Linux to 5.3.12 and U-Boot to 2019.10.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 22:51:05 +01:00
Bernd Kuhls
7b3895bca5
package/libkcapi: bump version to 1.1.5
...
Removed patch applied upstream:
52620ec798
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 22:48:31 +01:00
Bernd Kuhls
6274f41913
package/libndp: bump version to 1.7
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 22:46:44 +01:00
Bernd Kuhls
a17db95253
package/libgudev: bump version to 233
...
Release notes:
http://ftp.gnome.org/pub/GNOME/sources/libgudev/233/libgudev-233.news
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 22:45:56 +01:00
Bernd Kuhls
75ea09dc56
package/libedit: bump version to 20190324-3.1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 22:45:20 +01:00
Bernd Kuhls
00df4cdabf
package/libcgi: bump version to 1.3.0
...
Removed patches applied upstream:
d7cf836905
58edd50890
Added upstream-provided md5 hash.
Upstream moved and renamed license file COPYING and added MIT license
file:
86e88b4b05
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Acked-by: Alexander Dahl <post@lespocky.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 22:43:09 +01:00
Clément Péron
e26f5ad712
board/beelink_gs1: enable mdev and dhcp on eth0
...
Signed-off-by: Clément Péron <peron.clem@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 09:47:24 +01:00
Clément Péron
b68022c7cb
board: add Beelink GS1 support
...
Signed-off-by: Clément Péron <peron.clem@gmail.com >
[Peter: explicitly use kernel 5.3.12]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-24 09:47:24 +01:00
Baruch Siach
ecaede1d82
package/cpuburn-arm: new package
...
cpuburn-arm burns CPU cycles to generate as much heat as possible.
Useful for stress testing.
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
[yann.morin.1998@free.fr:
- fix title (Thomas)
- simplify and rename _ARCH_SUPPORTS (Thomas)
]
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2019-11-23 22:19:34 +01:00
Fabrice Fontaine
d66e515ea9
package/librsync: bump to version 2.2.1
...
librsync can be built statically through the standard cmake
BUILD_SHARED_LIBS option since version 2.2.0 and
1ad3c7c600
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 21:40:29 +01:00
Fabrice Fontaine
293bed3977
package/whois: bump to version 5.5.3
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 21:39:46 +01:00
Fabrice Fontaine
5645107c39
package/libxslt: bump to version 1.1.34
...
Remove patch (already in version)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 21:39:12 +01:00
Fabrice Fontaine
a25e67fe87
package/libidn2: bump to version 2.3.0
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 21:38:57 +01:00
Fabrice Fontaine
9318345c9a
package/tinycbor: bump to version 0.5.3
...
Remove patch (already in version)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 21:38:12 +01:00
Fabrice Fontaine
4fd660c2f4
package/libffi: bump to version 3.3
...
Update hash for license file (update in year:
058aa41304 )
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 21:37:51 +01:00
Peter Korsgaard
8e5c2ec556
package/fatcat: bump version to 1.1.0
...
The tag now has a 'v' prefix, so handle that in the github macro.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 21:37:44 +01:00
Matt Weber
483b43899c
package/rsyslog: bump to 8.1911.0
...
https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 14:18:02 +01:00
Peter Korsgaard
e487649e2e
package/glibc: install utilities into their standard locations
...
As pointed out by Carlos, ldconfig normally goes into /sbin, and getconf +
ldd into /usr/bin, so do that here as well instead of installing everything
to /bin.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 13:42:20 +01:00
Francois Perrad
01134ca99a
package/perl: bump to version 5.30.1
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-23 13:37:05 +01:00
Nikita Sobolev
c6cd512fe2
glibc: install glibc utils to target
...
With this patch we introduce an option for glibc, which
installs getconf, ldconfig and ldd utilities on target, that
may be useful in debugging. By default these utilities are
built, but not installed to the target.
ldd is a bash script, so it has bash dependency.
Signed-off-by: Nikita Sobolev <Nikita.Sobolev@synopsys.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2019-11-23 11:53:14 +01:00
Patrick Havelange
1ca16b1feb
support/testing: add lxc test
...
The test starts a simple container with an iperf3 server.
The container is using the tini init system, with a shared rootfs.
An iperf3 client is started from the host to check that the container
is really up and running.
Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-20 22:38:25 +01:00
Patrick Havelange
63966e56a3
support/testing: add assertRunOk method to BRTest class
...
This method asserts that the given command ran successfully.
The goal is for it to be used by the different tests when needed.
Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-20 22:34:53 +01:00
Koen Martens
a3a4b092c8
package/linuxconsoletools: bump version to 1.7.0
...
This version changed the (optional) dependency from sdl and
sdl-config to sdl2 and pkg-config. Therefore, the patch
0002-sdl-config.patch has been dropped and the dependency
has been changed to BR2_PACKAGE_SDL2.
Since SDL2 (required to build force-feedback utilities)
requires shared library support to compile, a dependency
on !BR2_STATIC_LIBS was added to the configuration option
that enables force-feedback utilities.
Signed-off-by: Koen Martens <gmc@sonologic.nl >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-20 22:27:11 +01:00
Angelo Compagnucci
0881d9d2de
linux: bump CIP kernel to version 4.19.82-cip14
...
This patch bumps Linux CIP version to 4.19.82-cip14.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-20 21:39:18 +01:00
Angelo Compagnucci
988d604bb7
linux: change CIP kernel download method
...
Downloading from https a tarball is faster than cloning a git repo.
If needed, BR2_LINUX_KERNEL_CUSTOM_GIT can be used as a fallback
mechanism to downlad the CIP kernel with git.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-20 21:24:21 +01:00
Pierre-Jean Texier
e958223603
package/raspi-gpio: new package
...
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io >
[Thomas: fix typo in Config.in, disable installation to staging, both
were noticed by Yann E. Morin]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-19 17:37:47 +01:00
Thomas Petazzoni
5fd8db02ef
package/python-bunch: add to package/Config.in
...
This was missing from commit 8f15dd35ef .
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-19 17:34:22 +01:00
Matt Weber
8f15dd35ef
package/python-bunch: new package
...
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[Thomas: add missing entry to DEVELOPERS file]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-19 17:33:23 +01:00
Paul Cercueil
441599614e
package/umtprd: new package
...
uMTP-Responder is a lightweight USB Media Transfer Protocol (MTP)
responder daemon for GNU/Linux.
Signed-off-by: Paul Cercueil <paul@crapouillou.net >
[Thomas: license is GPL-3.0+]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-19 17:30:48 +01:00
Fabrice Fontaine
1bc42d7c34
package/spice: disable tests
...
By disabling tests, we'll remove the optional gdk-pixbuf dependency
Fixes:
- http://autobuild.buildroot.org/results/96c786f85d35f33508e9c71778043d16b87f72cd
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-18 22:40:52 +01:00
Grzegorz Blach
2069421e8c
package/python-hiredis: bump to 1.0.1
...
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-18 22:13:03 +01:00
Fabrice Fontaine
d685f5375f
package/rng-tools: needs autoreconf
...
Commit b6606937d8 wrongly removed
RNG_TOOLS_AUTORECONF=YES
Fixes:
- http://autobuild.buildroot.org/results/a0a4631cc0252579b675a0c401a99239d0b97392
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Reviewed-by: Matt Weber <matt@thewebers.ws >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-18 21:18:38 +01:00
Fabrice Fontaine
c4e0ce24ba
package/dtc: fix license hashes
...
Update hash of license files and add BSD-2-Clause file, see
https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=25bb080c18d1a8a96760e26257bf8c80ec7fcab4
https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=702c1b6c0e73d2bcf24f0b8398aca6a940863e48
Fixes:
- http://autobuild.buildroot.org/results/d3db8ddc096f09bb1728a0ba40b925fbf49c424b
- http://autobuild.buildroot.org/results/799bddc1467413b1f202a8803e902c797f4f9c92
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit ae0dabd862 )
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2019-11-17 10:19:02 +01:00
Matt Weber
da418d33ff
package/protobuf: bump to 3.10.1
...
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-16 23:46:39 +01:00
Matt Weber
d51fa13a25
package/uboot-tools: bump to 2019.10
...
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-16 23:46:17 +01:00
Matt Weber
cf053cf414
package/python-txdbus: bump to 1.1.1
...
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-16 23:45:36 +01:00
Matt Weber
eb53f7ed4d
package/python-tinyrpc: bump to 1.0.4
...
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-16 23:45:22 +01:00
Matt Weber
e51830407f
package/libcurl: bump to 7.67.0
...
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-16 23:44:39 +01:00
Matt Weber
cfb4d62b68
package/git: bump to 2.24.0
...
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-16 23:44:30 +01:00
Matt Weber
b6606937d8
package/rng-tools: bump to 6.8
...
Dropped autoreconf and non-standard pthread yield patches as they merged
upstream.
[Peter: really drop autoreconf]
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-16 23:43:36 +01:00
Pierre-Jean Texier
b45f6a03ee
package/irqbalance: bump to version 1.6.0
...
See full changelog https://github.com/Irqbalance/irqbalance/releases/tag/v1.6.0
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-15 23:34:50 +01:00
Jens Kleintje
23b578ddf8
package/qt5/qt5base: add support for gcnano-binaries
...
Signed-off-by: Jens Kleintje <scooby22@web.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-11-15 23:20:40 +01:00