]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
11 years agopkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE support
Arnout Vandecappelle (Essensium/Mind) [Thu, 6 Dec 2012 13:16:00 +0000 (13:16 +0000)]
pkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE support

The legal-info target (and possibly others as well) depends on
<pkg>-extract to make sure the license file is available.  However,
when <PKG>_OVERRIDE_SRCDIR is active, the <pkg>-extract target
doesn't exist.

To solve this, we add <pkg>-extract which depends on <pkg>-rsync.
While we're at it, we do the same for <pkg>-patch.  That avoids the
same problem in the future if something starts depending on
<pkg>-patch.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoalsa-lib: fix build on bfin
Peter Korsgaard [Thu, 6 Dec 2012 19:39:50 +0000 (11:39 -0800)]
alsa-lib: fix build on bfin

Bfin toolchains don't have versionsort (which alsa-lib needs), so fake it
using alphasort instead.

Fixes http://autobuild.buildroot.net/results/cf760651b2e238842813bf0882011b5fbb898c0d

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotoolchain-external: bfin 2012R1-BETA toolchain no longer available
Peter Korsgaard [Thu, 6 Dec 2012 18:18:55 +0000 (10:18 -0800)]
toolchain-external: bfin 2012R1-BETA toolchain no longer available

Replace it by -RC2 instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibpcap: fix canusb related build issue
Peter Korsgaard [Thu, 6 Dec 2012 17:41:52 +0000 (09:41 -0800)]
libpcap: fix canusb related build issue

Fixes http://autobuild.buildroot.net/results/1b57e479a643df11ea3b20f848085af4ef40799b

The libusb auto detection oddly enough succeeds, even though libusb isn't
available. Fix it by explicitly enabling/disabling canusb support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomake legal-info: fails with OVERRIDE_SRCDIR
Stephan Hoffmann [Mon, 3 Dec 2012 00:05:51 +0000 (00:05 +0000)]
make legal-info: fails with OVERRIDE_SRCDIR

There is a check for OVERRIDE_SRCDIR in pkg-generic.mk that is
supposed to produce a warning when OVERRIDE_SRCDIR is active.
This does not work and instead the whole make terminates with
an error message.

This patch changes the check for active OVERRIDE_SRCDIR so that
it works as expected.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoneardal: new package
Simon Dawson [Wed, 5 Dec 2012 08:40:23 +0000 (08:40 +0000)]
neardal: new package

[Peter: add toolchain deps for dbus. add dbus/host-pkgconf, wrap help text]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
  (built-test on a minimal powerpc config)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoneard: new package
Simon Dawson [Wed, 5 Dec 2012 08:39:07 +0000 (08:39 +0000)]
neard: new package

[Peter: add toolchain dependencies for libglib2/libnl/dbus + host-pkgconf]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolua: support linenoise
Francois Perrad [Mon, 3 Dec 2012 06:12:14 +0000 (06:12 +0000)]
lua: support linenoise

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinenoise: new package
Francois Perrad [Wed, 5 Dec 2012 08:06:51 +0000 (08:06 +0000)]
linenoise: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agojamvm: force ARM mode when building to avoid thumb2 build problems
Peter Korsgaard [Wed, 5 Dec 2012 18:17:56 +0000 (10:17 -0800)]
jamvm: force ARM mode when building to avoid thumb2 build problems

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoluajit: bump to version 2.0.0
Francois Perrad [Mon, 3 Dec 2012 06:12:12 +0000 (06:12 +0000)]
luajit: bump to version 2.0.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoperl: bump to version 5.16.2
Francois Perrad [Mon, 3 Dec 2012 06:12:11 +0000 (06:12 +0000)]
perl: bump to version 5.16.2

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/crosstool-ng: update to 1.17.0
Carsten Schoenert [Mon, 3 Dec 2012 09:47:45 +0000 (09:47 +0000)]
package/crosstool-ng: update to 1.17.0

Updating current crosstool-ng config files to 1.17.0
 crosstool-ng.config-eglibc
 crosstool-ng.config-glibc
 crosstool-ng.config-uClibc

Signed-off-by: Carsten Schoenert <c.schoenert@t-online.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agonetatalk: Add missing dependency to netatalk
Maxime Hadjinlian [Thu, 8 Nov 2012 12:04:29 +0000 (12:04 +0000)]
netatalk: Add missing dependency to netatalk

Netatalk need host-pkgconf, otherwise the configure script is complaining.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoltrace: bump to version 0.7.1
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:12 +0000 (04:46 +0000)]
ltrace: bump to version 0.7.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinks: bump to version 2.7
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:11 +0000 (04:46 +0000)]
links: bump to version 2.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolighttpd: security bump to version 1.4.32
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:10 +0000 (04:46 +0000)]
lighttpd: security bump to version 1.4.32

Fixes CVE-2012-5533.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agowpa_supplicant: bump to version 1.1
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:09 +0000 (04:46 +0000)]
wpa_supplicant: bump to version 1.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agohostapd: bump to version 1.1
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:08 +0000 (04:46 +0000)]
hostapd: bump to version 1.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibcurl: bump to version 7.28.1
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:07 +0000 (04:46 +0000)]
libcurl: bump to version 7.28.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopolarssl: bump to version 1.2.3
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:06 +0000 (04:46 +0000)]
polarssl: bump to version 1.2.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoed: bump to version 1.7
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:05 +0000 (04:46 +0000)]
ed: bump to version 1.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoipset: bump to version 6.16.1
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:04 +0000 (04:46 +0000)]
ipset: bump to version 6.16.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agophp: bump to version 5.3.19
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:03 +0000 (04:46 +0000)]
php: bump to version 5.3.19

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibnl: bump to version 3.2.16
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:02 +0000 (04:46 +0000)]
libnl: bump to version 3.2.16

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoradvd: bump to version 1.9.2
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:01 +0000 (04:46 +0000)]
radvd: bump to version 1.9.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agohdparm: bump to version 9.43
Gustavo Zacarias [Mon, 3 Dec 2012 04:46:00 +0000 (04:46 +0000)]
hdparm: bump to version 9.43

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoscons: bump to version 2.2.0
Gustavo Zacarias [Mon, 3 Dec 2012 04:45:59 +0000 (04:45 +0000)]
scons: bump to version 2.2.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agojamvm: classpath needs ipv6, so jamvm as well
Peter Korsgaard [Wed, 5 Dec 2012 00:00:09 +0000 (16:00 -0800)]
jamvm: classpath needs ipv6, so jamvm as well

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoscreen: add license information
Simon Dawson [Fri, 30 Nov 2012 00:14:43 +0000 (00:14 +0000)]
screen: add license information

[Peter: GPLv2+ as pointed out by Arnout]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agooprofile: add license information
Simon Dawson [Fri, 30 Nov 2012 00:14:42 +0000 (00:14 +0000)]
oprofile: add license information

[Peter: GPLv2+ as pointed out by Arnout]
Signed-off-by: Simon Dawson <simond@trainfx.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoclasspath: gstreamer support needs gtk as well
Peter Korsgaard [Tue, 4 Dec 2012 22:42:18 +0000 (14:42 -0800)]
classpath: gstreamer support needs gtk as well

Fixes http://autobuild.buildroot.net/results/80550a210a72a64c182e00dc2cb3a15ec776b658

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agompfr: add license information
Simon Dawson [Fri, 30 Nov 2012 00:14:41 +0000 (00:14 +0000)]
mpfr: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomidori: add license information
Simon Dawson [Fri, 30 Nov 2012 00:14:40 +0000 (00:14 +0000)]
midori: add license information

Signed-off-by: Simon Dawson <simond@trainfx.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobeecrypt: add license information
Simon Dawson [Fri, 30 Nov 2012 00:14:38 +0000 (00:14 +0000)]
beecrypt: add license information

Signed-off-by: Simon Dawson <simond@trainfx.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoargus: add license information
Simon Dawson [Fri, 30 Nov 2012 00:14:37 +0000 (00:14 +0000)]
argus: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogmp: add license information
Simon Dawson [Fri, 30 Nov 2012 00:14:39 +0000 (00:14 +0000)]
gmp: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogd: fix build with freetype but without fontconfig
Peter Korsgaard [Tue, 4 Dec 2012 20:47:19 +0000 (12:47 -0800)]
gd: fix build with freetype but without fontconfig

Fixes http://autobuild.buildroot.net/results/3309617d2d5e14c0713dbaf9185815d79293e33b

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agousb_modeswitch_data: bump to version 20121109
Gustavo Zacarias [Tue, 4 Dec 2012 08:13:22 +0000 (08:13 +0000)]
usb_modeswitch_data: bump to version 20121109

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agousb_modeswitch: bump to version 1.2.5
Gustavo Zacarias [Tue, 4 Dec 2012 08:13:21 +0000 (08:13 +0000)]
usb_modeswitch: bump to version 1.2.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodependencies.sh: only javac and jar are needed by classpath
Peter Korsgaard [Tue, 4 Dec 2012 20:09:10 +0000 (12:09 -0800)]
dependencies.sh: only javac and jar are needed by classpath

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agojquery-sparkline: bump to version 2.1
Gustavo Zacarias [Tue, 4 Dec 2012 07:24:07 +0000 (07:24 +0000)]
jquery-sparkline: bump to version 2.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agojquery-validation: bump to version 1.10.0
Gustavo Zacarias [Tue, 4 Dec 2012 07:24:06 +0000 (07:24 +0000)]
jquery-validation: bump to version 1.10.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agojquery: bump to version 1.8.3
Gustavo Zacarias [Tue, 4 Dec 2012 07:24:05 +0000 (07:24 +0000)]
jquery: bump to version 1.8.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinux: bump 3.6.x stable version
Gustavo Zacarias [Tue, 4 Dec 2012 04:36:55 +0000 (04:36 +0000)]
linux: bump 3.6.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agokernel-headers: bump 3.{0, 4, 6}.x stable versions
Gustavo Zacarias [Tue, 4 Dec 2012 04:36:54 +0000 (04:36 +0000)]
kernel-headers: bump 3.{0, 4, 6}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodependencies.sh: check for java tools if classpath is enabled
Peter Korsgaard [Tue, 4 Dec 2012 18:28:31 +0000 (10:28 -0800)]
dependencies.sh: check for java tools if classpath is enabled

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage: add jamvm jvm
Peter Korsgaard [Tue, 4 Dec 2012 18:02:25 +0000 (10:02 -0800)]
package: add jamvm jvm

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage: add classpath
Peter Korsgaard [Tue, 4 Dec 2012 17:59:09 +0000 (09:59 -0800)]
package: add classpath

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

11 years agoxlib_libX11: disable nls compose overview generation
Peter Korsgaard [Tue, 4 Dec 2012 06:55:02 +0000 (22:55 -0800)]
xlib_libX11: disable nls compose overview generation

Perl is only used to generate compose overview documentation.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxproto_xcmiscproto: only build specs if explicitly requested
Peter Korsgaard [Tue, 4 Dec 2012 02:35:28 +0000 (18:35 -0800)]
xproto_xcmiscproto: only build specs if explicitly requested

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxproto_xextproto: only build specs if explicitly requested
Peter Korsgaard [Tue, 4 Dec 2012 02:34:04 +0000 (18:34 -0800)]
xproto_xextproto: only build specs if explicitly requested

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxlib_xtrans: only build documentation if explicitly requested
Peter Korsgaard [Tue, 4 Dec 2012 02:28:21 +0000 (18:28 -0800)]
xlib_xtrans: only build documentation if explicitly requested

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxlib_libXdmcp: only build documentation if explicitly requested
Peter Korsgaard [Tue, 4 Dec 2012 02:12:37 +0000 (18:12 -0800)]
xlib_libXdmcp: only build documentation if explicitly requested

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/cURL: fix static link whith openSSL
Yann E. MORIN [Wed, 28 Nov 2012 13:54:00 +0000 (13:54 +0000)]
package/cURL: fix static link whith openSSL

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>
11 years agoreorder fs alphabetically
Jeremy Rosen [Fri, 30 Nov 2012 04:44:27 +0000 (04:44 +0000)]
reorder fs alphabetically

Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoMerge branch 'next'
Peter Korsgaard [Mon, 3 Dec 2012 01:19:40 +0000 (17:19 -0800)]
Merge branch 'next'

Kickoff 2013.02 cycle

11 years agoMakefile: kickoff 2013.02 cycle
Peter Korsgaard [Mon, 3 Dec 2012 01:19:18 +0000 (17:19 -0800)]
Makefile: kickoff 2013.02 cycle

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoUpdate for 2012.11 2012.11
Peter Korsgaard [Mon, 3 Dec 2012 00:33:09 +0000 (16:33 -0800)]
Update for 2012.11

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agounexport PKG_CONFIG_SYSROOT_DIR
Charles Manning [Sun, 2 Dec 2012 11:13:04 +0000 (11:13 +0000)]
unexport PKG_CONFIG_SYSROOT_DIR

If this is not done then pkg-config can get confused.

Thomas and Arnout really deserve the credit for this - I just did
the testing.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoskeleton: add /etc/nsswitch.conf
Stephan Hoffmann [Sun, 2 Dec 2012 07:13:32 +0000 (07:13 +0000)]
skeleton: add /etc/nsswitch.conf

Toolchain Linaro 2012_09 and possibly other glibc based ones
rely on the existence of nsswitch.conf. If it's missing names
from /etc/hosts are not resolved and thus "localhost" is not
known.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibtool: undeprecate for now
Peter Korsgaard [Mon, 3 Dec 2012 00:30:43 +0000 (16:30 -0800)]
libtool: undeprecate for now

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>
11 years agopkg-download.mk: Fix shallow clone
Stephan Hoffmann [Sun, 2 Dec 2012 00:56:07 +0000 (00:56 +0000)]
pkg-download.mk: Fix shallow clone

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>
11 years agoqtuio: fix build issue because of missing include
Stephan Hoffmann [Sun, 2 Dec 2012 02:55:49 +0000 (02:55 +0000)]
qtuio: fix build issue because of missing include

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>
11 years ago{rand,allyes}packageconfig: ensure legacy test options don't get enabled
Peter Korsgaard [Sun, 2 Dec 2012 02:10:46 +0000 (18:10 -0800)]
{rand,allyes}packageconfig: ensure legacy test options don't get enabled

The legacy BR2_PACKAGE_* options in Config.in.legacy are not supposed to
be user selectable, so {rand,allyes}packageconfig shouldn't enable them.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoUpdate for 2012.11-rc2 2012.11_rc2
Peter Korsgaard [Sat, 1 Dec 2012 06:59:02 +0000 (22:59 -0800)]
Update for 2012.11-rc2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibsigc: Don't copy devel documentation onto target
Charles Manning [Thu, 29 Nov 2012 15:42:32 +0000 (15:42 +0000)]
libsigc: Don't copy devel documentation onto target

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>
11 years agopython2: bump to 2.7.3
Samuel Martin [Fri, 30 Nov 2012 11:46:27 +0000 (11:46 +0000)]
python2: bump to 2.7.3

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>
11 years agomatchbox packages: add license info
Samuel Martin [Fri, 30 Nov 2012 11:46:35 +0000 (11:46 +0000)]
matchbox packages: add license info

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosylpheed: add license info
Samuel Martin [Fri, 30 Nov 2012 11:46:34 +0000 (11:46 +0000)]
sylpheed: add license info

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agorrdtool: add license info
Samuel Martin [Fri, 30 Nov 2012 11:46:33 +0000 (11:46 +0000)]
rrdtool: add license info

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoowl-linux: add license info
Samuel Martin [Fri, 30 Nov 2012 11:46:32 +0000 (11:46 +0000)]
owl-linux: add license info

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoimlib2: add license info
Samuel Martin [Fri, 30 Nov 2012 11:46:31 +0000 (11:46 +0000)]
imlib2: add license info

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoigh-ethercat: add license info
Samuel Martin [Fri, 30 Nov 2012 21:46:30 +0000 (22:46 +0100)]
igh-ethercat: add license info

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agofluxbox: add license info
Samuel Martin [Fri, 30 Nov 2012 11:46:29 +0000 (11:46 +0000)]
fluxbox: add license info

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoefl packages: add license info
Samuel Martin [Fri, 30 Nov 2012 11:46:28 +0000 (11:46 +0000)]
efl packages: add license info

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoCHANGES: update with recent changes
Peter Korsgaard [Fri, 30 Nov 2012 22:27:34 +0000 (14:27 -0800)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoMakefile: fix thread libraries stripping
Richard Braun [Tue, 20 Nov 2012 07:18:11 +0000 (07:18 +0000)]
Makefile: fix thread libraries stripping

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>
11 years agotoolchain-external: fix installation of libthread_db
Richard Braun [Tue, 20 Nov 2012 06:17:23 +0000 (06:17 +0000)]
toolchain-external: fix installation of libthread_db

Whatever the gdbserver source, as long as it's installed on the target,
assume it requires libthread_db.

Signed-off-by: Richard Braun <rbraun@sceen.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotoolchain-crosstool-ng: install libthread_db if appropriate
Richard Braun [Tue, 20 Nov 2012 06:59:57 +0000 (06:59 +0000)]
toolchain-crosstool-ng: install libthread_db if appropriate

Signed-off-by: Richard Braun <rbraun@sceen.net>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomatchbox packages: fix broken urls
Samuel Martin [Fri, 30 Nov 2012 10:38:23 +0000 (10:38 +0000)]
matchbox packages: fix broken urls

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoacpid: add license information
Simon Dawson [Fri, 30 Nov 2012 00:14:36 +0000 (00:14 +0000)]
acpid: add license information

[Patch: change to GPLv2+]
Signed-off-by: Simon Dawson <simond@trainfx.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoList the useful hook points available in buildroot
Davide Viti [Sun, 25 Nov 2012 06:43:37 +0000 (06:43 +0000)]
List the useful hook points available in buildroot

The complete list can be obtained with the following command:
  grep "_HOOKS[ ]\+?=" package/pkg-generic.mk

Signed-off-by: Davide Viti <zinosat@tiscali.it>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agocpanminus: fix installation paths
Arnout Vandecappelle (Essensium/Mind) [Wed, 28 Nov 2012 06:09:22 +0000 (06:09 +0000)]
cpanminus: fix installation paths

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>
11 years agocpanminus: requires host-qemu
Arnout Vandecappelle (Essensium/Mind) [Wed, 28 Nov 2012 06:09:21 +0000 (06:09 +0000)]
cpanminus: requires host-qemu

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>
11 years agoperl: fix configure step
Francois Perrad [Wed, 28 Nov 2012 06:09:20 +0000 (06:09 +0000)]
perl: fix configure step

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>
11 years agoperl: remove the double configure hack
Arnout Vandecappelle (Essensium/Mind) [Wed, 28 Nov 2012 06:09:19 +0000 (06:09 +0000)]
perl: remove the double configure hack

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>
11 years agoperl: substitute perlcross pod with perl-version-specific pod
Arnout Vandecappelle (Essensium/Mind) [Wed, 28 Nov 2012 06:09:18 +0000 (06:09 +0000)]
perl: substitute perlcross pod with perl-version-specific pod

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>
11 years agoperl: remove redundant patches
Arnout Vandecappelle (Essensium/Mind) [Wed, 28 Nov 2012 06:09:17 +0000 (06:09 +0000)]
perl: remove redundant patches

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>
11 years agolegacy: BR2_PACKAGE_LIBINTL is replaced by gettext
Arnout Vandecappelle (Essensium/Mind) [Mon, 12 Nov 2012 10:08:32 +0000 (10:08 +0000)]
legacy: BR2_PACKAGE_LIBINTL is replaced by gettext

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolegacy: evtest is dropped from input-tools package
Arnout Vandecappelle (Essensium/Mind) [Mon, 12 Nov 2012 10:08:31 +0000 (10:08 +0000)]
legacy: evtest is dropped from input-tools package

We select BR2_PACKAGE_EVTEST automatically. This has only limited use:
when the LEGACY_CHECK menu is disabled in menuconfig (or even oldconfig),
it will also unselect BR2_PACKAGE_EVTEST again. Still, it can serve as a
hint of how to fix things.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolegacy: add error target for host-pkg-config
Arnout Vandecappelle (Essensium/Mind) [Mon, 12 Nov 2012 10:08:30 +0000 (10:08 +0000)]
legacy: add error target for host-pkg-config

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolegacy: move old GENTARGETS macros to Makefile.legacy
Arnout Vandecappelle (Essensium/Mind) [Mon, 12 Nov 2012 10:08:29 +0000 (10:08 +0000)]
legacy: move old GENTARGETS macros to Makefile.legacy

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopkg-infra: introduce errors for legacy API
Arnout Vandecappelle (Essensium/Mind) [Mon, 12 Nov 2012 10:08:28 +0000 (10:08 +0000)]
pkg-infra: introduce errors for legacy API

As discussed in the BR developer days, we want to be more strict about API
changes in buildroot. I.e., we want to make it less likely that a user's
customizations break down after upgrading buildroot.

A first step is to make sure that the user is warned about API changes.
This patch introduces Makefile.legacy and Config.in.legacy, which will
issue clear error messages for such situations.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomatchbox-lib: Append -lX11 to the linker
Markos Chandras [Tue, 30 Oct 2012 01:29:14 +0000 (01:29 +0000)]
matchbox-lib: Append -lX11 to the linker

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>
11 years agoflex: fix build for nommu systems
Gustavo Zacarias [Fri, 30 Nov 2012 00:46:03 +0000 (00:46 +0000)]
flex: fix build for nommu systems

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>
11 years agoAdd /var/www to device table
Simon Dawson [Fri, 30 Nov 2012 07:56:25 +0000 (07:56 +0000)]
Add /var/www to device table

The /var/www directory is listed in /etc/passwd in the skeleton target
filesystem as the home directory of the www-data user (uid 33).

In the final target filesystem, /var/www should be owned by www-data. This
is important for the lighttpd package, for example.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoAdd config file for the snowball board
Gregory Hermant [Fri, 30 Nov 2012 02:39:16 +0000 (02:39 +0000)]
Add config file for the snowball board

Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobluez-utils: add support for the ST-Ericsson cg2900 combo controller
Gregory Hermant [Fri, 30 Nov 2012 02:39:15 +0000 (02:39 +0000)]
bluez-utils: add support for the ST-Ericsson cg2900 combo controller

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>
11 years agoAdd init script files for snowball board
Gregory Hermant [Fri, 30 Nov 2012 02:39:14 +0000 (02:39 +0000)]
Add init script files for snowball board

Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>