summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* jquery-validation: bump to version 1.10.0Gustavo Zacarias2012-12-041-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jquery: bump to version 1.8.3Gustavo Zacarias2012-12-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add jamvm jvmPeter Korsgaard2012-12-043-0/+21
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add classpathPeter Korsgaard2012-12-043-0/+70
| | | | | | | | | Requires java, javac and jar on the build machine, similar to how we require gcc/g++. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> classpath: fixup
* xlib_libX11: disable nls compose overview generationPeter Korsgaard2012-12-031-2/+4
| | | | | | Perl is only used to generate compose overview documentation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xproto_xcmiscproto: only build specs if explicitly requestedPeter Korsgaard2012-12-031-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xproto_xextproto: only build specs if explicitly requestedPeter Korsgaard2012-12-031-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xlib_xtrans: only build documentation if explicitly requestedPeter Korsgaard2012-12-031-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xlib_libXdmcp: only build documentation if explicitly requestedPeter Korsgaard2012-12-031-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/cURL: fix static link whith openSSLYann E. MORIN2012-12-021-2/+5
| | | | | | | | | | | | | | | | | | | | | When openSSL is selected, cURL is configured to use it. But in this case, the libcurl.pc file /forgets/ to require link against -ldl. This can happen, for example, when BR2_PREFER_STATIC_LIB is not set, but an executable wants to be linked statically (for various reasons which are irrelevant here). Fix that by appending a 'Requires: openssl' line to libcurl.pc.in, but only if openSSL is enabled. As suggested by Arnout, do it in a post-patch hook, rather as a post-install hook. Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2012-12-0227-149/+587
|\ | | | | | | Kickoff 2013.02 cycle
| * cpanminus: fix installation pathsArnout Vandecappelle (Essensium/Mind)2012-11-301-5/+5
| | | | | | | | | | | | | | | | | | | | perlcross seems to set the installation paths differently than perl's Configure, so adapt the reference to these paths in cpanminus. [Francois: install into /usr/lib/perl] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * cpanminus: requires host-qemuArnout Vandecappelle (Essensium/Mind)2012-11-301-1/+1
| | | | | | | | | | | | | | | | It's still broken, but is someone wants to try it out then at least the dependency is there. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * perl: fix configure stepFrancois Perrad2012-11-301-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Configure -A symbol=val generates a extra space in config.sh, which causes failure like this : Building Module-Runtime-0.013 Unknown OS type ' linux' - using default settings [Arnout: use -A define:foo instead of patching config.sh] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * perl: remove the double configure hackArnout Vandecappelle (Essensium/Mind)2012-11-301-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | configure had to be called twice because with --mode=cross the miniperl-step failed. However, just leaving out the --mode parameter is sufficient to make it work. Since GNU_TARGET_NAME is always different from the host's tuple (it has -buildroot- in it), we can safely assume that the configure script will automatically enter cross mode. Also fix a type in perladmin definition. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * perl: substitute perlcross pod with perl-version-specific podArnout Vandecappelle (Essensium/Mind)2012-11-301-1/+9
| | | | | | | | | | | | | | As suggested by Dan Pattison at ethertek ca. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * perl: remove redundant patchesArnout Vandecappelle (Essensium/Mind)2012-11-303-114/+0
| | | | | | | | | | | | | | | | Now we are using perlcross, the patches to make perl work with qemu are redundant, so remove them. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * bluez-utils: add support for the ST-Ericsson cg2900 combo controllerGregory Hermant2012-11-301-0/+106
| | | | | | | | | | | | | | | | Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (with the calao_snowball_defconfig) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * Add init script files for snowball boardGregory Hermant2012-11-303-0/+30
| | | | | | | | | | Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ux500-firmware: new packageGregory Hermant2012-11-303-0/+30
| | | | | | | | | | | | | | | | Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (with the calao_snowball_defconfig) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * snowball-hdmiservice: new packageGregory Hermant2012-11-303-0/+52
| | | | | | | | | | | | | | | | Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (on various archs and toolchains) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * gstreamer: Added option to disable plugin registry.Tim Sheridan2012-11-302-4/+13
| | | | | | | | | | | | | | | | | | | | The plugin registry can take a while to be generated when GStreamer is initialized. Turning it off can speed up up GStreamer application launch times. Default behaviour is unchanged. Signed-off-by: Tim Sheridan <tim.sheridan@imgtec.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libroxml: bump version to 2.2.1Tristan Lelong2012-11-292-4/+4
| | | | | | | | | | Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ccache: Bump versionBenoît Thébaudeau2012-11-281-1/+1
| | | | | | | | | | Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package: add libmatroska packagePeter Korsgaard2012-11-273-0/+40
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package: add libebml packagePeter Korsgaard2012-11-273-0/+38
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package: add gd packagePeter Korsgaard2012-11-276-0/+249
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libtool: undeprecate for nowPeter Korsgaard2012-12-021-2/+0
| | | | | | | | | | | | | | Pulseaudio selects libtool, so get rid of the deprecated annotation so people don't get warnings about unmet dependencies when exiting menuconfig. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | pkg-download.mk: Fix shallow cloneStephan Hoffmann2012-12-021-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some git versions (e.g. 1.7.0) do not treat trying to shallow clone a non existing branch or tag as a fatal error but report a warning and clone HEAD instead. Thus the fallback mechanism does not work in this case. This patch introduces a check for the presence of the requested version as a branch or tag before trying the shallow clone. It also removes the need to do two clones when a sha1 is given as a packege version. [Peter: use cut -f2-] Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | qtuio: fix build issue because of missing includeStephan Hoffmann2012-12-021-0/+28
| | | | | | | | | | | | | | | | | | TuioServer.cpp uses usleep but did not include <unistd.h>. This patch adds the missing #include. This issue has been reported upstream. Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libsigc: Don't copy devel documentation onto targetCharles Manning2012-11-301-0/+6
| | | | | | | | | | | | | | | | | | The libsigc++ developer documentation was being copied onto the target. Add a clean-up to fix that. Signed-off-by: Charles Manning <cdhmanning@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | python2: bump to 2.7.3Samuel Martin2012-11-3010-44/+48
| | | | | | | | | | | | | | | | | | | | | | Pyhton 2.7.3 includes several security fixes. See: http://www.python.org/download/releases/2.7.3/ Also fixes the patch making sqlite optional and remove the symlink patch (which has been fixed upstream). Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | matchbox packages: add license infoSamuel Martin2012-11-308-0/+17
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | sylpheed: add license infoSamuel Martin2012-11-301-0/+2
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | rrdtool: add license infoSamuel Martin2012-11-301-0/+3
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | owl-linux: add license infoSamuel Martin2012-11-301-0/+3
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | imlib2: add license infoSamuel Martin2012-11-301-1/+3
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | igh-ethercat: add license infoSamuel Martin2012-11-302-0/+647
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | fluxbox: add license infoSamuel Martin2012-11-301-0/+2
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | efl packages: add license infoSamuel Martin2012-11-3011-0/+33
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Makefile: fix thread libraries strippingRichard Braun2012-11-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | Strip libthread_db the same as any other library, but strip libpthread with --strip-debug. See the relevant mailing list discussion [1] for additional details. [1] http://lists.busybox.net/pipermail/buildroot/2012-October/060126.html Signed-off-by: Richard Braun <rbraun@sceen.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | matchbox packages: fix broken urlsSamuel Martin2012-11-308-13/+14
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | acpid: add license informationSimon Dawson2012-11-301-0/+2
| | | | | | | | | | | | [Patch: change to GPLv2+] Signed-off-by: Simon Dawson <simond@trainfx.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | legacy: move old GENTARGETS macros to Makefile.legacyArnout Vandecappelle (Essensium/Mind)2012-11-301-6/+0
| | | | | | | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | matchbox-lib: Append -lX11 to the linkerMarkos Chandras2012-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | Fixes building with binutils-2.22 http://autobuild.buildroot.net/results/b4b26dd9c7d7bebe45638ba125fb49a5f5d0cc14/build-end.log Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | flex: fix build for nommu systemsGustavo Zacarias2012-11-302-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | The flex binary uses fork() so it breaks on !MMU builds. Since we usually don't require flex in the target and the common scenario is that we just want libfl in staging reverse the options so that BR2_PACKAGE_FLEX just builds and install libfl.a and change the LIBFL option to BR2_PACKAGE_FLEX_BINARY to install the binary in the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | owl-linux: update help text about linux kernel dependencies.Samuel Martin2012-11-301-0/+2
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | imagemagick: add license infoSamuel Martin2012-11-301-0/+3
| | | | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | scons: add license infoSamuel Martin2012-11-301-0/+2
| | | | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libmad: add license infoSamuel Martin2012-11-301-0/+2
| | | | | | | | | | | | [Peter: license is GPLv2+ as pointed out by Arnout] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>