summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2012-07-04beecrypt: needs threads supportGustavo Zacarias
Fixes http://autobuild.buildroot.net/results/e28e5dfe73d838b8bc4e9c586bc865d57d717f76/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-07-04bonnie: needs MMUGustavo Zacarias
Fixes http://autobuild.buildroot.net/results/08cc7fdf21f8e51b793c0cf7a51b3f190ea7668c/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-07-04lshw: fix build failureGustavo Zacarias
Fix space-unfriendly CC/CXX/AR argument passing. Fixes build failure http://autobuild.buildroot.net/results/d8c7b5ef4056a197bb8085b0fcdd09d931aec876/build-end.log 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-07-03iw: bump to 3.5Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-07-02busybox: bump 1.20.x series to 1.20.2Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-07-02bsdiff: libraries should go after source files using them in linker invocationPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/2a6e213997c06136e18b25a1b0e91d8782acbfc4/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-07-02iw: fix static linkingPeter Korsgaard
Libnl needs explicit -lpthread / -lm when statically linking. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-07-01msmtp: fix static linking with opensslPeter Korsgaard
Openssl depends on zlib, so we need to explicitly link with zlib as well when statically linking. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-07-01openssl: fix static buildPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-07-01pkg-download: handle interrupted wget downloadsArnout Vandecappelle
When a wget download is interrupted, the downloaded file is still created. It will therefore not be re-downloaded in the next build, and the extraction will fail. To avoid this, download to a temporary file first and rename when the download is successful. The existing mechanism doesn't work for interrupted downloads because the whole sub-shell is interrupted, so the rm-part never gets executed. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-30xavante: bump version to 2.2.1Francois Perrad
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-30wsapi: bump version to 1.5Francois Perrad
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-30cgilua: bump version to 5.1.4Francois Perrad
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-30pciutils: bump to version 3.1.10Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-29mii-diag: remove unneded explicit static linking handlingPeter Korsgaard
Now that it is done globally instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-29package/Makefile.in: link statically when BR2_PREFER_STATIC_LIBPeter Korsgaard
Instead of explicitly adding it for each package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-29ncurses: build statically when BR2_PREFER_STATIC_LIBPeter Korsgaard
--disable-static is no more. Only try to install .so files if not configured for static linking. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-29eeprog: use provided linker flags as wellPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-29iostat: use provided linker flags as wellPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-29nanocom: use provided compiler/linker flags as wellPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-29input-tools: use provided linker flags as wellPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-29ramspeed: use provided linker flags as wellPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-28quota: fix build on uClibc with locale supportPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/508f2ee3f97dfdf782eb1c0b03c2fffb87c4953f Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-27igh-ethercat: use release tarball instead of mercurial branchArnout Vandecappelle
The Mercurial branch may change, which leads to non-reproducible builds. So download a released version instead. Also add configure option for e1000e. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-27mii-diag: link statically if configured to do soPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-27faad2: fix frontend/faad linkingPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/84db857a6fc8e73483493e484f2cc5f4bf64f3d0 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-27tcpreplay: fix linking when libpcap is built with canusb supportPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/f3cee3df639a8ecf0f7f81ca33efee4e040c76ff Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-27tcpreplay: cleanupPeter Korsgaard
Drop unneeded uclibc dependency and autoreconf as patch changes configure.ac. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-26libpcap: canusb support needs pthreadsGustavo Zacarias
canusb support in libpcap uses pthreads but the configure script doesn't account for -lpthread usage so it doesn't get added into LIBS which in turn doesn't add the appropiate entry in pcap-config, causing build failures for programs that link to libpcap that don't use pthreads themselves (for example tcpdump). Also add the conditional dependency on BR2_PACKAGE_LIBUSB for canusb. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-26busybox 1.20.1: add patches for mke2fs and psGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-26samba: bump to version 3.6.6Gustavo Zacarias
Bump samba to version 3.6.6 Lots of bugfixes. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-26valgrind: unbreak arm support after REAL_GNU_TARGET_NAME removalPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/085aa258adc5eaaa6320f283868a185093480960 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-26wget: requires wchar supportPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/431853a9fda593fba41c1176ecee0bdfe38ce441 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-26gzip: 1.5+ needs wchar supportPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/267404bccd9582d3b85b99b16b47b580bf239eb9/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-25imagemagick: ensure cross freetype-config is usedPeter Korsgaard
Fixes http://autobuild.buildroot.net/results/fd6fd5b55b1e2fc5a70537f548bbcafab9773e4c/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-25bluez_utils: bump to 4.101Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-25tcpdump: bump to version 4.3.0Baruch Siach
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-25libpcap: bump to version 1.3.0Baruch Siach
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-25imagemagick: use alternate download locationThomas Petazzoni
The official ImageMagick site only keeps the latest versions. Even in the legacy/ directory, they only keep the last version of each 'branch'. Therefore, to avoid problems, we use an alternate download site. Fixes http://autobuild.buildroot.org/results/2269aa42a0a21730ff0ec28af89cd4973ec28751/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-25sound-theme-freedesktop: add host-intltool dependencyThomas Petazzoni
Fixes http://autobuild.buildroot.org/results/c4e5cad3e4bf08440cea081789b8d58b238d9683/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24module-init-tools: don't build static tools for hostPeter Korsgaard
As pointed out on IRC, the static tools causes problems on distributions without glibc-static, and we don't need them - So just disable them like we do for the target build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24openocd: fix breakage with newer autotoolsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24imagemagick: security bump to version 6.7.6-9Gustavo Zacarias
Fixes CVE-2012-1610, CVE-2012-17987, CVE-2012-0260, CVE-2012-0259, CVE-2012-0247 and CVE-2012-0248. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24rrdtool: fix breakage with newer autotoolsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24automake: bump to version 1.11.5Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24autoconf: bump to version 2.68Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24New package: zxingFrank Hunleth
[Peter: build using make instead of scons, fixup whitespace, target install] Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24automatically set PARALLEL_JOBS when BR2_JLEVEL is 0Nathan Lynch
When BR2_JLEVEL is 0, set PARALLEL_JOBS to double the number of CPUs detected. This allows one to more or less fully utilize the host system without manually tuning the configuration. Also make 0 the default value for BR2_JLEVEL. Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24qt: change use of BR2_JLEVEL to PARALLEL_JOBSNathan Lynch
Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24midori: change use of BR2_JLEVEL to PARALLEL_JOBSNathan Lynch
Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>