summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* openssl: fix runtime failure on some powerpc variantsGustavo Zacarias2012-12-101-0/+3
| | | | | | | | | OpenSSL's assembly optimizations por PowerPC seem to be broken for at least 4xx cores. Thanks go to Jan Schunke for reporting and testing. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xtensa: add -mlongcalls to CFLAGS for xtensaChris Zankel2012-12-101-0/+9
| | | | | | | | | | | The longcalls option allows calls across a greater range of addresses. This option may degrade both code size and performance, but the linker can generally optimize away the unnecessary overhead when a call ends up within range Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bump connman version to 1.9Gary Coulbourne2012-12-101-1/+1
| | | | | | A quick patch to bump connman's version to 1.9 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cjson: fix download URLPeter Korsgaard2012-12-101-1/+1
| | | | | | | | Downloads.sourceforge.net doesn't like the double '/'. Reported-by: Viallard Anthony <viallard@syscom-instruments.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Acked-by: Danomi Manchego <danomimanchego123 at gmail.com>
* busybox: remove deprecated 1.18.xGustavo Zacarias2012-12-102-992/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: bump to version 3.7.14.1Gustavo Zacarias2012-12-101-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: fix build failure without DHCPGustavo Zacarias2012-12-101-0/+37
| | | | | | | | Fixes http://autobuild.buildroot.net/results/26a9e152f533e467f68b72a373d0fc84d561eb87 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: don't try to use DTrace/GCov/SystemTap for host buildThomas Petazzoni2012-12-101-0/+3
| | | | | | | | | | | | | | | | | | We really only need the host build of libglib2 for a few helper programs that are used for the target build of libglib2. Therefore, trying to use bells and whistles like DTrace, GCov and SystemTap is totally useless. And it is actually harmful, since it is causing build failures on the gcc110 PowerPC-based autobuilder that apparently has some DTrace-feature installed. This commit therefore fixes: http://autobuild.buildroot.org/results/1c62d1ce10937bd21f5afcb73782b939d10c2038/build-end.log Which has been polluting our autobuilder logs since several weeks now. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltrace: fix download urlPeter Korsgaard2012-12-102-3/+2
| | | | | | Otherwise we would get the 0.7.1 version. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rt-tests: fix typo in Config.in threads negative logicGustavo Zacarias2012-12-091-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: bump to version 2.64Gustavo Zacarias2012-12-091-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: bump to version 3.2.4Gustavo Zacarias2012-12-091-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libev: disable on avr32Thomas Petazzoni2012-12-091-0/+2
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/4951121337fad670d8bf869483774ccf9e91dd47/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neard: fix build failure caused by missing <linux/nfc.h>Thomas Petazzoni2012-12-092-0/+388
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/bd1cb8795415b7369a9f4268b9f058cb78d4000d/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xmh: add dependency on xdata_xbitmapThomas Petazzoni2012-12-092-1/+2
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/fa059a89a305914700f63d7f0b0d4a3f63beb039/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rt-tests: not available on avr32, too old uClibcThomas Petazzoni2012-12-091-0/+3
| | | | | | | | | | | | The old uClibc used for the AVR32 architecture does not implement priority inheritance, therefore rt-tests cannot build. Fixes: http://autobuild.buildroot.org/results/695293d889128c666174d5fe03c5deadbe4d5415/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rt-tests: requires thread support in the toolchainThomas Petazzoni2012-12-091-0/+4
| | | | | | | | | The rt-tests package extensively use threads, so this package should only be available if the toolchain has thread support. [Peter: add comment when not available] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ccache: deprecate the target packageThomas Petazzoni2012-12-091-0/+2
| | | | | | | | Since we have deprecated the capability of building a toolchain for the target, it makes sense to also deprecate ccache for the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ccache: uses fork(), therefore only usable on MMU platformsThomas Petazzoni2012-12-091-0/+2
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/2ba0eb693d24ac4ed9979762db234bfff1952c69/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkg-download.mk: fix multiple matches in shallow clone testDanomi Manchego2012-12-091-1/+1
| | | | | | | | | | | | Move the git reference directly to git-ls-remote rather than piping the output to grep, to help avoid reporting partial matches rather than the actual requested reference. Also, add quotes to protest "test" from failing when multiple strings are reported. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sane-backends: fix documentation build failureGustavo Zacarias2012-12-091-1/+7
| | | | | | | | | | | Disable documentation build, it seems to break with older texlive/kpathsea versions, fixes: http://autobuild.buildroot.net/results/44327b543d8918929bf252c5284e8691fda87fd0/ Also switch to alioth mirror since the original tarball is gone from the regular site when 1.0.23 was released. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bmon: needs mmuGustavo Zacarias2012-12-091-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/673b0e9a1ba75123ba2c59df8ad81550170fffef Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libfuse: needs threadsGustavo Zacarias2012-12-093-6/+9
| | | | | | | | | libfuse needs threads, fixes: http://autobuild.buildroot.net/results/0111a67b9ed5f5f5dfc0725d009ea5c756c1755c [Peter: update sshfs/unionfs comments to match] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltrace: bump to version 0.7.2Gustavo Zacarias2012-12-093-38/+2
| | | | | | | | | Bump ltrace to version 0.7.2 which includes my ppc fixup patch. Also exclude aarch64 since it's not supported, fixes http://autobuild.buildroot.net/results/8fc3a3720d9be2525784b0488653b4fdbb29e676/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libroxml: don't build docsGustavo Zacarias2012-12-091-0/+6
| | | | | | | | Don't build docs to avoid failures such as http://autobuild.buildroot.net/results/3f1971472fe35a516b0f26ced477d33cb18280c9/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE supportArnout Vandecappelle (Essensium/Mind)2012-12-061-0/+3
| | | | | | | | | | | | | | | | | The legal-info target (and possibly others as well) depends on <pkg>-extract to make sure the license file is available. However, when <PKG>_OVERRIDE_SRCDIR is active, the <pkg>-extract target doesn't exist. To solve this, we add <pkg>-extract which depends on <pkg>-rsync. While we're at it, we do the same for <pkg>-patch. That avoids the same problem in the future if something starts depending on <pkg>-patch. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: fix build on bfinPeter Korsgaard2012-12-061-0/+6
| | | | | | | | | Bfin toolchains don't have versionsort (which alsa-lib needs), so fake it using alphasort instead. Fixes http://autobuild.buildroot.net/results/cf760651b2e238842813bf0882011b5fbb898c0d Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpcap: fix canusb related build issuePeter Korsgaard2012-12-061-2/+8
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/1b57e479a643df11ea3b20f848085af4ef40799b The libusb auto detection oddly enough succeeds, even though libusb isn't available. Fix it by explicitly enabling/disabling canusb support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* make legal-info: fails with OVERRIDE_SRCDIRStephan Hoffmann2012-12-051-1/+1
| | | | | | | | | | | | | | There is a check for OVERRIDE_SRCDIR in pkg-generic.mk that is supposed to produce a warning when OVERRIDE_SRCDIR is active. This does not work and instead the whole make terminates with an error message. This patch changes the check for active OVERRIDE_SRCDIR so that it works as expected. Signed-off-by: Stephan Hoffmann <sho@relinux.de> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neardal: new packageSimon Dawson2012-12-053-0/+32
| | | | | | | | | [Peter: add toolchain deps for dbus. add dbus/host-pkgconf, wrap help text] Signed-off-by: Simon Dawson <spdawson@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (built-test on a minimal powerpc config) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neard: new packageSimon Dawson2012-12-053-0/+33
| | | | | | [Peter: add toolchain dependencies for libglib2/libnl/dbus + host-pkgconf] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lua: support linenoiseFrancois Perrad2012-12-053-1/+48
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linenoise: new packageFrancois Perrad2012-12-054-0/+72
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jamvm: force ARM mode when building to avoid thumb2 build problemsPeter Korsgaard2012-12-051-0/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* luajit: bump to version 2.0.0Francois Perrad2012-12-053-18/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* perl: bump to version 5.16.2Francois Perrad2012-12-051-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/crosstool-ng: update to 1.17.0Carsten Schoenert2012-12-051-1/+1
| | | | | | | | | | Updating current crosstool-ng config files to 1.17.0 crosstool-ng.config-eglibc crosstool-ng.config-glibc crosstool-ng.config-uClibc Signed-off-by: Carsten Schoenert <c.schoenert@t-online.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netatalk: Add missing dependency to netatalkMaxime Hadjinlian2012-12-051-1/+1
| | | | | | | Netatalk need host-pkgconf, otherwise the configure script is complaining. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltrace: bump to version 0.7.1Gustavo Zacarias2012-12-057-95/+66
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* links: bump to version 2.7Gustavo Zacarias2012-12-051-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: security bump to version 1.4.32Gustavo Zacarias2012-12-051-1/+1
| | | | | | | Fixes CVE-2012-5533. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: bump to version 1.1Gustavo Zacarias2012-12-052-55/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hostapd: bump to version 1.1Gustavo Zacarias2012-12-053-104/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcurl: bump to version 7.28.1Gustavo Zacarias2012-12-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* polarssl: bump to version 1.2.3Gustavo Zacarias2012-12-052-6/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ed: bump to version 1.7Gustavo Zacarias2012-12-051-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipset: bump to version 6.16.1Gustavo Zacarias2012-12-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: bump to version 5.3.19Gustavo Zacarias2012-12-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: bump to version 3.2.16Gustavo Zacarias2012-12-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* radvd: bump to version 1.9.2Gustavo Zacarias2012-12-052-28/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>