Bernd Kuhls
c6cf848cab
package/exim: fix build error with external arc toolchain due to missing libnsl
...
Fixes
http://autobuild.buildroot.net/results/331/331ed781b422448205fb9e7c9730ec0c438d6306/
http://autobuild.buildroot.net/results/402/402d64965ac7ac6e1d4e1990080394958802fe8c/
http://autobuild.buildroot.net/results/960/9605bac2972d3e3d3fb91947ae6921e89210247b/
http://autobuild.buildroot.net/results/6b6/6b61ea80a3a6dcead233c4b408eba8b8d647e841/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-29 14:14:05 +02:00
Fabio Porcedda
72b434744d
yaml-cpp: requires boost
...
The Boost C++ library is already selected in the Config.in but it was
missing in the yaml-cpp.mk file.
Fix build failure:
CMake Error at /home/tetsuya/buildroot/br/output/host/usr/share/cmake-3.1/Modules/FindBoost.cmake:1182 (message):
Unable to find the requested Boost libraries.
<snip>
make: *** [/home/tetsuya/buildroot/br/output/build/yaml-cpp-0.5.1/.stamp_configured] Error 1
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-29 13:44:02 +02:00
Karoly Kasza
6b5513b257
package/irqbalance: bump to 1.0.9
...
Signed-off-by: Karoly Kasza <kaszak@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-29 13:41:34 +02:00
Yann E. MORIN
96a8321a3c
support/mkusers: enhance error messages
...
The current error messages are a bit terse, and do not provide all the
required information.
Expand them to provide more context.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Tom Elliott <tommygunsster@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-29 13:39:25 +02:00
Yann E. MORIN
ad24d83305
distclean: clean a bit more
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-29 13:35:25 +02:00
Bernd Kuhls
9c820091d1
package/dovecot: fix hash typo
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 18:47:38 +01:00
Nicolas Cavallari
16359f0fac
mjpg-streamer: Fix build with ccache enabled.
...
Quote the TARGET_CC variable, otherwise, if ccache is enabled:
[...] make CC=$TARGET_CC [...]
is expanded to e.g.
[...] make CC=ccache gcc [...]
The build succeeds with "make[2]: Nothing to be done for '[...]gcc'".
and the program is compiled at "make install" time, with the default
host compiler, resulting in a binary that does not run on the target.
Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 18:09:36 +01:00
Nikolay Dimitrov
d13aa2f9e0
configs/riotboard: bump kernel to version 3.19
...
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:49:59 +01:00
Gustavo Zacarias
6d05b4fb18
haserl: bump to version 0.9.35
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:46:20 +01:00
Gustavo Zacarias
fda9911b07
linux: bump default to version 3.19.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:45:00 +01:00
Gustavo Zacarias
f4fc21b346
linux-headers: bump 3.{10,14,19}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:44:51 +01:00
Gustavo Zacarias
bd941f8ccf
btrfs-progs: bump to version 3.19.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:44:28 +01:00
Gustavo Zacarias
23fbbb4caa
eudev: bump to version 3.0
...
Drop upstream patches, disable autoreconf (no longer needed) and use
upstream hash.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:43:37 +01:00
Bernd Kuhls
be18d6d699
package/dovecot-pigeonhole: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:41:14 +01:00
Bernd Kuhls
49fedc613e
package/dovecot: add hash
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:41:14 +01:00
Bernd Kuhls
4e581fd62e
package/kodi-audioencoder-flac: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:41:14 +01:00
Bernd Kuhls
3f98853bdc
package/kodi-audioencoder-vorbis: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:41:14 +01:00
Bernd Kuhls
aef914c2be
package/kodi-pvr-addons: bump version
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:41:14 +01:00
Bernd Kuhls
3e87faa80e
package/kodi: bump to version 14.2-Helix
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 17:41:14 +01:00
Gustavo Zacarias
1f38ed2f22
e2tools/host: remove hyphen
...
All the other host packages that have a menu entry use a space, so make
it consistent.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 16:37:25 +01:00
Bernd Kuhls
5f0127bbea
package/powertop: needs gettextize, 2nd try
...
If host-gettext was compiled before powertop it is picked up by autoreconf which
leads to a broken compile. To fix this unconditionally include host-gettext as
dependency and move
POWERTOP_GETTEXTIZE = YES
outside the if-clause for BR2_NEEDS_GETTEXT
Fixes
http://autobuild.buildroot.net/results/24e/24e312271cf07a8dd966b43f153a06ddc858a786/
http://autobuild.buildroot.net/results/511/511a1c76bfd0ebf637e5abcd6fecc4d6a683ed3e/
http://autobuild.buildroot.net/results/652/65246f6f71e67c2637efbe8bb6e501750629d5fb/
and many others
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-27 16:36:42 +01:00
Gustavo Zacarias
314f0ef16c
gcc: remove stray bfin --with-cpu exclusion
...
We no longer support an internal bfin toolchain hence it's dead code.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 21:40:24 +01:00
Gustavo Zacarias
89854b0f79
gcc: mark 4.5.x as deprecated
...
It was kept for the internal blackfin toolchain which has been removed
since because of lack of maintenance and testing.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 21:39:06 +01:00
Johan Oudinet
cef4857638
erlang: fix incorrect use of AC_EGREP_CPP
...
Using 'AC_EGREP_CPP(yes' without restraining the pattern always return
true if it runs from a path containing the string 'yes'.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 20:07:34 +01:00
Gustavo Zacarias
5b49c79d99
busybox: bump to version 1.23.2
...
Drop upstream patches.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 20:04:42 +01:00
Gustavo Zacarias
3c2241655e
linux-headers: bump 3.{12,18}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 20:03:48 +01:00
Gustavo Zacarias
d67dc62f45
openntpd: bump to version 5.7p4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 20:03:01 +01:00
Lionel Orry
ab98c9625c
toolchain: enable musl for sh
...
The SuperH architecture is supported by the musl libc since some time
now, so let's enable it.
Tested via qemu_sh4_r2d_defconfig.
Signed-off-by: Lionel Orry <lionel.orry@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 20:01:55 +01:00
Baruch Siach
d5c4cb6db4
dhcpcd: fix wrong macro name
...
Fixes:
http://autobuild.buildroot.net/results/788/788e7103c7c7c0199f221f42be6c22cc9eac3e0b/
http://autobuild.buildroot.net/results/673/673d4a0a334c4694cc4dd05ef99069f681f98f0a/
http://autobuild.buildroot.net/results/4bb/4bbf9e785eb9cb0f916f0a2bdaf7a6a5f639f7ea/
and many more.
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 19:29:49 +01:00
Vincent Stehlé
c7ee1bb4d4
configs: add defconfig for Freescale i.MX31 PDK
...
The i.MX31 Product Development Kit (or PDK) is Freescale development board
based on the i.MX31 application processor.
This defconfig is based on mainline kernel v3.15.10, and is aimed at a PDK in
"3 stack" configuration, with CPU engine board, personality board and debug
board.
Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com >
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 01:01:20 +01:00
Gustavo Zacarias
00516418a4
which: bump to version 2.21
...
Add hash file and switch to gnu mirror.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:55:16 +01:00
Gustavo Zacarias
eaeb357a77
sudo: bump to version 1.8.13
...
Patch now upstream so remove.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:54:20 +01:00
Yegor Yefremov
c3b9a9a3cd
python-lxml: bump to 3.4.2
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:50:43 +01:00
Yegor Yefremov
57e1bdaa7e
python-tornado: bump to 4.1
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:50:30 +01:00
Gustavo Zacarias
1ef7a40019
nano: bump to version 2.4.0
...
Also switch to gnu mirror.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:48:49 +01:00
Baruch Siach
37209ef589
openocd: openjtag needs libusb-compat
...
Since commit 9bdf5926 (package/openocd: depends on libftdi1 instead of
libftdi) the OpenJTAG Programmer can be built without libusb-compat, that is a
dependency of libftdi (but not libftdi1). This breaks the build, because
openjtag.c uses libusb-compat headers. Select BR2_PACKAGE_LIBUSB_COMPAT to fix
this.
Fixes:
http://autobuild.buildroot.net/results/d19/d1969e6df56835568fb908b7f252aec0915d9fa4/
http://autobuild.buildroot.net/results/f06/f06ed6df6138ab399036c397c3f72d33d64fe0a3/
http://autobuild.buildroot.net/results/bd7/bd7f90f3cc1d2b395f9849eb0630c2602a075bf5/
...
Cc: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Reviewed-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:43:00 +01:00
Bernd Kuhls
e48d8a661d
package/dovecot-pigeonhole: bump version to 0.4.7
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:37:34 +01:00
Bernd Kuhls
87f228a4e1
package/powertop: needs gettextize
...
Fixes
http://autobuild.buildroot.net/results/8e7/8e7d1f039b57400b1a6f9c14755b35528a457031/
http://autobuild.buildroot.net/results/4e5/4e5a8f49c80c363b5fb35332e34206c9a4fe4120/
http://autobuild.buildroot.net/results/658/658e11f5b0bf3347a50a387b6271eb43c45025fb/
and many others
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:32:40 +01:00
Yann E. MORIN
26ee3d49cd
package/libxml2: add optional LZMA support
...
LZMA support is provided by xz, since liblzma is long dead.
Contrary to zlib, liblzma uses pkg-config, so we do not need to add the
full path to libzma.
Reported-by: vdm on IRC
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-25 00:31:26 +01:00
Davide Viti
22014e0380
mongoose: bump to version 5.6
...
Signed-off-by: Davide Viti <zinosat@tiscali.it >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-23 23:17:32 +01:00
Bernd Kuhls
e7eafb0f24
package/libsidplay2: new package
...
Needed for upcoming kodi-audiodecoder-sidplay package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-03-23 22:47:00 +01:00
Francois Perrad
c967551b4c
ljlinenoise: remove dependency on some architecture
...
ljsyscall is available for all arch supported by LuaJIT.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-23 19:14:54 +01:00
Francois Perrad
40bb89c027
ljsyscall: remove dependency on some architecture
...
ljsyscall is available for all arch supported by LuaJIT.
refactor LJSYSCALL_ARCH : dispatch all arch.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-23 19:14:39 +01:00
Fabio Porcedda
cc6b36b6ba
agentpp: update .hash file
...
Update the .hash file because the .tar.gz file has been regenerated.
The contents was not changed so just updating the .hash file is fine.
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-23 19:12:03 +01:00
Thomas Petazzoni
e16796942a
attr: backport upstream patches to fix build on musl
...
Upstream has already merged a number of patches that fix the build of
attr with the musl C library. This commit backports those two patches
in Buildroot, until upstream makes a new attr release.
Fixes:
http://autobuild.buildroot.net/results/778/7785d07614ff1d76db79c86b790f13e8ab800cba/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-21 10:13:51 +01:00
Thomas Petazzoni
450023b2a2
libcec: add patch to fix build on Blackfin
...
Blackfin uses a gcc 4.3 compiler, which does not support the
-Wno-psabi option. Since it is non essential, this commit adds a patch
to remove the usage of this option.
Fixes:
http://autobuild.buildroot.net/results/3ab/3ab146583fa57ef7d6e67530b3274df1a844c7e1/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-21 09:52:59 +01:00
Thomas Petazzoni
198734f00b
powertop: only link against -lintl when needed
...
BR2_PACKAGE_GETTEXT=y might be enabled even if BR2_NEEDS_GETTEXT is
not set, and in this case, we should not link against libintl, because
it may not exist, for example with glibc toolchains.
Fixes:
http://autobuild.buildroot.net/results/270/270018e2c9e3845a4015faa155325eea2cabe3d9/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-21 09:39:22 +01:00
Max Filippov
b5423c2c3f
uclibc: enable UCLIBC_HAS_GNU_GETSUBOPT in all configs
...
This fixes build for applications that use getsubopt unconditionally.
Code addition to getopt is negligible.
Fixes:
http://autobuild.buildroot.net/results/90c318e3a9ef5e626d0a80e36695d34eda21f97e/
http://autobuild.buildroot.net/results/cd8e9d9a5f454c321071c21192958aeee9c39e73/
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-20 23:44:23 +01:00
Max Filippov
1919d3c287
uclibc: Fix getopt implementations conditional compilation
...
There's no way to disable getsubopt in uClibc 0.9.33.2: either GNU or
SUSv3 getsubopt is always built.
Properly exclude SUSv3 getsubopt implementation when GNU getopt is
selected.
Exclude GNU getsubopt when SUSv3 getopt is selected. Honor getopt_long
configuration.
This brings UCLIBC_HAS_GNU_GETOPT, UCLIBC_HAS_GNU_GETSUBOPT and
UCLIBC_HAS_GETOPT_LONG handling in sync with uClibc and uClibc-ng tips.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-20 23:44:04 +01:00
Samuel Martin
9bdf592654
package/openocd: depends on libftdi1 instead of libftdi
...
Note that, if both libftdi and libftdi1 are available, openocd will
prefer libftdi1, so does Buildroot. ;-)
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-03-20 23:30:08 +01:00