Peter Korsgaard
52975d89da
Revert "poco: fix parallel build failure"
...
This reverts commit 32f4957b15 .
Adding the phony objdir target as a prerequisite of all the .o targets
doesn't work, as they are then always considered out of date, leading
to poco getting rebuilt (without the proper MYSQL_{INC,LIB}DIR settings)
at staging-install / target-install time.
Instead simply use MAKE1 for the build step.
Fixes http://autobuild.buildroot.net/results/1cca8b4115674f12884bcbc0c680efed0fb939ae
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-17 21:24:49 +02:00
Thomas Petazzoni
9bf020f544
erlang: don't build the Java stuff on the host
...
We don't need the Java stuff, and it causes build failures on certain
machines:
http://autobuild.buildroot.org/results/99035e89e101c41d5e8b5ef6a025856f4af88ae2/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-16 23:25:11 +02:00
Thomas Petazzoni
5f299dee78
libmad: add Thumb2 patches from Debian
...
This fixes recurrent libmad build failures reported by the
autobuilder. See:
http://autobuild.buildroot.net/results/a10c943e74b6e67e69183a35b5762482e357a75f/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-16 23:22:31 +02:00
Gustavo Zacarias
cb63f3145d
linux: bump default to kernel version 3.5.4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-16 23:19:58 +02:00
Gustavo Zacarias
3165ae39ba
kernel-headers: bump 3.{0, 4, 5}.x stable versions
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-16 23:19:12 +02:00
Gustavo Zacarias
f1e79957f8
package: add new filesystem utilities category
...
Add the new filesystem utilities category and move a bunch of packages
into it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-14 12:01:57 +02:00
Baruch Siach
32f4957b15
poco: fix parallel build failure
...
This added patch should fix
http://autobuild.buildroot.net/results/1bf7e51ef30af9bbf5e423e80ef07212b83bdaf8/ .
CROSSENV is now required also in the install stages to prevent a rebuild using
the host native toolchain.
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-14 11:56:06 +02:00
Peter Korsgaard
ef50034522
kmod: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-13 19:42:47 +02:00
Peter Korsgaard
4dadcf292c
qt: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-13 19:23:38 +02:00
Danomi Manchego
d7f8dda7c0
vsftpd: add linux-pam support
...
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-13 00:19:43 +02:00
Mark Jackson
c8573284cd
wpa_supplicant: add license information
...
v2 - license type is GPLv2/BSD-3c as pointed out by Baruch Siach
Signed-off-by: Mark Jackson <mpfj@newflow.co.uk >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-12 23:32:58 +02:00
Gustavo Zacarias
47ac46f5bd
patch: bump to version 2.7
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-12 23:27:39 +02:00
Gustavo Zacarias
bca9a642c9
unionfs: bump to version 0.26
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-12 23:26:46 +02:00
Gustavo Zacarias
fcc1b0cca0
hiawatha: bump to version 8.5
...
[Peter: license is explictly GPLv2, not GPLv2+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-12 23:26:15 +02:00
Peter Korsgaard
b98ccc4ea2
kernel-headers: bump 3.2.x stable version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-12 23:13:41 +02:00
Peter Korsgaard
1fc8d6986e
gst-plugin-bad: add musepack option
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-12 11:49:01 +02:00
Peter Korsgaard
259f0ed4fa
gst-plugins-bad: opus + jpegformat: unbreak non-debug build
...
opus + jpegformat plugin builds fail when gstreamer is configured with
--disable-gst-debug as they are checking the GST_DISABLE_DEBUG symbol
instead of GST_DISABLE_GST_DEBUG.
Submitted upstream as https://bugzilla.gnome.org/show_bug.cgi?id=683850
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-12 09:33:06 +02:00
Peter Korsgaard
5df8e364d0
gst-plugin-bad: add opus option
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-11 23:21:56 +02:00
Peter Korsgaard
0bbb2eda9a
package: add opus-tools
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-11 23:06:50 +02:00
Peter Korsgaard
c226de26ec
package: add opus audio codec library
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-11 22:50:05 +02:00
Peter Korsgaard
3b9e61f923
lcdproc: fix build with high BR2_JLEVEL setting
...
Fixes http://autobuild.buildroot.net/results/646db4b6b284beb4392759a57efffc8d10ee9f49
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-11 09:13:11 +02:00
Peter Korsgaard
94ce13a56f
pppd: fix build with 3.5+ kernel headers
...
Fixes http://autobuild.buildroot.net/results/8a9369fece696e012249b865708ffee533c5318a
Pppd bundles some, but not all needed kernel headers. In Linux 3.5 (and
before that 2.6.35) if_pppol2tp.h was changed, so the embedded copy was no
longer compatible.
if_pppol2tp.h has been part of the exported kernel headers since 2.6.23, so
simply drop the bundled copy and use the kernel headers instead, similar
to how it is done in Gentoo:
https://bugs.gentoo.org/show_bug.cgi?id=427684
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-11 08:59:56 +02:00
Sven Neumann
0cf3338546
linux-firmware: update to a more recent git snapshot
...
This update pulls in new ath6k and realtek drivers and updates for
libertas and iwlwifi:
a707c25 Merge branch 'master' of git://dev.laptop.org/users/dsd/linux-firmware
adb6547 rtlwifi/rtl8723e: Add firmware for new driver
4e17394 linux-firmware: ath6k: add firmware for AR6004 hw1.3
bac3567 Marvell SD8787: update to v14.66.9.p96
6a08d14 Marvell SD8686: update to v9.70.20.p0
bbede96 iwlwifi: update firmware for 6205
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-10 22:56:50 +02:00
Peter Korsgaard
a77ee7fd40
pkg-download: allow relative BR2_DL_DIR
...
And move the BUILDROOT_DL_DIR override here as well for consistency.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-10 16:00:50 +02:00
Simon Dawson
48a68499d1
schifra: new package
...
[Peter: minor fixes/cleanups]
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-10 10:45:19 +02:00
Peter Korsgaard
b9e89b340e
sudo: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-10 08:35:50 +02:00
Gustavo Zacarias
652333d7ed
openssh: bump to version 6.1p1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 23:05:41 +02:00
Gustavo Zacarias
513108126d
iproute2: bump to version 3.5.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 22:59:53 +02:00
Gustavo Zacarias
826407fa55
bison: bump to version 2.6.2
...
[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 22:52:20 +02:00
Gustavo Zacarias
676cec3591
grep: bump to version 2.14
...
[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 22:48:08 +02:00
Gustavo Zacarias
b3578cb0e4
gnutls: bump to 2.12.20
...
[Peter: License is GPLv3+ LGPLv2.1+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 22:45:07 +02:00
Gustavo Zacarias
0be0899bfd
mpc: bump to version 1.0.1 and license change
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 22:41:10 +02:00
Gustavo Zacarias
fb07eb9eee
automake: bump to version 1.11.6
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 22:40:18 +02:00
Gustavo Zacarias
8ef851e86b
less: bump to version 451
...
[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 22:39:49 +02:00
Gustavo Zacarias
44393cddc9
libnl: bump to version 3.2.13
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-09 22:25:07 +02:00
Gustavo Zacarias
a9e4e1b676
libfuse: fix build failures with iconv
...
Fix build failures when iconv is present for libfuse users that use
pkgconfig.
For example:
http://autobuild.buildroot.net/results/4d455831a7b467b9ea1ad54bea6b57607f5560a8/build-end.log
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-07 15:29:17 +02:00
Thomas Petazzoni
58149528d0
json-c: fix build when no thread support is available
...
Fixes
http://autobuild.buildroot.org/results/1d9a2e44da3aa627265b03763ca324c609c0c61c/build-end.log .
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2012-09-06 23:32:33 +02:00
Danomi Manchego
d6743630d2
cjson: bug fix - use -fPIC instead of -fpic
...
This change is to fix the autobuild failure at:
http://autobuild.buildroot.net/results/45e2c08d5e3c868b2d7fdf26a7c5f88de5ff8f61/build-end.log
I can't actually reproduce this bug, because my machine cannot
run the 64-bit microblaze toolchain. However, the log makes
it clear that -fPIC is needed, and grepping for fPIC and fpic
under packages makes it clear that cjson should have used -fPIC
anyway. So even if the bug isn't fixed, it must surely be improved.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-06 22:55:08 +02:00
Peter Korsgaard
8e4d40751e
vala: move to 'Development tools' submenu
...
vala isn't an X application.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-06 22:55:01 +02:00
Peter Korsgaard
bf5f225dca
vala: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-06 15:48:19 +02:00
Simon Dawson
2b595d6c92
zeromq: add license information
...
Note that the COPYING.LESSER file states that "Parts of the
software are licensed under the MIT (X11) license".
On the 0MQ mailing list, Pieter Hintjens has confirmed that
the code no longer contains any parts that are under the
MIT/X11 license. (The COPYING.LESSER file will be fixed in
a future release.)
Signed-off-by: Simon Dawson <simond@trainfx.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-05 23:50:45 +02:00
Gustavo Zacarias
602b051634
rp-pppoe: bump to version 3.11
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-05 23:03:26 +02:00
Sven Neumann
c04355b922
linux-firmware: add firmware for SDIO based Marvell Libertas modules
...
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-05 22:59:31 +02:00
Arnout Vandecappelle
5e0d702b7c
pkg-infra: warn about use of deprecated GENTARGETS
...
With the replacement of GENTARGETS by package-generic, there is a risk
that local packages don't work anymore without any indication of what
is wrong. Therefore, generate an error message if the GENTARGETS,
AUTOTARGETS or CMAKETARGETS macro is still used.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-05 22:54:20 +02:00
Peter Korsgaard
dd00c5fcd0
libpcap: fix build on microblaze
...
On microblaze, libpcap needs to be built with -fPIC rather than -fpic as
reported by mrueg on IRC.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-05 16:04:52 +02:00
Peter Korsgaard
ebb2e058b0
erlang: fix host version dependencies
...
Fixes http://autobuild.buildroot.net/results/8816fe16534062cdf0d3a682a7408f9adbea2985
The host version of erlang does not need to enable support for & depend on
host versions of ncurses/openssl/zlib, even if the target version does.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-05 07:23:15 +02:00
Yegor Yefremov
5f566e5d91
linux-firmware: add Realtek firmware
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-04 22:47:29 +02:00
Yegor Yefremov
9006d3a3a3
linux-firmware: add ti-connectivity fw v5
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-04 22:47:26 +02:00
Gustavo Zacarias
6b1e52d832
qemu/mips64-malta: add new sample config
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-04 22:04:05 +02:00
Gustavo Zacarias
2bb39acb6a
mips64: remove toolchain kludge
...
-mno-abicalls is an old kludge for some (probably) old issue.
Remove it since it's actually harmful, static busybox doesn't build with
it for a modern-ish toolchain (defaults as of this commit, uClibc
0.9.33.2 + gcc 4.5.4).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-09-04 22:04:00 +02:00