summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/libdaemon: add hash fileFabio Porcedda2015-06-071-0/+2
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opkg: gpg support needs libgpg-errorPeter Korsgaard2015-06-062-2/+5
| | | | | | | Fixes: http://autobuild.buildroot.net/results/1ec/1ec6990354016a740a8f54e07066e5fa4e732ab0/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* savedefconfig: Remove BR2_DEFCONFIG from saved defconfig fileHerve Codina2015-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | BR2_DEFCONFIG should not be present in saved defconfig file. The use case is: make qemu_arm_versatile make savedefconfig BR2_DEFCONFIG=my_custom_defconfig BR2_DEFCONFIG is set in my_custom_defconfig with an absolute path to qemu_arm_versatile (value present in .config) and set in my_custom_defconfig as it is different from default mentioned in config.in (default is BR2_DEFCONFIG from environment). On savedefconfig recipe, simply remove BR2_DEFCONFIG from generated file [Peter: fixup typos and use SED as noted by Arnout] Signed-off-by: Herve Codina <Herve.CODINA@celad.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcc/gcc-final: install libatomic via HOST_GCC_FINAL_GCC_LIB_DIRGustavo Zacarias2015-06-061-2/+2
| | | | | | | Otherwise it's a no-op for sh4. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* opkg: remove opkg-build scriptVanya Sergeev2015-06-061-127/+0
| | | | | | | | | | This package building script is several years old and unused by buildroot. opkg users looking for a current version of this script should visit the opkg-utils repository at http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/, where this script is maintained and versioned. Signed-off-by: Vanya Sergeev <vsergeev@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* opkg: bump to version 0.3.0Vanya Sergeev2015-06-064-71/+7
| | | | | | | | | | | | | | | | | | Remove "Disable tests and manpages" patch because opkg no longer builds C tests into libopkg as of commit ef8ae066cfa898b6366198e429cbeb4c94c92939. Remove "Fix libtool issue with recent libtool" patch because the patch comments indicate that it is no longer required with opkg version 0.3.0. Select libarchive package dependency, as opkg requires it as of release opkg-0.3.0-rc0 (see the opkg NEWS file). [Thomas: add missing wchar dependency inherited from libarchive.] Signed-off-by: Vanya Sergeev <vsergeev@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mp4v2: Remove --disable-debug workaround.Johan Oudinet2015-06-051-6/+0
| | | | | | | | | This is not needed since BR2_ENABLE_DEBUG does not set this flag anymore. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lame: Remove --enable-debug workaround.Johan Oudinet2015-06-051-7/+0
| | | | | | | | | This is not needed since BR2_ENABLE_DEBUG does not set this flag anymore. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Remove --{enable, disable}-debug configure flags.Johan Oudinet2015-06-052-7/+0
| | | | | | | | | | | | | | | | Adding this flag when BR2_ENABLE_DEBUG is activated make several packages to produce binaries that do not work as expected (e.g., dhcp, lame, nano). Moreover, the help message of BR2_ENABLE_DEBUG does not say it is adding this flag. It is supposed to build packages with debugging symbols enabled. So, let it do that only. * package/Makefile.in: Do not add --{enable,disable}-debug flags. * package/pkg-autotools.mk: Remove ENABLE_DEBUG as it is not set anymore. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libpng: bump to version 1.6.17Gustavo Zacarias2015-06-042-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt: bump to 4.8.7Luca Ceresoli2015-06-044-99/+4
| | | | | | | | Remove patches applied upstream. Add hash file. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain-external: add CodeSourcery MIPS 2015.05, remove 2013.11Vicente Olivert Riera2015-06-043-21/+21
| | | | | | | | | | | | - Add CodeSourcery MIPS 2015.05 toolchain - Remove CodeSourcery MIPS 2013.11 toolchain - Update the hash file Toolchain datasheet: https://sourcery.mentor.com/GNUToolchain/release3068?@template=datasheet Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gpsd: bump to version 3.15Baruch Siach2015-06-045-102/+2
| | | | | | | Drop upstream patches #1 and #3. Drop the no longer needed patch #2. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk3: bump to version 3.14.13Gustavo Zacarias2015-06-042-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk2: bump to version 2.24.28Gustavo Zacarias2015-06-042-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* icu: enable parallel buildGustavo Zacarias2015-06-041-1/+0
| | | | | | | | Re-enable parallel builds, it doesn't seem to be affected by the issue worked around in 5a8c7934 any more. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/qemu: update mips* malta configurationsGustavo Zacarias2015-06-044-0/+8
| | | | | | | | Enable USB UHCI to be able to use usb mouse emulation for graphic application tests. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libassuan: bump to version 2.2.1Gustavo Zacarias2015-06-042-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnupg2: bump to version 2.0.28Gustavo Zacarias2015-06-042-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/scons: reduce output when being silentFabio Porcedda2015-06-041-1/+1
| | | | | | | Use the "-s" option to reduce scons output when it is a silent build. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: link to the Free Electrons training materialsThomas Petazzoni2015-06-041-1/+19
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* barebox: bump to version 2015.05.0Fabio Porcedda2015-06-042-5/+6
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/ccache: bump to version 3.2.2Karoly Kasza2015-06-042-4/+4
| | | | | | | | Bump ccache to minor version 3.2.2. Also changed download URL to https. Signed-off-by: Karoly Kasza <kaszak@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ntfs-3g: uses dlopen(), not available on static buildsPeter Korsgaard2015-06-041-2/+3
| | | | | | | Fixes: http://autobuild.buildroot.net/results/722/7227d5f01755affa2a234eedd8d1fc8c826395c7/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5cinex: fix license typoJerzy Grzegorek2015-06-021-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* netcat-openbsd: fix license typoJerzy Grzegorek2015-06-021-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lzo: bump versionPeter Korsgaard2015-06-022-3/+3
| | | | | | And use upstream hash. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mtd: add hash fileFabio Porcedda2015-06-021-0/+3
| | | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lzop: add hash fileFabio Porcedda2015-06-021-0/+2
| | | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lzo: add hash fileFabio Porcedda2015-06-021-0/+2
| | | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba4: enable for uclibc-ngGustavo Zacarias2015-06-021-3/+9
| | | | | | | | uClibc-ng has the required functionality for samba 4.2.x without the need for any special tricks. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba: bump to version 4.2.2Gustavo Zacarias2015-06-022-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpcap: fix noMMU buildBaruch Siach2015-06-021-0/+30
| | | | | | | | | | Add a "uClinux is also Linux" patch to fix build for Blackfin. Fixes: http://autobuild.buildroot.net/results/e19/e19e8ebb46560050029576baa040f2c6928e6424/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in: remove BR2_DEPRECATED_SINCE_2014_05Gustavo Zacarias2015-06-021-4/+0
| | | | | | | The symbol is unused so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* build: remove deprecated sstrip optionGustavo Zacarias2015-06-021-13/+0
| | | | | | | It's been deprecated since the 2014.05 release (a year). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot/uboot: remove deprecated network settings optionGustavo Zacarias2015-06-023-59/+9
| | | | | | | | | It's been deprecated since the 2014.05 release, so a year has passed. Add legacy info as well to raise a warning when it's used. [Peter: Remove entire config.h fixup handling] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: mark EOL versions deprecatedGustavo Zacarias2015-06-021-0/+1
| | | | | | | Follow the upstream EOL cycle and mark 3.19 as deprecated for 2015.08. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in: Add BR2_DEPRECATED_SINCE_2015_08Gustavo Zacarias2015-06-021-0/+4
| | | | | | | | In preparation for the deprecation of certain features in 2015.08, add the BR2_DEPRECATED_SINCE_2015_08 symbol. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* luajit: clean fuzz/offset in patchesFrancois Perrad2015-06-023-6/+6
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lua-messagepack: bump to version 0.3.3Francois Perrad2015-06-021-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lua-csnappy: bump to version 0.1.3Francois Perrad2015-06-021-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linenoise: bump to version 1.0Francois Perrad2015-06-021-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dado: bump to version 1.6.0Francois Perrad2015-06-021-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* btrfs-progs: bump to version 4.0.1Gustavo Zacarias2015-06-022-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gawk: bump to version 4.1.3Gustavo Zacarias2015-06-022-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmicrohttpd: bump to version 0.9.42Gustavo Zacarias2015-06-022-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpg123: bump to version 1.22.2Gustavo Zacarias2015-06-022-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireless-regdb: bump to version 2015.05.15Gustavo Zacarias2015-06-022-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* squid: bump to version 3.5.5Gustavo Zacarias2015-06-022-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/musl: bump to version 1.1.9Jörg Krause2015-06-022-2/+2
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud