summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gst1-plugins-good: bump versionPeter Korsgaard2013-10-043-5/+75
| | | | | | | | | DTMF plugin moved from bad, udp plugin no longer needs IPv6 and taglib support was missing. Patch needed for O_CLOEXEC on uClibc / older Glibc versions. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-base: bump versionPeter Korsgaard2013-10-041-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gstreamer1: bump versionPeter Korsgaard2013-10-041-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpc: autoreconf no longer neededPeter Korsgaard2013-10-041-2/+0
| | | | | | | Since 0be0899bfda5 (mpc: bump to version 1.0.1 and license change), we no longer patch configure.ac, so we can skip the autoreconf step. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "toolchain-internal: skip gcc-intermediate when possible"Thomas Petazzoni2013-10-046-35/+4
| | | | | | | | | | | | | While the idea of skipping the intermediate gcc step seems to work fine in most situations, it causes problems with the SSP support. Until we can figure out a proper solution for this problem, we need to revert back to the previous solution of a three stages build. This reverts commit 2babed4a50fcd050abc4686e05e24d0e374d10a8. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pppd: add license informationSimon Dawson2013-10-041-0/+4
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* berkeleydb: bump to version 6.0.20Axel Lin2013-10-041-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* empty: bump to version 0.6.19bJerzy Grzegorek2013-10-031-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xz: bump to version 5.0.5Jerzy Grzegorek2013-10-031-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sqlite: bump to version 3.8.0.2Axel Lin2013-10-032-24/+1
| | | | | | | Also drop sqlite-dont-force-posix-fallocate.patch because it is fixed upstream. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rsync: bump to version 3.1.0Axel Lin2013-10-031-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* radvd: bump to version 1.9.5Axel Lin2013-10-031-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nano: needs mmuAxel Lin2013-10-031-0/+2
| | | | | | | | | | | | | | | | | | | Fix below build error if !BR2_USE_MMU: text.o: In function `execute_command': text.c:(.text+0x7f8): undefined reference to `fork' text.o: In function `do_int_speller': text.c:(.text+0x3480): undefined reference to `fork' text.c:(.text+0x34f4): undefined reference to `fork' text.c:(.text+0x3568): undefined reference to `fork' text.o: In function `do_alt_speller': text.c:(.text+0x3914): undefined reference to `fork' collect2: ld returned 1 exit status make[3]: *** [nano] Error 1 [Peter: fork() only in full version, so force tiny for !mmu] Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: needs mmuAxel Lin2013-10-031-0/+1
| | | | | | | | | | | | Fix below build error if !BR2_USE_MMU: exec.o: In function `zfork': exec.c:(.text+0x150c): undefined reference to `fork' collect2: ld returned 1 exit status make[2]: *** [zsh] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-ipy: new packageMatt Weber2013-10-033-0/+36
| | | | | Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* omniorb: cleanup autobuild failure, CFLAGS issueMatt Weber2013-10-021-29/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed: http://autobuild.buildroot.net/results/a08baf8821e3ee1fb9c36c8f74c4ced466af167b/ http://autobuild.buildroot.net/results/f0c7379c1f405385d3a64c0349c3d9565065e8a7/ http://autobuild.buildroot.net/results/c3de25ca52fdb8ffda7472cf9f7b64514954cbb1/ Change Log: The target CFLAGS were getting mixed in during a manual build of some omniorb pkg tools that could be viewed as host tools. This manual build was a dirty workaround and created some bad cornercases. So I converted the package over to actually using the host pkg build and removed the need for a patch and custom mods in the build. Also there wasn't a dependency on the target having python, just host-python for performing the initial build. So depends were adjusted accordingly. If python bindings are required, they can be found in a different package called omniORBpy. The omniORB package only uses python for the build process. Fixed a bug with long double support. Currently leaving it disabled as most targets won't use it. This allows greater toolchain compatibility. Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-autotools.mk: default host AUTORECONF{,_OPT} to the target valuesPeter Korsgaard2013-10-021-2/+9
| | | | | | | | | | | | | When we have patches touching configure.ac and hence need to set <pkg>_AUTORECONF = YES we also have to remember to set HOST_<pkg>_AUTORECONF = YES if we build both host and target versions, which is often forgotten (latest case was bison). Fix it by making the host versions of _AUTORECONF and _AUTORECONF_OPT default to whatever the target versions are set to, similar to how we handle a number of the other variables. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5base: fix build when egl headers need a definitionFatih Aşıcı2013-10-021-0/+28
| | | | | | | | The build with gpu-viv-bin-mx6q libraries was broken since it wasn't using "-DEGL_API_FB=1" flag which is found in egl.pc. Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: new packagePhil Eichinger2013-10-023-0/+25
| | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* make clean: improve when no .config presentThomas De Schampheleire2013-10-021-24/+24
| | | | | | | | | | | | | | | | | | The 'make clean' recipe is using variables that are not defined without .config file, causing only a partial cleanup when the .config file is accidentally deleted. This patch moves those variables that do not depend on values from .config outside the BR2_HAVE_DOT_CONFIG check, so that 'make clean' is much more similar with and without .config. Since HOST_DIR is determined from BR2_HOST_DIR in .config, the host directory cannot be cleaned correctly without making assumptions, if no .config is present. However, to cover most people's use cases, we assume the default value of $(BASE_DIR)/host in this specific case. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bison: fix docs build breakageGustavo Zacarias2013-10-022-0/+54
| | | | | | | | | Building docs running the binary itself to see if docs need to be changed is somewhat skippy. Disable it. Fixes: http://autobuild.buildroot.net/results/e8a/e8a960f38e66f31355af733e510002d45052b541/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcgroup: new packageClayton Shotwell2013-10-023-0/+48
| | | | | Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gmp: bump to version 5.1.3Gustavo Zacarias2013-10-021-2/+2
| | | | | | | Also switch to http gnu site instead of ftp. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bison: bump to version 3.0Gustavo Zacarias2013-10-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* m4: bump to version 1.4.17Gustavo Zacarias2013-10-023-52/+1
| | | | | | | | | | Remove MB_CUR_MAX patch since it's unnecessary/insufficent for non-wchar compilation since c29e01e61e5754c446eb524f65b01195cf25cbcc no-gets patch unnecessary also since it's been fixed. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump 3.11.x stable versionPeter Korsgaard2013-10-021-2/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{0,4,10,11}.x stable versionsPeter Korsgaard2013-10-022-4/+4
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jamvm: add license infoPeter Korsgaard2013-10-021-0/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl_sound: add license infoPeter Korsgaard2013-10-021-0/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vala: add license infoPeter Korsgaard2013-10-021-0/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5: give numbers to patch filesFatih Aşıcı2013-10-026-0/+0
| | | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Acked-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* netkitbase: needs mmuAxel Lin2013-10-021-0/+1
| | | | | | | | | | | | | | | | | | Fix below build error: /opt/test/buildroot/buildroot/output/host/usr/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc inetd.o servtab.o builtins.o sig.o daemon.o setproctitle.o mysleep.o -o inetd servtab.o: In function `loadconfigfile.clone.0': servtab.c:(.text+0x98c): warning: gethostbyname is obsolescent, use getnameinfo() instead. inetd.o: In function `main': inetd.c:(.text+0x8a4): undefined reference to `fork' inetd.c:(.text+0x974): undefined reference to `fork' daemon.o: In function `daemon': daemon.c:(.text+0xc): undefined reference to `fork' collect2: ld returned 1 exit status make[2]: *** [inetd] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lmbench: needs mmuAxel Lin2013-10-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix below build error: ./tmp./bin/arm/lmbench.a(lib_timing.o): In function `benchmp': lib_timing.c:(.text+0x34fc): undefined reference to `fork' collect2: ld returned 1 exit status. ./bin/arm/lmbench.a(lib_tcp.o): In function `tcp_connect/'cc8Ta2C2.o: Inmake[2]: function `*** [../bin/arm/bw_file_rd] Error 1 initialize': lib_tcp.c:make[2]: (.text+0x208): warning: gethostbyname*** Waiting for unfinished jobs.... is obsolescent, use: getnameinfo bw_pipe.c(): (instead..text /+tmp0x134/)cc5yg1Q2.o: :undefined In referencefunction to`server_main `'fork: 'bw_tcp.c .:.(./textbin+/0x298arm)/:lmbench.a (undefinedlib_timing.o )reference: Into function`fork '` benchmp/'tmp:/ cc5yg1Q2.olib_timing.c:: (In.text function+0x34fc `)main: 'undefined: bw_tcp.creference: (to. text`fork+0x370' )collect2: : undefined reference to `fork' ../bin/armld returned 1 exit status/lmbench.a(lib_timing.o): In function `benchmp': lib_timing.c:(.text+0x34fc): undefined reference to `fork' collect2: ld returned 1 exit status make[2]: *** [../bin/arm/bw_pipe] Error 1 make[2]: *** [../bin/arm/bw_tcp] Error 1 ../bin/arm/lmbench.a(lib_timing.o): In function `benchmp': lib_timing.c:(.text+0x34fc): undefined reference to `fork' collect2: ld returned 1 exit status make[2]: *** [../bin/arm/bw_mmap_rd] Error 1 ../bin/arm/lmbench.a(lib_timing.o): In function `benchmp': lib_timing.c:(.text+0x34fc): undefined reference to `fork' collect2: ld returned 1 exit status make[2]: *** [../bin/arm/bw_mem] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nfs-utils: needs mmuAxel Lin2013-10-021-0/+1
| | | | | | | | | | | | | | | Fix below build error: mountd-mountd.o: In function `main': mountd.c:(.text+0x1264): undefined reference to `fork' mountd.c:(.text+0x1320): undefined reference to `fork' mountd-rmtab.o: In function `ha_callout': rmtab.c:(.text+0xa8): undefined reference to `fork' collect2: ld returned 1 exit status make[3]: *** [mountd] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* setserial: bump to version 2.17-45.3Axel Lin2013-10-021-2/+2
| | | | | | | | | Bump to patchlevel 3 since 2 is gone upstream. Also switch to use http://snapshot.debian.org/ instead of BR2_DEBIAN_MIRROR to avoid disappearing packages. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vorbis-tools: add license infoPeter Korsgaard2013-10-021-0/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tremor: add license infoPeter Korsgaard2013-10-021-0/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* glibc: Pass correct -mabi for MIPSMarkos Chandras2013-10-011-0/+10
| | | | | | | | | | | According to glibc-2.18/ports/sysdeps/mips/preconfigure, if no -mabi was passed to CFLAGS, then it defaults to -mabi=n32. This breaks o32 and n64 builds for MIPS64. Therefore, it is necessary to append -mabi to CFLAGS. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* trace-cmd: fix largefile build problemThomas Petazzoni2013-10-011-1/+5
| | | | | | | | | | | | | | | The source files of trace-cmd already define _LARGEFILE64_SOURCE, but Buildroot passes it again on the build command line through CFLAGS, which causes a build error. We fix this by filtering out our definition of _LARGEFILE64_SOURCE from the CFLAGS before passing them to the trace-cmd Makefile. Fixes the warning visible at: http://autobuild.buildroot.net/results/1c4567a230940a5287d03e2a5c2c7afbdc64cd36/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: add lesstifThierry Bultel2013-10-013-0/+52
| | | | | | | | | | This is a quite old thing, latest version is from 2009 but it is useful to applications based on xmotif. It has been tested with buildroot on ARM/iMX6. [Peter: pass --no-recursion to not error out in test/configure] Signed-off-by Thierry Bultel <thierry.bultel@wanadoo.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnupg: option to include RSA support.Peter Sanford2013-10-012-0/+11
| | | | | | | | | | gnupg is compiled with --enable-minimal flag. This produces a binary that only supports ElGamal and DSA public key algorithms. RSA has been the default for `gpg --gen-key` since 2009, so it makes sense to be able to build a gnupg binary that supports it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* make clean: remove redundant removal of STAGING_DIRThomas De Schampheleire2013-10-011-1/+1
| | | | | | | | | | | | | | Since STAGING_DIR is defined as (package/Makefile.in): STAGING_SUBDIR = usr/$(GNU_TARGET_NAME)/sysroot STAGING_DIR = $(HOST_DIR)/$(STAGING_SUBDIR) removing HOST_DIR will automatically remove STAGING_DIR. This patch updates 'make clean' based on this knowledge. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* webp: bump to version 0.3.1gilles.talis@gmail.com2013-10-011-1/+1
| | | | | Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pppd: needs mmu and shared objectsAxel Lin2013-10-011-0/+6
| | | | | | | | | | The plugin infrastructure is based on shared objects so it won't build for static-only scenarios. And the daemon uses fork() so MMU is required. [Peter: move below suboptions] Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* findutils: needs mmuAxel Lin2013-10-011-0/+1
| | | | | | | | | | | | | | | | | Fix below build error: ./libfindtools.a(pred.o): In function `launch': pred.c:(.text+0x240c): undefined reference to `fork' collect2: .ld returned 1 exit status/libfindtools.a (pred.o): In function `launch': pred.c:(.text+0x240c): undefined reference to `fork' collect2: ld returned 1 exit status make[4]: *** [oldfind] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [find] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* logrotate: bump to version 3.8.6Axel Lin2013-10-011-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* logrotate: needs mmuAxel Lin2013-10-011-0/+1
| | | | | | | | | | | | | | | | | | | Fix below build error: logrotate.o: In function `switch_user_permanently': /opt/test/buildroot/buildroot/output/build/logrotate-3.8.4/logrotate.c:129: undefined reference to `fork' logrotate.o: In function `removeLogFile': /opt/test/buildroot/buildroot/output/build/logrotate-3.8.4/logrotate.c:431: undefined reference to `fork' logrotate.o: In function `mailLog': /opt/test/buildroot/buildroot/output/build/logrotate-3.8.4/logrotate.c:597: undefined reference to `fork' /opt/test/buildroot/buildroot/output/build/logrotate-3.8.4/logrotate.c:615: undefined reference to `fork' logrotate.o: In function `compressLogFile': /opt/test/buildroot/buildroot/output/build/logrotate-3.8.4/logrotate.c:533: undefined reference to `fork' collect2: ld returned 1 exit status make[1]: *** [logrotate] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* diffutils: bump to version 3.3Axel Lin2013-10-012-27/+1
| | | | | | | | Also drop diffutils-gets-no-longer-exists-in-eglibc-2.16.patch because gets is unconditionally undefined now so we don't need the patch. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mtdev: bump version to 1.1.4Phil Eichinger2013-10-011-1/+1
| | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ngircd: add license infoPeter Korsgaard2013-10-011-0/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud