Vicente Olivert Riera
91081e2a6b
nano: bump version to 2.7.1
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:58:35 +01:00
Vicente Olivert Riera
dcf7a64b46
git: bump version to 2.10.2
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:58:34 +01:00
Vicente Olivert Riera
9e45f6f3e8
linux: bump default to version 4.8.6
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:58:33 +01:00
Vicente Olivert Riera
eaf9b5044a
linux-headers: bump 4.{4, 8}.x series
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:58:32 +01:00
Samuel Martin
8bc94bf25a
package/opencv: convert diff patch to git patch
...
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:54:52 +01:00
Samuel Martin
a1e30d9365
package/opencv: update sysctl patch
...
Fixes:
http://autobuild.buildroot.net/results/845/845f5e906fda3e87a2fc439a62baede44842283b/
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:54:49 +01:00
Yann E. MORIN
bce4d0af42
package/xen: fix build failure on x86 after bump to 4.7
...
Since the bump to 4.7, Xen fails to build because of a double definition
of __OBJECT_FILE__. This is due to (who would have guessed) the weirdness
of their buildsystem.
Fix that with a dirty hack: undefine the macro before defining it.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Alistair Francis <alistair.francis@xilinx.com >
[Alistair: Tested on ARMv7 (little endian) boot.]
Tested-by: Alistair Francis <alistair.francis@xilinx.com >
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:53:36 +01:00
Yann E. MORIN
2e29db7d97
package/uboot: define help commands when using Kconfig
...
Expose the Kconfig-related help commands when U-Boot uses the Kconfig
configuration. Like others (like Linux, barebox, busybox), only expose
menuconfig, not all the configurators.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:51:15 +01:00
Vicente Olivert Riera
b3450a888d
lighttpd: bump version to 1.4.43
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-11-01 14:50:51 +01:00
Bernd Kuhls
9f4e7311ea
package/mysql: fix SITE url, add sha256 hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-30 16:43:56 +01:00
Erico Nunes
5f1e0e688b
trinity: fix Config.in depends on logic
...
The comment from trinity Config.in currently does not show up in
menuconfig for glibc or uClibc toolchains with older headers.
This commit fixes the logic so that it shows up when either one of the
dependencies from trinity are not met.
Signed-off-by: Erico Nunes <nunes.erico@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-30 16:42:16 +01:00
Fabrice Fontaine
c0a93f5975
domoticz: bump to version 3.5834
...
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-30 16:31:41 +01:00
Bernd Kuhls
6ac9823f99
package/leafnode2: fix SITE url
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-30 16:29:21 +01:00
Peter Seiderer
b83107e53c
motion: fix static linking of mysql with enabled libz library
...
Fixes ([1]):
checking for mysql_init in -lmysqlclient... no
configure: error: MySQL support can't build without MySQL libraries
[1] http://autobuild.buildroot.net/results/6cf/6cf38698a2a9a041ff375c01ae8898eace17cfb2
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:59:16 +02:00
Gustavo Zacarias
9e8cc4d5c8
qt: use $(TARGET_MAKE_ENV) when calling $(MAKE)
...
We drop the usage of the QT_CONFIGURE_ENV variable, because it isn't
defined anywhere, so it's always empty.
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:55:00 +02:00
Gustavo Zacarias
da87f590dd
fmlib: use $(TARGET_MAKE_ENV) when calling $(MAKE)
...
And drop FMLIB_MAKE_ENV which is non-existant as pointed by Arnout.
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:54:30 +02:00
Gustavo Zacarias
868a9b8e5f
dtc: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE)
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:54:21 +02:00
Gustavo Zacarias
57711efbe8
perl: use $(HOST_MAKE_ENV) when calling $(MAKE)
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:53:49 +02:00
Gustavo Zacarias
2072c96eec
perl: use $(TARGET_MAKE_ENV) when calling $(MAKE)
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:53:03 +02:00
Gustavo Zacarias
0ccc376bc4
libselinux: use $(HOST_MAKE_ENV) when calling $(MAKE)
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:52:40 +02:00
Gustavo Zacarias
dba1ebe551
libselinux: use $(TARGET_MAKE_ENV) when calling $(MAKE)
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:52:38 +02:00
Gustavo Zacarias
f3f9a860c0
lzip: use $(TARGET_MAKE_ENV) for configure as well
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:52:36 +02:00
Gustavo Zacarias
678a54e11c
lzip: use $(HOST_MAKE_ENV) when calling $(MAKE)
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:52:34 +02:00
Gustavo Zacarias
bb50481b36
cryptopp: use $(HOST_MAKE_ENV) when calling $(MAKE)
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:52:32 +02:00
Gustavo Zacarias
b7736796b6
gupnp-av: bump to version 0.12.10
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:45:34 +02:00
Gustavo Zacarias
9b37b5f5d3
gssdp: bump to version 1.0.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:45:33 +02:00
Gustavo Zacarias
e4b2a33d35
gupnp: bump to version 1.0.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:45:31 +02:00
Gustavo Zacarias
8855921dd4
mobile-broadband-provider-info: bump to version 20151214
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:44:46 +02:00
Gustavo Zacarias
b876d9d9c5
json-glib: bump to version 1.2.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:44:41 +02:00
Gary Bisson
690735ab15
mfgtools: add gcc version dependency
...
MfgTools requires gcc >= 4.8 since it needs C++11 support.
Fixes the following autobuild issues:
http://autobuild.buildroot.net/results/c8cbc4e5296af91be5fa8b17871bedf08b6a2697
http://autobuild.buildroot.net/results/fadabb38d8dde6f2be85fbc286b060e2f3e82f65
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:43:26 +02:00
Gustavo Zacarias
0a185aab18
ezxml: use $(TARGET_MAKE_ENV) when calling $(MAKE)
...
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:42:09 +02:00
Gustavo Zacarias
6dbd9ad3cc
redis: bump to version 3.2.5
...
Adjust default config patch to match new major version.
localhost binding is now default so drop it, 300s keepalive is now
default as well (instead of 60s from the previous patch and 0 by
default) - which sounds reasonable so keep it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:41:20 +02:00
Gustavo Zacarias
75a552fbfb
linux: bump default to version 4.8.5
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:40:21 +02:00
Gustavo Zacarias
31e8214057
linux-headers: bump 4.{4, 8}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:40:19 +02:00
Francois Perrad
a8271f0c8e
moarvm: bump to version 2016.10
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:39:56 +02:00
Bernd Kuhls
584ee80ac3
package/ffmpeg: bump version to 3.2
...
Support for libfaac was removed upstream:
dc0f711459
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:36:42 +02:00
Bernd Kuhls
dbb5f4a196
package/x264: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:30:53 +02:00
Bernd Kuhls
44c908f31b
package/tvheadend: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:15:04 +02:00
Bernd Kuhls
b1c8794d8a
package/dtv-scan-tables: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:15:02 +02:00
Bernd Kuhls
23f8cbb95d
package/x11r7/xdriver_xf86-input-libinput: bump version to 0.22.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:15:01 +02:00
Bernd Kuhls
af59e77d04
package/x11r7/xlib_libXi: bump version to 1.7.8
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:15:00 +02:00
Thomas Petazzoni
fe70f20dae
network-manager: remove bogus --mandir option
...
The network-manager.mk passes --mandir=$(STAGING_DIR)/usr/man/, which
causes man pages to be installed in
$(STAGING_DIR)/$(STAGING_DIR)/usr/man and
$(TARGET_DIR)/$(STAGING_DIR)/usr/man.
This is definitely bogus and causes some build failures thanks to the
new check added by Yann E. Morin. This option was in
network-manager.mk since the addition of the package. Maybe it was
fixing a bug in the package logic back at the time, but nowadays, it
causes an installation at the wrong location. Without this commit, the
man pages are properly installed at the right location.
Fixes:
http://autobuild.buildroot.net/results/92683749b0b8e726bc83781ca6d8e103428362ba/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 15:03:58 +02:00
Bernd Kuhls
1ba7b6a4f1
package/x265: bump version to 2.1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 14:54:11 +02:00
Thomas Petazzoni
ba781d347c
bellagio: add patch to fix installation path of documentation
...
Fixes:
http://autobuild.buildroot.net/results/c026551c6b3483d98dd2507c7529a0be8ff79007/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-29 14:31:58 +02:00
Jerzy Grzegorek
566858f6a1
package/libglob: fix license typo
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-28 15:17:43 +02:00
Gustavo Zacarias
1eedbe2d60
adwaita-icon-theme: install to staging
...
This is required for the upcoming evince package which checks for adwaita
presence via pkgconfig file, which normally resides in staging.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-28 15:17:19 +02:00
Waldemar Brodkorb
d70ade160e
microblaze: fix musl support
...
For musl we need patches for bintils 2.25.1 and 2.26.1.
Binutils 2.27 and gcc 6.2.x does not work for microblaze,
even not for uClibc-ng or glibc.
For gcc 5.4.x the existing patch need reworking so that
musl and uClibc-ng is supported.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
[Thomas:
- Add proper description for the binutils patches
- Use BR2_microblaze instead of BR2_microblazeel and BR2_microblazebz]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-28 15:11:52 +02:00
Jerzy Grzegorek
718b7ebb43
package/gpm: indentation cleanup
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-28 14:44:22 +02:00
Jerzy Grzegorek
32f5f46590
package/postgresql: indentation cleanup
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-28 14:44:14 +02:00
Baruch Siach
fe41acfd67
ipset: bump to version 6.30
...
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-10-28 14:44:08 +02:00