summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* xdm: install startup scriptYegor Yefremov2011-12-072-0/+32
| | | | | | | | install S99xdm to /etc/init.d to start XDM automatically [Peter: Small cleanups] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdm: bump to 1.1.11Yegor Yefremov2011-12-071-1/+3
| | | | | | [Peter: Minor whitespace fix] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fluxbox: add xsession profileYegor Yefremov2011-12-072-0/+9
| | | | | | | | | | add .xsession profile to get fluxbox being started automatically by XDM. [Peter: Only install if not available in skeleton, use install -D, Make it an executable script and don't hide it] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: add CONFIG_AP supportDaniel Mack2011-12-072-0/+19
| | | | | | [Peter: Fix indentation] Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add package connmanDaniel Mack2011-12-074-0/+109
| | | | | | | | | | | | | | | | | | | | The ConnMan project provides a daemon for managing internet connections within embedded devices running the Linux operating system. The Connection Manager is designed to be slim and to use as few resources as possible, so it can be easily integrated. It is a fully modular system that can be extended, through plug-ins, to support all kinds of wired or wireless technologies. Also, configuration methods, like DHCP and domain name resolving, are implemented using plug-ins. The plug-in approach allows for easy adaption and modification for various use cases. The location for released tarballs is still unavailable due to the recent kernel.org outage, hence the package obtains the sources from git for now. [Peter: Ensure it can only be selected with workable toolchains, use start-stop-daemon in initscript, and install cm if selected] Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netsnmp: bump to 5.7.1 LTSLuca Ceresoli2011-12-072-1/+18
| | | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "netsnmp: bump to 5.7.1 LTS"Peter Korsgaard2011-12-061-1/+1
| | | | | | Gustavoz reported that 5.7 series segfault on powerpc. This reverts commit 60859a1e1ac717aafc3543f92adeccba9ed33b29.
* netsnmp: bump to 5.7.1 LTSLuca Ceresoli2011-12-061-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: create runtime directoryDaniel Mack2011-12-061-0/+1
| | | | | | | | $(TARGET_DIR)/var/lib/misc/ is the location where dnsmasq stores its lease files. Create it to make the daemon work. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nbd: fix !BR2_LARGEFILE buildsPeter Korsgaard2011-12-051-0/+37
| | | | | | Patch sent upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ruby: bump to version 1.9.2-p290Gustavo Zacarias2011-12-053-80/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: 2.22 powerpc textrels fixPeter Korsgaard2011-12-051-0/+80
| | | | | | See http://thread.gmane.org/gmane.comp.embedded.crossdev/106 for details. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: add version 2.22Gustavo Zacarias2011-12-054-1/+80
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: remove deprecated versionsGustavo Zacarias2011-12-0513-341/+0
| | | | | | | | Remove already deprecated binutils version 2.18, 2.19 and 2.19.1. Keep 2.18-avr32. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nbd: bump to version 2.9.24Gustavo Zacarias2011-12-051-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bison: fix m4 dependencyPeter Korsgaard2011-12-042-0/+6
| | | | | | | | | | | Bison needs m4 (at runtime). In addition, the bison 2.5 configure script checks for m4 4.1.6 or newer, and bails out otherwise, but ends up looking at whatever the build host has rather than the cross version, which might not be the correct version (or even available). Fix it by short circuiting the check. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dependencies: check for extract tools as wellPeter Korsgaard2011-12-041-0/+2
| | | | | | | | | | | | Most of the extract tools (gzip/bzip/..) we already check for explicitly in dependencies.sh (as they are used outside GENTARGETS), but not for xzcat. The .xz format is used fairly rarely, and it is likely to not be available on build hosts, so an explicit (hardcoded) check for it isn't optimal. Instead, add the inflate tools used to DL_TOOLS_DEPENDENCIES, similar to how we do it for svn/git/bzr/... Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus-glib: bump to version 0.98Daniel Mack2011-12-011-1/+1
| | | | | Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2011-12-0164-943/+1429
|\ | | | | | | | | | | And kickoff 2012.02 cycle. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libroxml: bump version to 2.1.2Tristan Lelong2011-11-292-1/+1
| | | | | | | | | | | | | | Fix some xpath bugs Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * Add support for packages stored in Mercurial (hg) repositoriesThomas De Schampheleire2011-11-271-4/+29
| | | | | | | | | | | | | | Add support for packages stored in Mercurial (hg) repositories. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * GENTARGETS: add support for scp://Thomas De Schampheleire2011-11-271-6/+49
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for scp:// both for use in the package Makefiles, as for the BR2_PRIMARY_SITE variable. This patch was based on the work of Richard Guy Briggs (see https://bugs.busybox.net/show_bug.cgi?id=3343). [Peter: small whitespace fixes] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * htop: Bump version to 1.0ANDY KENNEDY2011-11-262-70/+21
| | | | | | | | | | | | | | | | | | htop 1.0 was released 11-2011. Bumping version in BuildRoot from 0.9 to 1.0. [Peter: Don't use old-style AUTOTARGETS] Signed-off-by: Andy Kennedy <Andy.Kennedy@Adtran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * mtd-utils: bump versionPeter Korsgaard2011-11-191-1/+1
| | | | | | | | | | | | | | Identical to 1.4.7, except that the version number in the Makefile is correct. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * gst-dsp: upgrade to 0.9.0Víctor Manuel Jáquez Leal2011-11-191-3/+2
| | | | | | | | | | | | [Peter: fix white space while we're at it] Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * mtd-utils: bump version, cleanupPeter Korsgaard2011-11-182-36/+6
| | | | | | | | | | | | flash_eraseall / flash_info are no more, and simplify build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * nano: make tiny flag optionalDaniele Salvatore Albano2011-11-182-1/+12
| | | | | | | | | | | | | | | | Closes #3421 [Peter: tweak Config.in] Signed-off-by: Daniele Salvatore Albano <info@daccii.it> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libgtk2: bump stable versionPeter Korsgaard2011-11-182-13/+13
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * transmission: add gtk supportPeter Korsgaard2011-11-172-1/+14
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * Add Transmission packageMaxime Ripard2011-11-174-0/+253
| | | | | | | | | | | | | | | | Initial work by marcus.osdoba@googlemail.com [Peter: add -daemon option, tweak Config.in] Signed-off-by: Maxime Ripard <maxime@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * coreutils: bump to version 8.14Gustavo Zacarias2011-11-142-2/+5
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * grep: bump to version 2.9Gustavo Zacarias2011-11-141-1/+6
| | | | | | | | | | | | | | | | | | Bump grep to version 2.9 Also make it build after busybox if it's enabled, we prefer full-blown utilities. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * nano: bump to version 2.3.1Gustavo Zacarias2011-11-141-2/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * m4: bump to version 1.4.16Gustavo Zacarias2011-11-143-21/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * diffutils: bump to version 3.2Gustavo Zacarias2011-11-143-99/+9
| | | | | | | | | | | | | | | | | | | | Bump to diffutils version 3.2 Drop all unnecessary configure hints. There's no point in installing diffutils to staging so drop that too. Build after busybox if it's enabled to prefer full-blown diff. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * gawk: bump to version 4.0.0Gustavo Zacarias2011-11-142-31/+13
| | | | | | | | | | | | | | | | Bump gawk to version 4.0.0 Also build after busybox if it's enabled. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * bison: bump to version 2.5Gustavo Zacarias2011-11-142-20/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * bash: bump to version 4.2 pl10Gustavo Zacarias2011-11-1421-485/+951
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * lame: bump to version 3.99Gustavo Zacarias2011-11-142-29/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * dropbear: bump to version 2011.54Gustavo Zacarias2011-11-113-28/+19
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * flex: bump to version 2.5.35-10 and cleanup styleGustavo Zacarias2011-11-112-11/+12
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * module-init-tools: bump to version 3.15Gustavo Zacarias2011-11-112-6/+7
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * usbmount: bump to 0.0.22Yegor Yefremov2011-11-112-26/+1
| | | | | | | | | | | | | | FSTYPE detection bug was fixed upstream, so delete relevant patch Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * iw: bump to 3.2Yegor Yefremov2011-11-112-48/+1
| | | | | | | | | | | | | | | | version 3.2 provides support for libnl 3.x, so remove the relevant patch Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libgpg-error: bump to version 1.10Gustavo Zacarias2011-11-111-3/+2
| | | | | | | | | | | | | | | | Bump to version 1.10, closes bug #3403 Switch to gnupg.org mirror, closes bug #3409 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ruby: really disable ncurses/readline for hostPeter Korsgaard2011-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | Commit 150124b (ruby: fix host build breakage) tried to fix host-ruby build failures by disabling ncurses/readline extensions, but the ruby configure script doesn't understand --without-ncurses / --without-readline arguments, so the commit didn't do anything. Fix it by really disabling them using the --with-out-ext argument. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ruby: fix host build breakageGustavo Zacarias2011-11-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | When building host-ruby with ncurses enabled on an x86_64 host we get a "relocation R_X86_64_32 against `_nc_globals' can not be used when making a shared object; recompile with -fPIC" error when building. Just disable ncurses and readline support for the host version - we don't need it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ruby: fix build breakageGustavo Zacarias2011-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fix build breakage regarding invalid file format of /usr/lib/libpthread.so This is because ruby has rpath enabled by default and was throwing in the runtime paths and pulling in host libraries into the mix. So disable rpath. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | php: fix build breakageGustavo Zacarias2011-11-262-1/+2
| | | | | | | | | | | | | | | | The zip extension requires zlib, so select it. [Peter: Only select zlib, not php zlib extension] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | thttpd: fix build breakage with eglibc/glibcGustavo Zacarias2011-11-261-0/+26
| | | | | | | | | | | | | | Fix getline() function conflict with glibc/eglibc by renaming it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>