summaryrefslogtreecommitdiffstats
path: root/package
AgeCommit message (Collapse)Author
2013-08-07sunxi-cedarx: fix armel and internal toolchain build issuesSpenser Gilliland
Fixes autobuilder issues http://autobuild.buildroot.org/results/a06/a06fe1f2fa2cb57d57524eff5f7b88fe36fdbf68 http://autobuild.buildroot.org/results/328/328b36c3cbf952cccabf16a25fc13f0c3515e8bd Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-07gcc: fix !BR2_LARGEFILE buildsFrancois Perrad
see http://lists.busybox.net/pipermail/buildroot/2013-August/076278.html Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-07Fix ARM uclibc build with !BR2_UCLIBC_ARM_BX.Justin Maggard
When BR2_UCLIBC_ARM_BX is not set, UCLIBC_OPT_UNSET gets called with an extra argument. Remove it. Signed-off-by: Justin Maggard <jmaggard10@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-07cppcms, libcec: fix license typoJerzy Grzegorek
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-07cairo: add patch to fix Blackfin build failureThomas Petazzoni
Fixes http://autobuild.buildroot.org/results/1b1/1b1e4ad2f00de1e0d1cc9045822751c3882c7493/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-07boost: fix 64-bit build due to ambiguous format callThomas De Schampheleire
This commit adds a patch imported from the upstream bug tracker, fixing a problem with boost builds failing for 64-bit, like in autobuild [1]. Refer to [2] for the actual autobuild error. Upstream did not yet accept this patch, because it is not portable enough (not OK for Windows builds) [3], but this should not withhold us from fixing the error in buildroot. [1] http://autobuild.buildroot.net/results/0f6c2f99b05f57adb557c2ddd686b5072f5e9ecf/ [2] http://lists.busybox.net/pipermail/buildroot/2013-August/076222.html [3] https://svn.boost.org/trac/boost/ticket/6851 Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-06git: needs MMU supportThomas Petazzoni
Fixes http://autobuild.buildroot.org/results/b5454e62c6ea18a9d30148c704927e820f29a7d4/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-06eglibc: add comment explaining why we pass -O2Thomas Petazzoni
While reviewing the eglibc package, Peter mentionned that it would be good to add a comment that explains why we explicitly build eglibc with -O2 instead of using the user selected optimization level. This commit add such a comment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-06opengl: libgles and libegl also provided by gpu-viv-bin-mx6qThomas Petazzoni
The gpu-viv-bin-mx6q package selects BR2_PACKAGE_HAS_OPENGL_EGL and BR2_PACKAGE_HAS_OPENGL_ES, so when it is enabled, Buildroot believes that OpenGL and EGL support is available. However, both libgles.mk and libegl.mk do not add the dependency on gpu-viv-bin-mx6q, so when pulling the libgles or libegl dependencies, the build fails due to the absence of an OpenGL implementation. This commit fixes that. Fixes the build failure at http://autobuild.buildroot.org/results/dbd/dbd938914883a9e205f967f7b4b4a8a7dc7be117/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-05gnupg: security bump to version 1.4.14Gustavo Zacarias
Fixes CVE-2013-4242. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-05libgcrypt: security bump to version 1.5.3Gustavo Zacarias
Fixes CVE-2013-4242. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-05samba: security bump to version 3.6.17Gustavo Zacarias
Fixes CVE-2013-4124. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-05zeromq: fix build on some compilers due to missing newlineThomas De Schampheleire
Fixes http://autobuild.buildroot.net/results/645b357d470b75baa9a93eb5be4f1dc5c8c337fa/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-01dropwatch: link with libintl if presentGustavo Zacarias
binutils libbfd links to libintl if present, so dropwatch needs it too. Ugly hardcoded LDFLAGS, but then that's what the dropwatch Makefile does. Fixes: http://autobuild.buildroot.net/results/549/54917e7943143e47263b60b4eee3dfc6f0801407/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-01dropwatch: fix build failure with binutils 2.23.1+Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-01libgpgme: handle argp-standaloneGustavo Zacarias
libgpgme has an internal implementation of argp parsing for when the libc lacks such an implementation (i.e. uClibc). However if it detects argp.h the internal implementation is disabled and for a uClibc-based toolchain that breaks the build. This happens when argp-standalone is installed since libgpgme never tries to link to libargp. Make it link against libargp, which also saves some target size. Fixes: http://autobuild.buildroot.net/results/33c/33c5776d2b3f7fa276a27f7602eb71c4d77c7b62/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31libedit: really needs wchar supportGustavo Zacarias
wctype.h is always included, even in configure tests. Fixes: http://autobuild.buildroot.net/results/ed8/ed85b9d688ad8389895e3ecd7a6a18151efc328d/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31readline: make description more enlightening and fix indentationGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31qt5jsbackend: needs ARM v5+Gustavo Zacarias
Just like nodejs and other v8-based javascript engines for ARM interwork it needs the BLX instruction which is only available on V5+ cores. Fixes: http://autobuild.buildroot.net/results/853/853cd29bf427902b2cb82a101964a4e45714cb86/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31cppcms: new packagenmenegale
[Thomas: reformat header and Config.in help text, add dependency on glibc since cppcms uses <monetary.h> functions that aren't available in uClibc.] Signed-off-by: Nicolas Ménégale <nicolas.menegale@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31libnspr: Add dependency on !BR2_arcMischa Jonker
ARC is not supported yet in libnspr. v2: Propagate to ecryptfs-utils as well Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31strongswan: scripts need charon or toolsGustavo Zacarias
Fixes: http://autobuild.buildroot.net/results/007/007e75362cbe4693e36d5a7ab96c539d1f3b00fc/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31strongswan: security bump to version 5.0.4Gustavo Zacarias
Fixes CVE-2013-2944. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31package/uclibc: add mkostemp() backportGustavo Zacarias
Needed for modern versions of systemd and udev. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31package/uclibc: add execvpe() backportGustavo Zacarias
Needed for modern versions of systemd and udev. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31package/uclibc: number patches for 0.9.32.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31uboot-tools: bump to version 2013.07Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31opkg: Add gnupg signature checking support.Philipp Claves
[Thomas: add ac_cv_path_GPGME_CONFIG in the configure environment to help opkg find libgpgme.] Signed-off-by: Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31libgpgme: new packagePhilipp Claves
[Thomas: bump version, add --with-gpg-error-prefix and --with-libassuan-prefix options.] Signed-off-by: Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31merge assuanThomas Petazzoni
2013-07-31libassuan: new packagePhilipp Claves
[Thomas: bump version, adjust license informations, add --with-gpg-error-prefix option.] Signed-off-by: Philipp Claves <claves@budelmann-elektronik.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30mobile-broadband-provider-info: add license informationSimon Dawson
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30libsoup: Remove redundant dependency on gettextArnout Vandecappelle (Essensium/Mind)
libsoup doesn't use intl stuff directly, but uses gi18n. libglib2 already has all required dependencies on gettext. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30gdk-pixbuf: remove dependency on gettextArnout Vandecappelle (Essensium/Mind)
The dependency on gettext comes from libglib2, not from gdk-pixbuf itself. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30pulseaudio: remove dependency on gettextArnout Vandecappelle (Essensium/Mind)
The dependency on gettext is only due to libglib2, not due to pulseaudio itself. It works fine without gettext if libglib2 is not selected. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30avahi: remove double dependency on gettextArnout Vandecappelle (Essensium/Mind)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30lshw: fix build with no LOCALE supportArnout Vandecappelle (Essensium/Mind)
lshw doesn't need libintl if -DNONLS is defined. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30util-linux: only needs gettext if locale is selectedArnout Vandecappelle (Essensium/Mind)
Also add missing select in Config.in. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30linux-headers: bump 3.{0, 4, 10}.x stable versionsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30gnutls: bump to version 3.2.3Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30libfuse: remove unused configure optionsThomas De Schampheleire
Current versions of libfuse do not recognize configure options --disable-nls and --disable-kernel-module. Remove them. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30package/pmake: removeYann E. MORIN
Packaging pmake was required when we used the upstream libedit. Since we have switched to using the autotools-based libedit, pmake is no longer needed. Because pmake is quite ugly, let's just drop it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30package/libedit: switch to alternate URL for proper packagingYann E. MORIN
Upstream libedit does not have a proper homepage, and does not provide any sort of packaging whatsoever. So far, we used Debian's wayback machine to get a tarball of a rather oldish libedit. As Thomas pointed out, someone has been maintaining a proper autotools based, up-to-date package for a while. While Debian is stuck to 2.11 (5 years old now), we bump to 3.1 as a bonus. Remove our libedit.pc, it's now bundled with the package. Reported-by: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-30gdb: Add support for ARC-specific gdbMischa Jonker
Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-29strongswan: new packageJérôme Pouiller
strongSwan is an OpenSource IPsec implementation for the Linux operating system. It is based on the discontinued FreeS/WAN project and the X.509 patch. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-29libcec: add libcec for HDMI device ControlSpenser Gilliland
This patch adds libcec for HDMI device control. It enables Raspberry Pi support if the rpi-userland package is installed. [Thomas: add C++ dependency, reformat .mk header.] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-29lockdev: add lockdevSpenser Gilliland
Add lockdev a package for locking devices. [Thomas: change location in menuconfig, reformat header in .mk file.] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-29mtd: add option to build mkfs.ubifs for targetPaul B. Henson
[Thomas: implement simplifications suggested by Thomas De Schampheleire, add missing 'depends' on required toolchain features.] Signed-off-by: Paul B. Henson <henson@acm.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-28libunwind: new packageANDY KENNEDY
[Thomas: added patch to disable build of tests that fail on uClibc, added dependencies for architectures that are supported.] Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-28sunxi-cedarx: add CedarX hardware video decoding librarySpenser Gilliland
[Thomas: rename package to sunxi-cedarx, improve help text description, install libraries with executable permissions to make sure they get stripped at the end of the build.] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>