summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* package/weston: bump to 1.4.0Yann E. MORIN2014-02-027-206/+10
| | | | | | | | | Drop patches applied upstream. Mark the rpi-backend as broken, since it segfaults. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/wayland: build a host variantYann E. MORIN2014-02-021-12/+17
| | | | | | | | | | | | | | | | | | | | | | Starting with 1.4.0, weston requires wayland-scanner to build its DT. So far, we got away with just hand-building wayland-scanner, and made that available in HOST_DIR/usr/bin But now, weston also requires wayland's DTD, which we did not take care of in our dirty little hack. So, the best solution is to just build a host-variant of wayland, so we get both wayland-scanner, and the DTD. But then, we do not build the target wayland-scanner (he, wayland tries to run it at build time...). So it is a matter of just tweaking a little bit the host .pc file (which weston uses to find wayland-scanner, sigh...) and fake it as a target .pc file. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/wayland: bump to 1.4.0Yann E. MORIN2014-02-021-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infozip: add missing optional bzip2 dependencieRomain Naour2014-02-021-0/+4
| | | | | Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infozip: fix cross-compilation issuesRomain Naour2014-02-022-1/+241
| | | | | | | | | | | | | | | | | | - Use CFLAGS from command line - Remove "Check C compiler type (optimization options)" This test force optimization to -O3 while it is already set in CFLAGS - Don't use host CPP - Remove "Check for Large File Support" LFS support is already set in CFLAGS Note: configure script still use host nm Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infozip: fix $(AS) behaviorRomain Naour2014-02-021-1/+1
| | | | | | | | | | | | | infozip's Makefile expect $(AS) to output by default to <basename>.o but when called from Buildroot, the value for $(AS) is set to to invoke the toolchain's $(AS) directly, and the output of it goes to a.out. So, define $(AS) with $(CC -c) Reported-by: Кирилл Луценко <lucenko_kirill@mail.ru> Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libroxml: bump version to 2.3.0Tristan Lelong2014-02-023-62/+5
| | | | | | | | | | | Starting with version 2.3.0, libroxml is now using autotools. With autotools, the -Werror flag was dropped -> no need for the patch libroxml-0001-werror.patch With autotools, the availability of -Wno-*-unused is auto detected -> no need for the patch libroxml-0002-wno-unused-result.patch Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ModemManager: bump to 1.2.0Yegor Yefremov2014-02-011-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnutls: bump to 3.2.9Arnout Vandecappelle (Essensium/Mind)2014-02-012-33/+2
| | | | | | | | | | | | | | | | gnutls-01-gettime.patch was applied upstream, AUTORECONF is no longer necessary. The GNUTLS_LIBREGEX_CHECK_FIX didn't actually work before, because it was overwritten by the autoreconf. It looks like things still work without regex. However, this patch reinstates the regex support by setting libopts_cv_with_libregex=yes in the environment. Fixes http://autobuild.buildroot.net/results/b22/b22f2caa79f371c625939b65a88a2073382c5288 (failure in libvncserver) because gnutls.so is now properly linked with -lrt. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-libav: new packageSven Neumann2014-02-013-0/+97
| | | | | | [Peter: file header, structure like gst-ffmpeg, drop unneeded libav args] Signed-off-by: Sven Neumann <neumann@teufel.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gstreamer{,1}: use more sensible kconfig namesPeter Korsgaard2014-02-012-4/+4
| | | | | | | The gstreamer / gstreamer1 names are not directly obvious to outsiders, so spell out the fact that they are about the 0.10 and 1.x versions. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fswebcam: needs mmuGustavo Zacarias2014-01-301-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/62b/62b74b3c8024f362035003450676bfcc36c7171a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* web: announce meeting, and add Mind as sponsorThomas Petazzoni2014-01-302-0/+24
| | | | | | | [Peter: s/Hangout/Hangouts/, line wrap] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imagemagick: bump to version 6.8.8-4Jerzy Grzegorek2014-01-301-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: fix license typoJerzy Grzegorek2014-01-301-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libusb: do not depend on host-udev for host variantArnout Vandecappelle2014-01-291-1/+4
| | | | | | | | | | Commit 25926af5 disabled udev support for the host variant, but forgot to remove it from the (implicit) host dependencies. Also reordered things to keep the HOST_* definitions together. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnl: bump to version 3.2.24Gustavo Zacarias2014-01-292-64/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcurl: security bump to version 7.35.0Gustavo Zacarias2014-01-291-1/+1
| | | | | | | Fixes CVE-2014-0015. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sshfs: bump to version 2.5Gustavo Zacarias2014-01-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rng-tools: argp-standalone required for uclibc toolchains onlyGustavo Zacarias2014-01-292-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rtmpdump: bump versionMaxime Hadjinlian2014-01-291-1/+1
| | | | | | | | | | | | | | Rtmpdump was not compatible with BR's version of PolarSSL, the bump fixes that. Fixes: http://autobuild.buildroot.net/results/55bda4076af031db9778d97f9ddc5c6b14de17ce http://autobuild.buildroot.net/results/9ba2f8ecb0a73cc7e625faf713ad4161202b2293 http://autobuild.buildroot.net/results/4e1988f049fa97574da54e5097e5ef1668c2687c http://autobuild.buildroot.net/results/02a15ad5211a1e620002c442ce256147d9b9ee88 Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump to version 3.13.1Gustavo Zacarias2014-01-291-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{4, 13}.x stable versionsGustavo Zacarias2014-01-291-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sg3_utils: bump to version 1.37Gustavo Zacarias2014-01-291-5/+14
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* collectd: bump to version 5.4.1Gustavo Zacarias2014-01-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vlc: add libass supportSimon Dawson2014-01-291-1/+7
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsocketcan: add license information and fix formattingYegor Yefremov2014-01-291-0/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mxml: bump to 2.8Yegor Yefremov2014-01-291-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-userland: fix fall-out after cmake infra changeYann E. MORIN2014-01-281-1/+1
| | | | | | | | | | | | Cset 9fa7f2b (pkg-cmake.mk: build shared library when !BR2_PREFER_STATIC_LIB) broke rpi-userland. Force not building shared libs for rpi-userland, since they are broken. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libusb: disable udev support for host variantGustavo Zacarias2014-01-281-0/+1
| | | | | | | | | There's no guarantee that udev with development files is present in the host, so disable it. Fixes: http://autobuild.buildroot.net/results/7bb/7bbf6ec25250dea96503253ac468adfef77a9010/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Add SMS Tools Server 3 packageJulien Boibessot2014-01-284-0/+102
| | | | | | | [Peter: move to hw menu, int type for nr modems, drop _BINARIES_DIR variable, fix config file name] Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/pkg-cmake: disable colouring the outputYann E. MORIN2014-01-281-0/+1
| | | | | | | | | | | | | cmake is the only build-system we support that does colour its output, Also, since parallel builds generates intermixed output lines, it makes for ugly-looking output. Just disable cmake colouring globally. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fs: ensure $(TARGET_DIR_WARNING_FILE) is writableYann E. MORIN2014-01-282-2/+2
| | | | | | | | | | | | | | If the Buildroot tree is read-only, then $(TARGET_DIR_WARNING_FILE) is copied read-only into target/ but we may want to remove it during the build process. This poses no real problem, since target/ itself is guaranteed to be writable, but for good measure, force $(TARGET_DIR_WARNING_FILE) to be writable itself. Reported-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/uClibc: ensure .config is writableYann E. MORIN2014-01-281-1/+1
| | | | | | | | | | If $(UCLIBC_CONFIG_FILE) is read-only (eg. because Buildroot's source dir is), the sed fixups to .config fail. Signed-off-by: Nathan Lynch <ntl@pobox.com> [yann.morin.1998@free.fr: use $(INSTALL) instead of cp] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: ensure buildroot_defconfig is writableYann E. MORIN2014-01-281-1/+1
| | | | | | | | | | | | | | If $(KERNEL_SOURCE_CONFIG) is read-only (eg. because Buildroot's source dir is), the rm of $(KERNEL_ARCH_PATH)/configs/buildroot_defconfig will either fail, or prompt the user, both of which we want to avoid. Make it writable by using $(INSTALL). Fixes: #4363 Signed-off-by: Nathan Lynch <ntl@pobox.com> [yann.morin.1998@free.fr: use $(INSTALL) instead of cp, don't 'rm -f'] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox: ensure $(BUSYBOX_BUILD_CONFIG) is writableNathan Lynch2014-01-281-1/+1
| | | | | | | | | | | | If $(BUSYBOX_CONFIG_FILE) is read-only (eg. because Buildroot's source dir is), the sed fixups to $(BUSYBOX_BUILD_CONFIG) fail. Fixes: #4363 Signed-off-by: Nathan Lynch <ntl@pobox.com> [yann.morin.1998@free.fr: use $(INSTALL) instead of cp] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* target: ensure target/ dir is writableNathan Lynch2014-01-281-2/+2
| | | | | | | | | | | | | | | | If the source target skeleton is read-only (eg. because Buildroot's source dir is), modifications to the output target (such as creating /etc/hostname and /etc/issue) fail. (This can happen if the Buildroot source dir is NFS-mounted read-only to be shared between different machines, for example). Signed-off-by: Nathan Lynch <ntl@pobox.com> [yann.morin.1998@free.fr: we use rsync now, not cp; --chmod=Du+w suggested by Arnout; clarify commit log] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "package/tzdata: install a default localtime"Yann E. MORIN2014-01-282-17/+1
| | | | | | | | | | | | | | | This reverts commit f96e4d7f348ce1b7b53763f102bbedb1ef6a1991. As suggested by Thomas, we need to find a single solution that is valid for both (e)glibc and uClibc. There is work on-going by Alexandre, so just revert this for now. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php: security bump to version 5.5.8Gustavo Zacarias2014-01-281-2/+1
| | | | | | | | Fixes CVE-2013-6712. Note that there's no xz format tarball for 5.5.8. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libass: new packageMaxime Hadjinlian2014-01-283-0/+49
| | | | | | | | | | | | | | libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: make fontconfig/enca optional, fix license, add host-pkgconf, optionaliconv/harfbuzz support] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ethtool: bump to version 3.13Gustavo Zacarias2014-01-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/tmux: new packageYann E. MORIN2014-01-283-0/+25
| | | | | | [Peter: fix license info] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libusb-compat: bump to version 0.1.5Gustavo Zacarias2014-01-283-12/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libusb: bump to version 1.0.18Gustavo Zacarias2014-01-283-32/+8
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* radvd: bump to version 1.9.8Gustavo Zacarias2014-01-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* iw: bump to version 3.14Gustavo Zacarias2014-01-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libenca: new packageMaxime Hadjinlian2014-01-286-0/+125
| | | | | | | | | | | | | Extremely Naive Charset Analyser. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: drop libiconv dep, tools patch, simplify host tools build] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* erlang: bump version to R16B03-1Frank Hunleth2014-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | OTP R16B03-1 is a service release which corrects a few issues found in the R16B03 release. The corrections are: - The ODBC application was missing in the prebuilt Windows installers - 3 corrections in the SSL application: - Add missing validation of the server_name_indication option and test for its explicit use. - Elliptic curve selection in server mode now properly selects a curve suggested by the client, if possible. - The server did not indicate support for secure renegotiation during TLS extension handling. - In the syntax tools application a bug was introduced which broke reverting of local funs. This is now corrected (thanks to Anthony Ramine) - wx - Solved a problem which caused the debugger to crash when closing a window. Fixed static linking on Mac. - xmerl - Fixed a problem in the SAX-parser when the header of the next document was appearing in the buffer when using the xmerl_sax_parser:stream/2 function. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lm_sensors: bump to version 3.3.5Gustavo Zacarias2014-01-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tcpreplay: Bump version to 4.0.2Chris Packham2014-01-281-1/+1
| | | | | Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud