summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/tvheadend: does not reqquire wordexpYann E. MORIN2013-01-011-0/+20
| | | | | | | | Builds just fine without it (probably stray include?) Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* efl/libecore: fix build with gcryptThomas Petazzoni2013-01-011-2/+8
| | | | | | | | | | | | | | | When building with gnutls, libecore also needs libgcrypt. Fixes: http://autobuild.buildroot.org/results/4da454d6414cf8f4e638defae9b793fb46a0a072/build-end.log While we're at it, also explicit the --enable-openssl / --disable-openssl depending on whether openssl is available or not. [Peter: only enable gnutls support when both gnutls and gcrypt are enabled] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/dvb-apps: fix downloadingYann E. MORIN2013-01-011-2/+2
| | | | | | | | | | | | | | As we're using the sources from the Mercurial repository, and Buildroot does support retrieving from a Mercurial repository, there is no need to try (and fail1) getting the archive from the Mercurial built-in tarball mechanism. (Note: I was beaten by this because I had a cached copy locally, left after the previous tvheadend-vampirises-files-from-toher-packages attempt, that I forgot to delete before testing. Ouch...) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libeet: fix build with gcryptPeter Korsgaard2013-01-011-0/+8
| | | | | | | | libeet needs both gnutls and libgcrypt for ssl handling. Fixes http://autobuild.buildroot.net/results/tmp/f45782cf73338930644c69dccf2f18167083d121/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* spice: entire client support needs C++/threads, not just start dialog guiPeter Korsgaard2013-01-011-4/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/230e6d78e3ec740a7794316cc388c6685e040946 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libevas-generic-loaders: fix rsvg dependenciesPeter Korsgaard2013-01-011-0/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/f9bab292708f885f5e9713901952406f650491c2 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-bad: rsvg support needs C++ (but no longer GTK+)Peter Korsgaard2013-01-011-1/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* librsvg: pango needs C++ supportPeter Korsgaard2013-01-011-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox-lib: fix license infoSamuel Martin2012-12-311-1/+1
| | | | | | Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/manual: small fixes and enhancements to adding generic packagesYann E. MORIN2012-12-301-13/+21
| | | | | | | | | | Add overall description of LIBFOO_DEVICES and LIBFOO_PERMISSIONS. Fix line numbers. Cc: Samuel Martin <s.martin49@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target: add option to set the root passwordYann E. MORIN2012-12-303-0/+39
| | | | | | | | | | | | | | | | Add an option in the menuconfig to specify a root password. If set to empty, no root password is created; otherwise, the password is encrypted using MD5 (MD5 is not the default for crypt(3), DES-56 is, but MD5 is widely available, not-so-strong, but not-so-weak either). Add a check for 'mkpasswd' as a new dependency. [Peter: fix typo/capitilization and simplify logic] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/arm-versatile: update to use kernel 3.7.1Gustavo Zacarias2012-12-303-8/+8
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/arm-vexpress: update to use kernel 3.7.1Gustavo Zacarias2012-12-302-6/+9
| | | | | | | | Bump to use kernel 3.7.1 Switch to hard float toolchain with NEON and VFP support. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/mips64-malta: update to use kernel 3.7.1Gustavo Zacarias2012-12-303-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/mips-malta: update to use kernel 3.7.1Gustavo Zacarias2012-12-303-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/mipsel-malta: update to use kernel 3.7.1Gustavo Zacarias2012-12-303-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/x86: update to use kernel 3.7.1Gustavo Zacarias2012-12-303-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/x86_64: update to use kernel 3.7.1Gustavo Zacarias2012-12-303-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/sh4-r2d: update to use kernel 3.2.35Gustavo Zacarias2012-12-302-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/ppc-mpc8544ds: update to use kernel 3.7.1Gustavo Zacarias2012-12-302-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/ppc-virtex-ml507: update to use kernel 3.7.1Gustavo Zacarias2012-12-302-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/ppc-g3beige: update to use kernel 3.7.1Gustavo Zacarias2012-12-303-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/sparc-ss10: update to use kernel 3.7.1Gustavo Zacarias2012-12-302-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/microblaze: update to use kernel 3.7.1Gustavo Zacarias2012-12-306-6/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'e17' of ↵Peter Korsgaard2012-12-3027-121/+251
|\ | | | | | | git://git.free-electrons.com/users/thomas-petazzoni/buildroot
| * enlightenment: new packageThomas Petazzoni2012-12-304-0/+105
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xcb-util-keysyms: new packageThomas Petazzoni2012-12-303-0/+27
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas-generic-loaders: new packageThomas Petazzoni2012-12-303-0/+53
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * librsvg: relax dependency on Gtk, add gdk-pixbuf dependencyThomas Petazzoni2012-12-302-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | librsvg doesn't *require* Gtk, it can optionally build a Gtk theme engine, but it is not mandatory. Therefore, we make the Gtk dependency an optional dependency rather than a hard dependency. This will be useful as librsvg will become a dependency of libevas-generic-loaders, used in an EFL context in which building libgtk is not really what we want. However, gdk-pixbuf is a mandatory dependency to build librsvg, so we add this one. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libethumb: bump to 1.7.4 and change download locationThomas Petazzoni2012-12-301-2/+2
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libeio: new packageThomas Petazzoni2012-12-303-0/+35
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas: remove examples source code from target filesystemThomas Petazzoni2012-12-301-0/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas: adjust dependency on X11 librariesThomas Petazzoni2012-12-302-1/+2
| | | | | | | | | | | | | | | | The libevas configure script actually checks the presence of libX11 and libXext, so use those two libraries as the dependencies for the X11 backend of libevas. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas: remove SVG supportThomas Petazzoni2012-12-302-11/+0
| | | | | | | | | | | | | | | | The SVG support requires esvg, which hasn't been released yet. The recommandation of the EFL developers is to use the SVG loader from the evas-generic-loaders project. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libevas: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libembryo: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libelementary: bump to version 1.7.4 and change download locationThomas Petazzoni2012-12-301-2/+2
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libeina: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libefreet: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libeet: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libedje: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libedbus: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/expedite: bump to version 1.7.4Thomas Petazzoni2012-12-301-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * efl/libecore: bump version to 1.7.4Thomas Petazzoni2012-12-302-95/+1
| | | | | | | | | | | | | | The libecore-ecore_exe-fix-build-with-glibc-2-16 patch is no longer needed, since it has been merged upstream. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | docs/manual: do not suggest to create a symlink for shared download directoryThomas Petazzoni2012-12-291-15/+8
| | | | | | | | | | | | | | | | | | | | | | Creating a symbolic link for the download directory is really not a useful suggestion, since we have the much better solution of the BUILDROOT_DL_DIR environment variable. So emphasize this solution instead, and remove the suggestion of the symbolic link. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/manual: mention Java-related optional dependenciesThomas Petazzoni2012-12-291-0/+5
| | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/manual: remove incorrect prerequitesThomas Petazzoni2012-12-291-5/+0
| | | | | | | | | | | | | | | | | | | | | | The development files for zlib or netpbm are not needed, and neither is python-xcbgen. None of these are present in the chroot used in the autobuilders, and anyway if those would be needed, it would be a Buildroot bug and not something to be mentionned in the documentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/manual: remove FAQ entry about 'depends on' vs. 'select'Thomas Petazzoni2012-12-291-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The FAQ is before the section on package development, and only covers user issues, not developer issues, so the FAQ entry about 'depends on' vs. 'select' really doesn't have its place here. And the 'depends on' vs. 'select' issue is already covered in a later section, see http://buildroot.org/downloads/manual/manual.html#depends-on-vs-select. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/manual: add details on toolchain configurationThomas Petazzoni2012-12-295-204/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a new section Working with Buildroot -> Details in configuration -> Cross-compilation toolchain that gives a lot of details about our three toolchain backends. It takes some elements that were previously later in the manual in "Embedded basics" and in "External toolchain" and combines them with more details about internal backend and Crosstool-NG backend. The "Embedded basics" section becomes empty and is therefore removed. A few elements have been lost in the process, but they were considered to not be really useful, especially located so far in the manual. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/manual: Slightly improve the introductionThomas Petazzoni2012-12-291-5/+10
| | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>