summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-posix-ipc: new packageMatt Weber2014-01-123-0/+29
| | | | | | | | | This patch is based on the original new pkg patch submitted last Jan and is part of the "Patchwork oldest patches cleanup #5". It combines the original "[1/2]/[2/2] new package: python-posix_ipc" patch files. Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vlc: new packageSimon Dawson2014-01-124-0/+281
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-nfc: fix autobuild failuresSimon Dawson2014-01-121-1/+1
| | | | | | | | | Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/2e1/2e11b9e946a854deb28ba144ca7e398a9c996a02/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ca-certificates: new packageMartin Bark2014-01-123-0/+49
| | | | | | | | | | | CA certificates used for SSL based applications. The package installs CA certificates to /usr/share/ca-certificates and creates symbolic links under /etc/ssl/certs. For example, the existing libcurl package will use these certificates for https urls. Based on the debian ca-certifcates package. [Peter: fixup comments as pointed out by Yann] Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jasper: new packageMaxime Hadjinlian2014-01-123-0/+23
| | | | | | | | | JPEG-2000 decoder. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* apf27: bump kernel version to 3.12.7trem2014-01-121-2/+2
| | | | | Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zsh: bump to version 5.0.5Axel Lin2014-01-121-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ltris2: needs gettext on uClibc toolchains w/ localePeter Korsgaard2014-01-122-0/+6
| | | | | | Fixes http://autobuild.buildroot.net/results/599/599554ea08aafed20c487a25fcbf641eb9ac2e5f/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Compile static versions of gcc librariesJérôme Pouiller2014-01-111-0/+17
| | | | | | | | | | | | | | | | | Since default configure options for host packages include --disable-static, gcc was not configured to build static version of its libraries (libgcc.a, libstdc++.a, ...). This patch replace --disable-static by --enable-static in configure command. Notice some options was removed sinces they was ignored by gcc configure script. Once it was compiled, this commit takes care to copy static libraries to $STAGING Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Tested-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Add LTris package (SDL game)Julien Boibessot2014-01-113-0/+45
| | | | | Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ltrace: narrow down available architecturesGustavo Zacarias2014-01-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | First switch the architecture availability to positive logic since it's cleaner and avoids issues when new ones are introduced. Then look at the source for the available ones at sysdeps/linux-gnu/... aarch64 -> NULL arc -> NULL arm -> hardcoded to little endian, so no armeb avr32 -> NULL blackfin -> NULL microblaze -> NULL mips -> little/big endian handled but not for 64 bits nios2 -> NULL ppc -> OK sh -> NULL sparc -> OK x86 -> Both i386 and x86_64 handled xtensa -> NULL Fixes: http://autobuild.buildroot.net/results/cd2/cd24e7b6f863ab413d76ca7a81bd357ddf1dc4f7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: snapshot: add BSD obsolete signal functionsBaruch Siach2014-01-111-1/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/70b/70b79ca0aa97ed451a5679029955ed3709c84b67/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* apitrace: new packageJérôme Pouiller2014-01-103-0/+34
| | | | | | | | | | Trace and replay OpenGL and OpenGL ES APIs calls to/from a file. http://apitrace.github.io/ [Peter: fix Config.in, depend on glibc, use github helper] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gettext: bump to version 0.18.3.2Gustavo Zacarias2014-01-101-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cifs-utils: bump to version 6.3Gustavo Zacarias2014-01-101-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dtc: broken for static buildsVicente Olivert Riera2014-01-101-0/+4
| | | | | | | | | dtc package has hardcoded shared lib link options in the Makefile, so it will fail if you try to build it on a static lib environment. [Peter: Move comment under _PROGRAMS suboption for proper indentation] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssl: fix bug #6770Gustavo Zacarias2014-01-101-0/+21
| | | | | | | | | | openssl 1.0.1f Makefile.org doesn't quote $(CC) when passing the parameter in another invocation of make, hence breaking when the compiler string contains a space with multiple strings (for example with ccache). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* system: clarify issue/hostname settingsSagaert Johan2014-01-101-0/+6
| | | | | | | | | | | | | | | | | | | A custom skeleton may include /etc/issue and/or /etc/hostname, in which case we do not want to override them. But those files could also be missing from the custom skeleton, or the user may want to override their content. Update the documentation to make it clear that the user can set these to the empty string to make buildroot not create/overwrite these files. [Peter: drop the different default values depending on skeleton] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> [yann.morin.1998@free.fr: change from hiding it behind SKELETON_DEFAULT to use conditional default values; move below the skeleton choice; improve help entries] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* squashfs3: remove deprecated package/rootfsThomas De Schampheleire2014-01-109-149/+17
| | | | | | | [Peter: remove now unused BR2_DEPRECATED_SINCE_2010_05 symbol] 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>
* deprecated handling: introduce BR2_DEPRECATED_SINCE_xxxx_xxThomas De Schampheleire2014-01-1021-38/+85
| | | | | | | | | | | | | | | | | | | | | In order to keep better track of when a feature got deprecated, and hence when it can be removed, a new set of symbols BR2_DEPRECATED_SINCE_xxxx_xx is introduced. These symbols are automatically selected when BR2_DEPRECATED is selected, and thus are transparent to the user. A deprecated feature will no longer depend on BR2_DEPRECATED directly, but rather on the appropriate BR2_DEPRECATED_SINCE_xxxx_xx. If that symbol does not yet exist, it has to be created in Config.in. When removing a deprecated feature, one should also check whether this was the last feature using the BR2_DEPRECATED_SINCE_xxxx_xx symbol, in which case the latter can be removed from Config.in. A followup patch will make sure the overview is added to the list of deprecated features in the manual, so that a buildroot core developer can easily determine which features to remove in a given development cycle. 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>
* omniorb: add option to build applications and servicesMatt Weber2014-01-102-3/+27
| | | | | | Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zmqpp: add proper header includeAlexander Lukichev2014-01-101-0/+30
| | | | | | | | | | | The patch has been submitted upstream. If it is accepted, the patch here will not be necessary. Fixes http://autobuild.buildroot.net/results/425/42590285167f779e27a4e8db9853c7065b9e31c0/ and some others. Signed-off-by: Alexander Lukichev <alexander.lukichev@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl: Fix missing autoconfClayton Shotwell2014-01-101-1/+1
| | | | | | | | | | | Fixing an issue seen on the autobuilders with sdl failing to run the autogen.sh script. Several of the autobuild issues are listed below. http://autobuild.buildroot.net/results/7326631048bc9e15ffadc6f541f2235592b5259b/ http://autobuild.buildroot.net/results/0adf5ea64075323eba1183f93c16d2954673f3e1/ Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump to version 3.12.7Gustavo Zacarias2014-01-091-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{2, 4, 10, 12}.x stable versionsGustavo Zacarias2014-01-091-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/ola: fix build against google.protobufYann E. MORIN2014-01-092-0/+33
| | | | | | | | | | | | | To test for the google.protobuf presence, ola's ./conifgure runs the host Python. This is doomed to fail, as google.protobuf is installed in target/ and not in host/ Since our dependencies ensures that google.protobuf is indeed installed before we attempt to configure and build ola, we can just ditch the test altogether. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual: add section about dealing efficiently with big image filesYann E. MORIN2014-01-091-0/+39
| | | | | | | | | | | | | | | As reported by Ryan, it is not well-known that most tools can deal efficiently with big sparse files. Add a section in the manual about this, with tar and cp used as examples, and a hinting to the man pages for the others. Reported-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Ryan Barnett <rjbarnet@rockwellcollins.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/tzdata: install a default localtimeYann E. MORIN2014-01-092-1/+17
| | | | | | | | | | Add an option to install a default localtime. since tzdata only makes sense for (e)glibc, we don't care that we install timezone files that uClibc can't understand. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain/external: fix wrapper by not passing conflicting flagsYann E. MORIN2014-01-091-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In our wrapper, we forcibly add the -march=, -mcpu= and-mtune= flags to the actual compiler, this in an attempt to always generate correct and optimised code for the target. But in some cases, the caller knows better than we do, and passes its own set, or subset of those flags. In this case, some may conflict with the ones we pass. The most prominent offender being the Linux kernel. For example, on the ARM Raspberry Pi, the Linux kernel will set the -march=armv6 flag and no -mcpu= flag, but we pass -mcpu=arm1176jzf-s, which conflicts: drivers/scsi/scsi_trace.c:1:0: warning: switch -mcpu=arm1176jzf-s conflicts with -march=armv6 switch (and so for all the files the kernel compiles, pretty messy) (note: arm1176jzf-s is not an armv6, it is an armv6zk. Yeah...) To avoid this situation, we scan our commandline for any occurence of the possibly conflicting flags. If none is found, then we add our owns. If any is found, then we don't add any of our owns. The idea behind this is that we trust the caller to know better than we do what it is doing. Since the biggest, and sole so far, offender is the Linux kernel, then this is a rather safe bet. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Makefile: support running graph-depends from out-of-treeYann E. MORIN2014-01-092-2/+4
| | | | | | | 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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt4: allow separate build/installation of demos and examplesJulien Boibessot2014-01-092-3/+14
| | | | | | Signed-off-by: Jeremie Scheer <jeremie.scheer@armadeus.com> Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox: add upstream 1.22.0 fixesPeter Korsgaard2014-01-093-0/+131
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl: Fix compilation with libX11 >= 1.5.99.902Vicente Olivert Riera2014-01-092-0/+70
| | | | | | | | | | | | | | | | | Applying an upstream patch to fix a compilation error with versions of libX11 since 1.5.99.902. This patch modifies configure.in so we need to run autogen.sh to make it working correctly. Running autoreconf will fail because SDL uses bit tricky automake/autoconf configuration. Upstream patch URL: http://hg.libsdl.org/SDL/rev/91ad7b43317a Fixes: http://autobuild.buildroot.net/results/bf8/bf83466a7bbb0635d97fe279a18778d92f20bea2/ [Peter: add comment why we're doing this, add needed dependencies] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl: rename patches to add sequence numbersVicente Olivert Riera2014-01-091-0/+0
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* grep: enable optional pcre integrationGustavo Zacarias2014-01-091-0/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* network-manager: bump to version 0.9.8.2eric.le.bihan.dev@free.fr2014-01-091-1/+1
| | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* network-manager: fix DHCP clients detection.eric.le.bihan.dev@free.fr2014-01-091-0/+8
| | | | | | | | | | | If either dhclient or dhcpcd are selected, network-manager is now configured with the proper paths. This allows 'dhcp=dhclient' or 'dhcp=dhcpcd' to be set in /etc/NetworkManager/NetworkManager.conf. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dhcpcd: install dhcpcd as /usr/sbin/dhcpcd.eric.le.bihan.dev@free.fr2014-01-091-1/+1
| | | | | | | | | GNU/Linux distributions usually install dhcpcd in /usr/sbin. NetworkManager will look for it in this directory. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cryptsetup: fix build error after bump versionAxel Lin2014-01-093-0/+53
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/9ca/9cad1cf49ee6b5c58d8260ee33beef2e6c1ada4d/ Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libfreefare: examples need to link with zlib for openssl when static linkingPeter Korsgaard2014-01-091-0/+5
| | | | | | Fixes http://autobuild.buildroot.net/results/f09/f09d515f0e7b6d78010f1ce624336ceaef624989/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* strace: Fix build issue with duplicate ptrace_peeksiginfo_args definitionAnton Blanchard2014-01-082-0/+131
| | | | | | | | | Backport a patch from upstream to fix a conflict between glibc headers and recent kernel headers (v3.10 or newer). Signed-off-by: Anton Blanchard <anton@samba.org> Acked-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-nfc: bump versionSimon Dawson2014-01-081-1/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* evemu: new packageNaumann Andreas2014-01-083-0/+35
| | | | | | [Peter: don't try to generate manpages even if host has asciidoc] Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-cross: workaround with PERL5LIB no longer neededFrancois Perrad2014-01-081-5/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl: bump to version 5.18.2Francois Perrad2014-01-081-2/+2
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libdmtx: add license informationFrank Hunleth2014-01-081-0/+2
| | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: force inotify kernel option when udev is used as dev handlerJeremy Rosen2014-01-081-0/+2
| | | | | | [Peter: drop unneeded devtmpfs handling] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnfc: bump versionSimon Dawson2014-01-082-35/+19
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorg: Bump xlib_libXfont version to 1.4.7Bernd Kuhls2014-01-081-1/+1
| | | | | | | CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters() Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs.html: add links to nightly build of manual as wellPeter Korsgaard2014-01-081-0/+8
| | | | | | | The html/pdf/text version of the manual is regenerated from current git head every 6 hours. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud