buildroot.git
14 years agomodule-init-tools: fix configure bug by bumping to 3.12
Paulius Zaleckas [Thu, 11 Nov 2010 14:16:43 +0000 (16:16 +0200)]
module-init-tools: fix configure bug by bumping to 3.12

3.11 fails to configure/compile for my host (F14) due to bug
in ax_enable_builddir.m4

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain-external: fix indentation in Kconfig
Mike Frysinger [Wed, 17 Nov 2010 06:41:33 +0000 (01:41 -0500)]
toolchain-external: fix indentation in Kconfig

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoqt: also patch webkit instance of javascriptcore
Peter Korsgaard [Wed, 17 Nov 2010 21:00:29 +0000 (22:00 +0100)]
qt: also patch webkit instance of javascriptcore

Closes #2821, #2827

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoinitramfs: fix init symlink creation
Mike Frysinger [Wed, 17 Nov 2010 06:46:22 +0000 (01:46 -0500)]
initramfs: fix init symlink creation

The -e test will dereference the symlink, so if there is no /bin/init,
we will constantly try to create the symlink.  So rather than error on
subsequent runs when the link exists, use the force flag to ln.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolinux: update paths to compiled cpio files
Mike Frysinger [Tue, 16 Nov 2010 14:39:10 +0000 (09:39 -0500)]
linux: update paths to compiled cpio files

Linux has been using "usr/initramfs_data.cpio" for a few releases as the
generated cpio name, so the buildroot match of "...cpio.*" won't actually
clean out the previous result.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibglib2: ensure atomic ops patch gets applied
Peter Korsgaard [Wed, 17 Nov 2010 06:27:11 +0000 (07:27 +0100)]
libglib2: ensure atomic ops patch gets applied

Closes #2809

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodocs/news.html: announce 2010.11-rc1
Peter Korsgaard [Mon, 8 Nov 2010 09:52:28 +0000 (10:52 +0100)]
docs/news.html: announce 2010.11-rc1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoUpdate for 2010.11-rc1
Peter Korsgaard [Mon, 8 Nov 2010 09:24:31 +0000 (10:24 +0100)]
Update for 2010.11-rc1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoqt: bump version
Peter Korsgaard [Mon, 8 Nov 2010 08:48:31 +0000 (09:48 +0100)]
qt: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: Fix missing -lm flag again
Lionel Landwerlin [Sun, 7 Nov 2010 20:58:26 +0000 (21:58 +0100)]
directfb: Fix missing -lm flag again

(aka fix the fix)

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoxserver-xorg: enable glx support if mesa3d is enabled
Peter Korsgaard [Sun, 7 Nov 2010 20:02:38 +0000 (21:02 +0100)]
xserver-xorg: enable glx support if mesa3d is enabled

Closes #2533

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowireless-tools: add option to install shared lib
Peter Korsgaard [Sun, 7 Nov 2010 19:25:39 +0000 (20:25 +0100)]
wireless-tools: add option to install shared lib

Closes #2461

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoconfig: fix crash with too long paths
Peter Korsgaard [Sun, 7 Nov 2010 18:52:13 +0000 (19:52 +0100)]
config: fix crash with too long paths

Closes #2737

Use PATH_MAX rather that 128 for path buffers. Patch from kernel 1408b15b98
(kconfig: Use PATH_MAX instead of 128 for path buffer sizes) by Will Newton.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agompc: fix make dependencies
Peter Korsgaard [Sun, 7 Nov 2010 18:40:21 +0000 (19:40 +0100)]
mpc: fix make dependencies

So the build target isn't always considered out of date.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: move target-{finalize,purgelocales} after bootloader/linux step
Peter Korsgaard [Sun, 7 Nov 2010 18:33:11 +0000 (19:33 +0100)]
Makefile: move target-{finalize,purgelocales} after bootloader/linux step

Closes #2731

Bootloader and Linux kernel steps can add content to the rootfs, so ensure
the cleanup / postprocess steps are moved after those.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: rename ppc patch so it still gets applied
Peter Korsgaard [Sun, 7 Nov 2010 16:15:11 +0000 (17:15 +0100)]
directfb: rename ppc patch so it still gets applied

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd kbd package
Felipe Contreras [Sun, 19 Sep 2010 23:44:40 +0000 (02:44 +0300)]
Add kbd package

[Peter: use BR2_KERNEL_MIRROR]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: png support is needed to build directfb-csource for the host
Peter Korsgaard [Sun, 7 Nov 2010 09:42:45 +0000 (10:42 +0100)]
directfb: png support is needed to build directfb-csource for the host

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: don't build tools for target
Peter Korsgaard [Sun, 7 Nov 2010 09:39:26 +0000 (10:39 +0100)]
directfb: don't build tools for target

Normally these aren't needed, and some of them (mkdgifft) needs C++
support.

Alternatively we could add an option (depending on HAVE_DEVFILES) to
build these.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: add -lm when using freetype2 font interface
Lionel Landwerlin [Sat, 6 Nov 2010 18:59:50 +0000 (19:59 +0100)]
directfb: add -lm when using freetype2 font interface

This fixes runtime/compilation problems seen with directfb 1.4.10.

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibglib2: fix compilation when compiler has no builtin atomic
Lionel Landwerlin [Sat, 6 Nov 2010 18:59:49 +0000 (19:59 +0100)]
libglib2: fix compilation when compiler has no builtin atomic

Reported here: https://bugzilla.gnome.org/show_bug.cgi?id=631353

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotcpdump: bump version
Peter Korsgaard [Sat, 6 Nov 2010 12:48:39 +0000 (13:48 +0100)]
tcpdump: bump version

The old version didn't build with the updated libpcap anymore.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotslib: needs libtool patch
Peter Korsgaard [Fri, 5 Nov 2010 20:00:01 +0000 (21:00 +0100)]
tslib: needs libtool patch

Otherwise it fails with 'cannot install to a directory not ending in
/usr/lib/ts'.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoNew package: nuttcp
Yegor Yefremov [Fri, 8 Oct 2010 10:26:20 +0000 (12:26 +0200)]
New package: nuttcp

Add a new TCP/UDP network testing tool, that provides some advanced
features compared to ttcp.

[Peter: cleanup, fix FLAGS, move to network]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: 1.17.3 iproute fix
Peter Korsgaard [Fri, 5 Nov 2010 15:34:15 +0000 (16:34 +0100)]
busybox: 1.17.3 iproute fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoslang: build system breaks with parallel builds
Peter Korsgaard [Fri, 5 Nov 2010 15:33:10 +0000 (16:33 +0100)]
slang: build system breaks with parallel builds

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agothttpd: install into /usr, cleanup install handling
Peter Korsgaard [Fri, 5 Nov 2010 13:57:23 +0000 (14:57 +0100)]
thttpd: install into /usr, cleanup install handling

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agothttpd: convert to autotargets
Martin Banky [Fri, 8 Oct 2010 08:43:08 +0000 (01:43 -0700)]
thttpd: convert to autotargets

Also, changed the site to Debian, to get the latest patches

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoslang: convert to gentargets
Martin Banky [Fri, 8 Oct 2010 08:43:05 +0000 (01:43 -0700)]
slang: convert to gentargets

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosfdisk: mark as deprecated
Peter Korsgaard [Fri, 5 Nov 2010 13:24:08 +0000 (14:24 +0100)]
sfdisk: mark as deprecated

We're using an ancient uclibc specific snapshot, and should rather focus
on moving our util-linux package forward.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosed: convert to autotargets
Martin Banky [Fri, 8 Oct 2010 08:43:03 +0000 (01:43 -0700)]
sed: convert to autotargets

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoproftpd: convert to autotargets and bump to 1.3.3b
Martin Banky [Fri, 8 Oct 2010 08:43:02 +0000 (01:43 -0700)]
proftpd: convert to autotargets and bump to 1.3.3b

Also, added web site to Config.in

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoxapp_xinit: Bump to 1.2.1
Paulius Zaleckas [Thu, 4 Nov 2010 08:58:39 +0000 (10:58 +0200)]
xapp_xinit: Bump to 1.2.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCreate X symlink for TinyX
Paulius Zaleckas [Thu, 4 Nov 2010 08:58:33 +0000 (10:58 +0200)]
Create X symlink for TinyX

When installing TinyX to target create /usr/bin/X symlink
to Xfbdev as it is the only TinyX driver we build.
This makes utils like startx happy :)

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomatchbox-common was missing in Config.in
Paulius Zaleckas [Thu, 4 Nov 2010 08:57:27 +0000 (10:57 +0200)]
matchbox-common was missing in Config.in

While at it add option to install PDA style desktop folders.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/config: .gitignore cleanup
Paulius Zaleckas [Thu, 4 Nov 2010 09:00:14 +0000 (11:00 +0200)]
package/config: .gitignore cleanup

Now all configure generated files go to output directory.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoRemove support for shared configuration cache
Thomas Petazzoni [Thu, 4 Nov 2010 19:31:25 +0000 (20:31 +0100)]
Remove support for shared configuration cache

The configuration cache shared between packages, while being in
principle a nice idea to speed-up the configuration of packages by
avoiding repetitive identical checks, turned out to be unreliable due
to the subtle differences between similar but not identical checks in
different packages. After spending some time trying to fix those, we
concluded that supporting the shared configuration cache is definitely
too hard and too unreliable, and that we'd better get rid of it
altogether.

This patch therefore removes the shared configuration cache
infrastructure and usage.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosawman: bump to 1.4.10
Lionel Landwerlin [Thu, 4 Nov 2010 02:50:31 +0000 (03:50 +0100)]
sawman: bump to 1.4.10

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: bump to 1.4.10
Lionel Landwerlin [Thu, 4 Nov 2010 02:50:30 +0000 (03:50 +0100)]
directfb: bump to 1.4.10

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosysstat: bump to 9.1.5
Lionel Landwerlin [Thu, 4 Nov 2010 02:50:27 +0000 (03:50 +0100)]
sysstat: bump to 9.1.5

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogdk-pixbuf/libgtk2: move gdk-pixbuf loader cache setup script
Lionel Landwerlin [Thu, 4 Nov 2010 08:18:57 +0000 (09:18 +0100)]
gdk-pixbuf/libgtk2: move gdk-pixbuf loader cache setup script

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: move autoreconfigure step to pre configure hook
Lionel Landwerlin [Thu, 4 Nov 2010 02:50:24 +0000 (03:50 +0100)]
package: move autoreconfigure step to pre configure hook

[Peter: update documentation to match]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibpcap: bump to 1.1.1
Lionel Landwerlin [Thu, 4 Nov 2010 02:50:28 +0000 (03:50 +0100)]
libpcap: bump to 1.1.1

This new release avoids problems when running autoreconf.

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoautomake: bump to 1.11.1
Lionel Landwerlin [Thu, 4 Nov 2010 02:50:26 +0000 (03:50 +0100)]
automake: bump to 1.11.1

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoautotools: fix MESSAGE calls
Lionel Landwerlin [Thu, 4 Nov 2010 02:50:22 +0000 (03:50 +0100)]
autotools: fix MESSAGE calls

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: GCC 4.5.x support is now added
Peter Korsgaard [Fri, 5 Nov 2010 06:32:52 +0000 (07:32 +0100)]
CHANGES: GCC 4.5.x support is now added

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agompc: ensure mpfr/gmp are built before mpc
Peter Korsgaard [Fri, 5 Nov 2010 06:11:40 +0000 (07:11 +0100)]
mpc: ensure mpfr/gmp are built before mpc

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: #901 is resolved
Peter Korsgaard [Fri, 5 Nov 2010 06:00:18 +0000 (07:00 +0100)]
CHANGES: #901 is resolved

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agorng-tools: new package
Gustavo Zacarias [Tue, 2 Nov 2010 19:35:35 +0000 (16:35 -0300)]
rng-tools: new package

[Peter: fix dependencies]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoargp-standalone: new package
Gustavo Zacarias [Tue, 2 Nov 2010 19:35:11 +0000 (16:35 -0300)]
argp-standalone: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agonetsnmp: bump to version 5.6
Gustavo Zacarias [Tue, 2 Nov 2010 19:34:14 +0000 (16:34 -0300)]
netsnmp: bump to version 5.6

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogpsd: new package
Gustavo Zacarias [Tue, 2 Nov 2010 19:32:47 +0000 (16:32 -0300)]
gpsd: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agorp-pppoe: bump to version 3.10, convert to gentargets, undeprecate.
Gustavo Zacarias [Tue, 2 Nov 2010 19:32:36 +0000 (16:32 -0300)]
rp-pppoe: bump to version 3.10, convert to gentargets, undeprecate.

Most of the work from Darcy Watkins <dwatkins@tranzeo.com>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopptp: bump to version 1.7.2, convert to gentargets
Gustavo Zacarias [Tue, 2 Nov 2010 19:31:41 +0000 (16:31 -0300)]
pptp: bump to version 1.7.2, convert to gentargets

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibnl: fix minor memleaks, install shared library properly
Gustavo Zacarias [Tue, 2 Nov 2010 19:31:07 +0000 (16:31 -0300)]
libnl: fix minor memleaks, install shared library properly

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoportmap: bump to version 6.0, convert to autotargets
Gustavo Zacarias [Tue, 2 Nov 2010 19:30:43 +0000 (16:30 -0300)]
portmap: bump to version 6.0, convert to autotargets

[Peter: fix uninstall target]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoreadline: bump to version 6.1
Gustavo Zacarias [Tue, 2 Nov 2010 19:30:24 +0000 (16:30 -0300)]
readline: bump to version 6.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoethtool: bump to version 2.6.35
Gustavo Zacarias [Tue, 2 Nov 2010 19:30:12 +0000 (16:30 -0300)]
ethtool: bump to version 2.6.35

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoruby: fix invalid sed invocation in configure.in
Gustavo Zacarias [Thu, 4 Nov 2010 21:49:20 +0000 (22:49 +0100)]
ruby: fix invalid sed invocation in configure.in

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogst-plugins-base: tighten alsa dependency
Peter Korsgaard [Thu, 4 Nov 2010 21:33:25 +0000 (22:33 +0100)]
gst-plugins-base: tighten alsa dependency

alsa support needs pcm+mixer support in alsa, but this isn't checked by
configure, so do it in the .mk instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoruby: bump to version 1.9.2-p0 to fix openssl issues, fix dependency issues too
Gustavo Zacarias [Thu, 4 Nov 2010 19:09:32 +0000 (16:09 -0300)]
ruby: bump to version 1.9.2-p0 to fix openssl issues, fix dependency issues too

[Peter: autoreconf needed for host as well]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosamba: security bump to 3.3.14 [CVE-2010-3069]
Gustavo Zacarias [Thu, 4 Nov 2010 16:20:57 +0000 (13:20 -0300)]
samba: security bump to 3.3.14 [CVE-2010-3069]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoiptables: bump to version 1.4.10
Gustavo Zacarias [Thu, 4 Nov 2010 14:32:32 +0000 (11:32 -0300)]
iptables: bump to version 1.4.10

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogcc 4.5.x arm: fix v4, pr#43440, pr#44392 and pr#45070
Gustavo Zacarias [Wed, 3 Nov 2010 19:10:31 +0000 (16:10 -0300)]
gcc 4.5.x arm: fix v4, pr#43440, pr#44392 and pr#45070

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogcc 4.5.x powerpc: fix softfloat and gcc pr#43810
Gustavo Zacarias [Wed, 3 Nov 2010 19:08:21 +0000 (16:08 -0300)]
gcc 4.5.x powerpc: fix softfloat and gcc pr#43810

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agompc: fix download URL
Gustavo Zacarias [Wed, 3 Nov 2010 19:06:06 +0000 (16:06 -0300)]
mpc: fix download URL

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd gcc 4.5.1 to buildroot
Martin Banky [Wed, 3 Nov 2010 18:59:31 +0000 (15:59 -0300)]
Add gcc 4.5.1 to buildroot

Signed-off-by: Martin.Banky@gmail.com <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoUpdate uclibc snapshot config to avoid build stall
Gustavo Zacarias [Wed, 3 Nov 2010 18:48:08 +0000 (15:48 -0300)]
Update uclibc snapshot config to avoid build stall

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoRemove INITRAMFS_TARGET variable
Thomas Petazzoni [Thu, 4 Nov 2010 16:21:28 +0000 (17:21 +0100)]
Remove INITRAMFS_TARGET variable

This used to be needed when the filesystem code was rewritten, but not
the Linux compilation code. Now that the Linux compilation code has
been rewritten, the mechanism to ensure that initramfs gets built
*before* the kernel so that it can be integrated is different, and
this INITRAMFS_TARGET variable is no longer used.

See f507921d391bb2578261a9e45c003e72302dc67a for details.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoConfig.in: wget: default to 3 retries
Peter Korsgaard [Thu, 4 Nov 2010 18:16:43 +0000 (19:16 +0100)]
Config.in: wget: default to 3 retries

Wget's builtin default of 20 retries before the backup site is used is
pretty excessive when a server is down.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolsof: stop overriding CFLAGS in build
Andy Gibbs [Wed, 3 Nov 2010 14:09:24 +0000 (15:09 +0100)]
lsof: stop overriding CFLAGS in build

Closes #2767

lsof compile breaks if CFLAGS overridden in 'make' command line
which is the case since buildroot-2010.08.

lsof has a partial fix for this already in the form of the
'LSOF_CFLAGS_OVERRIDE=1' configure option; however this only
fixes the problem in the generation of the Makefile for liblsof.

This patch does two things: it extends the 'LSOF_CFLAGS_OVERRIDE=1'
configure option to also cover the main Makefile; it also patches
lsof.mk to make use of the LSOF_CFLAGS_OVERRIDE option.

Signed-off-by: Andy Gibbs <andyg1001@hotmail.co.uk>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agontp: disable ntpsnmpd support
Peter Korsgaard [Thu, 4 Nov 2010 12:40:54 +0000 (13:40 +0100)]
ntp: disable ntpsnmpd support

Doesn't build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomplayer: tighten alsa dependency
Peter Korsgaard [Thu, 4 Nov 2010 12:09:14 +0000 (13:09 +0100)]
mplayer: tighten alsa dependency

mplayer needs pcm+mixer support in alsa, but this isn't checked by
configure, so do it in mplayer.mk instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: fix release target with make 3.81
Peter Korsgaard [Wed, 3 Nov 2010 23:00:00 +0000 (00:00 +0100)]
Makefile: fix release target with make 3.81

It seems that target-specific variables don't mix with target rules.

Thanks to Yann for helping debugging the issue.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain/crosstool-ng: use global BR2 version string
Yann E. MORIN [Sun, 31 Oct 2010 16:35:16 +0000 (17:35 +0100)]
toolchain/crosstool-ng: use global BR2 version string

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain/internal: use global BR2 version string for gcc version string
Yann E. MORIN [Sun, 31 Oct 2010 16:35:15 +0000 (17:35 +0100)]
toolchain/internal: use global BR2 version string for gcc version string

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoconfig: use global version string
Yann E. MORIN [Sun, 31 Oct 2010 16:35:14 +0000 (17:35 +0100)]
config: use global version string

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: use global version string in /etc/br-version
Yann E. MORIN [Sun, 31 Oct 2010 16:35:13 +0000 (17:35 +0100)]
Makefile: use global version string in /etc/br-version

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: compute the version string for all to use
Yann E. MORIN [Sun, 31 Oct 2010 16:35:12 +0000 (17:35 +0100)]
Makefile: compute the version string for all to use

Some packages use the buildroot version string (to set their own version
string). Computing the version string globally will makes it easy for
them to use it instead of re-computing it in every packages.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/config: update quilt series
Yann E. MORIN [Sun, 31 Oct 2010 16:35:11 +0000 (17:35 +0100)]
package/config: update quilt series

Update the patches so they apply without offset

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: move version string from Config.in into Makefile
Yann E. MORIN [Sun, 31 Oct 2010 16:35:10 +0000 (17:35 +0100)]
Makefile: move version string from Config.in into Makefile

This re-instates writing the version string in .config headers, and no
longer provides it as a kconfig symbol in .config (it is now a variable
in the Makefile, and in the environment).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: move .NOTPARALLEL
Yann E. MORIN [Sun, 31 Oct 2010 16:35:09 +0000 (17:35 +0100)]
Makefile: move .NOTPARALLEL

Move it down, users should not mess with it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibgtk2: Fix pixbuf loaders cache file generation
Paulius Zaleckas [Sat, 30 Oct 2010 17:29:12 +0000 (20:29 +0300)]
libgtk2: Fix pixbuf loaders cache file generation

After libgtk was bumped to 2.22.0 default loacation of
pixbuf loaders cache changed.
Use --update-cache flag for gdk-pixbuf-query-loaders
which does waht we need.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain/gcc: fix objective C suppor
Peter Korsgaard [Sun, 31 Oct 2010 20:17:47 +0000 (21:17 +0100)]
toolchain/gcc: fix objective C suppor

We've had objective C support in the tree for many years, but somehow
the BR2_GCC_CROSS_OBJC option (similar to the other BR2_GCC_CROSS_*
options) has disappeared.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoOptimize (-O2) host binaries by default
Peter Korsgaard [Fri, 29 Oct 2010 19:00:26 +0000 (21:00 +0200)]
Optimize (-O2) host binaries by default

Default HOST_CFLAGS to -O2, so host tools (like the cross compiler) are
built with optimization by default.

Based on a patch by Will Newton <will.newton@gmail.com>.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: update with modifications from gtk-bump branch
Peter Korsgaard [Fri, 29 Oct 2010 18:06:24 +0000 (20:06 +0200)]
CHANGES: update with modifications from gtk-bump branch

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'for-2010.11/gtk-bump' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Fri, 29 Oct 2010 11:50:02 +0000 (13:50 +0200)]
Merge branch 'for-2010.11/gtk-bump' of git://git.busybox.net/~tpetazzoni/git/buildroot

14 years agobusybox: additional 1.17.3 fixes
Peter Korsgaard [Fri, 29 Oct 2010 11:32:02 +0000 (13:32 +0200)]
busybox: additional 1.17.3 fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.32.x / 2.6.35.x stable versions
Peter Korsgaard [Fri, 29 Oct 2010 11:29:01 +0000 (13:29 +0200)]
kernel-headers: bump 2.6.32.x / 2.6.35.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoFix libgtk2 post install hook regression
Paulius Zaleckas [Mon, 25 Oct 2010 19:08:34 +0000 (22:08 +0300)]
Fix libgtk2 post install hook regression

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agokernel-headers: Fix 2.6.36 kernel version in menuconfig string
Paulius Zaleckas [Mon, 25 Oct 2010 11:26:15 +0000 (14:26 +0300)]
kernel-headers: Fix 2.6.36 kernel version in menuconfig string

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolinux: default to 2.6.36
Peter Korsgaard [Sat, 23 Oct 2010 12:53:08 +0000 (14:53 +0200)]
linux: default to 2.6.36

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: add 2.6.36, remove 2.6.29
Peter Korsgaard [Sat, 23 Oct 2010 12:50:26 +0000 (14:50 +0200)]
kernel-headers: add 2.6.36, remove 2.6.29

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: 1.17.3 sort fix
Peter Korsgaard [Sat, 23 Oct 2010 12:48:16 +0000 (14:48 +0200)]
busybox: 1.17.3 sort fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodocs/buildroot: remove trailing spaces
Peter Korsgaard [Sat, 23 Oct 2010 12:44:16 +0000 (14:44 +0200)]
docs/buildroot: remove trailing spaces

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobuildroot.html: Fix grammer and punctuation
Martin Banky [Tue, 12 Oct 2010 22:17:55 +0000 (15:17 -0700)]
buildroot.html: Fix grammer and punctuation

Also, clarified some of the information given.

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobuildroot.html: html code clean-up and other issues - Part2
Martin Banky [Tue, 12 Oct 2010 22:17:54 +0000 (15:17 -0700)]
buildroot.html: html code clean-up and other issues - Part2

The current DocType declaration was incorrect. It is neither xhtml strict nor
xhtml transitional. So, instead of dealing with that issue, converted it to
validated Html5.

Fixed white-space errors.
Removed validator html4.01 code.
Color corrected the code sections.
Removed redundant or useless html code.
Changed foo to libfoo, for consistency.
Changed page bookmarking to use header id's.
Re-flowed paragraphs to line break at 80 characters.
Re-formatted the code sections for consistency and correctness.
Kept all list items, headings, and href's on a single line (where possible).

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobuildroot.html: html code clean-up and other issues - Part1
Martin Banky [Tue, 12 Oct 2010 22:17:53 +0000 (15:17 -0700)]
buildroot.html: html code clean-up and other issues - Part1

The current DocType declaration was incorrect. It is neither xhtml strict nor
xhtml transitional. So, instead of dealing with that issue, converted it to
validated Html5.

Fixed white-space errors.
Removed validator html4.01 code.
Color corrected the code sections.
Removed redundant or useless html code.
Changed foo to libfoo, for consistency.
Changed page bookmarking to use header id's.
Re-flowed paragraphs to line break at 80 characters.
Re-formatted the code sections for consistency and correctness.
Kept all list items, headings, and href's on a single line (where possible).

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agostylesheet.css: cleaned up css code
Martin Banky [Tue, 12 Oct 2010 22:17:52 +0000 (15:17 -0700)]
stylesheet.css: cleaned up css code

Fixed indents, and removed redundent specifers and trailing spaces.

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowpa_supplicant: unbreak dbus support after 0.7.3 bump
Peter Korsgaard [Tue, 19 Oct 2010 07:45:48 +0000 (09:45 +0200)]
wpa_supplicant: unbreak dbus support after 0.7.3 bump

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>