buildroot.git
14 years agolibaio: convert to the GENTARGETS infrastructure
Thomas Petazzoni [Mon, 5 Apr 2010 20:24:02 +0000 (22:24 +0200)]
libaio: convert to the GENTARGETS infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoEnable e300c2, e300c3 and e500mc powerpc optimizations
Gustavo Zacarias [Thu, 8 Apr 2010 02:00:28 +0000 (23:00 -0300)]
Enable e300c2, e300c3 and e500mc powerpc optimizations

Closes #1513

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'libusb-conversion' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Thu, 8 Apr 2010 09:37:12 +0000 (11:37 +0200)]
Merge branch 'libusb-conversion' of git://git.busybox.net/~tpetazzoni/git/buildroot

Fix merge conflicts in CHANGES

14 years agofbv: add patch to support bgr555 framebuffer format.
Josh.Wu [Fri, 2 Apr 2010 02:35:11 +0000 (10:35 +0800)]
fbv: add patch to support bgr555 framebuffer format.

[Peter: add header to patch, fix file permissions]
Signed-off-by: Josh.Wu <josh.wu@atmel.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomatchbox-desktop: fix compilation and installation
Paulius Zaleckas [Tue, 6 Apr 2010 20:36:53 +0000 (23:36 +0300)]
matchbox-desktop: fix compilation and installation

Libtool patch applies just fine.
mbdesktop_modules is installed by the matchbox-desktop and we
don't have to overwrite it with our copy(contains wrong paths).

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: fix using external toolchains built with buildroot
Yann E. MORIN [Tue, 6 Apr 2010 22:50:10 +0000 (00:50 +0200)]
toolchain: fix using external toolchains built with buildroot

The toolchains built with buildroot use specially crafted paths for their
sysroot and prefix. Fix that by asking gcc where it finds a file we
know by relative path to the sysroot.

This has the side effect of greatly simplifying the sysroot detection
in every cases tested so far (BR toolchains, CT-NG toolchains, and
CodeSourcery toolchains).

Fixes bug #851.

Thanks Thomas Petazzoni for the hint and some testings.
Thanks Grant Edwards for the report and the comments.

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: add 2.6.33 scsi fix, tweak 2.6.31/32 patches
Peter Korsgaard [Wed, 7 Apr 2010 07:15:34 +0000 (09:15 +0200)]
kernel-headers: add 2.6.33 scsi fix, tweak 2.6.31/32 patches

The last hunk was in a KERNEL ifdef, so not needed.

Fixes udev scsi-id build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agousb_modeswitch: use GENTARGETS instead of AUTOTARGETS
Thomas Petazzoni [Tue, 6 Apr 2010 19:50:52 +0000 (21:50 +0200)]
usb_modeswitch: use GENTARGETS instead of AUTOTARGETS

usb_modeswitch build system is just a simple Makefile, so the
GENTARGETS infrastructure is more appropriate than the AUTOTARGETS
infrastructure. The build system is slightly fixed through a small
patch, that replaces the previous "nostrip" patch.

The latest version of usb_modeswitch is 1.1.1, but it now relies on
udev and requires TCL to operate. Someone actually using
usb_modeswitch would probably be at a better place to do this version
bump.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibusb: bump version, convert to autotools, add -compat lib
Mike Crowe [Thu, 11 Feb 2010 13:19:35 +0000 (13:19 +0000)]
libusb: bump version, convert to autotools, add -compat lib

Upgrade libusb to v1.0.3 and add new libusb-compat package for
compatibility with old packages that expect the pre-1.0 API.

Also update usb_modeswitch to depend on libusb-compat rather than
libusb.

Minor fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>.

Fixes bug #1093.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
14 years agodependencies: we need tar and wget as well
Peter Korsgaard [Tue, 6 Apr 2010 14:40:42 +0000 (16:40 +0200)]
dependencies: we need tar and wget as well

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agouClibc: 0.9.31 dnslookup use after free fix
Peter Korsgaard [Tue, 6 Apr 2010 13:37:14 +0000 (15:37 +0200)]
uClibc: 0.9.31 dnslookup use after free fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoradvd: bump version
Alexander Clouter [Tue, 6 Apr 2010 05:43:03 +0000 (07:43 +0200)]
radvd: bump version

Closes #1489

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogcc: hide shared libgcc option if BR2_PREFER_STATIC_LIB is enabled
Peter Korsgaard [Mon, 5 Apr 2010 11:47:15 +0000 (13:47 +0200)]
gcc: hide shared libgcc option if BR2_PREFER_STATIC_LIB is enabled

Shared libgcc without shared libs doesn't make much sense.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agouclibc: don't install libs to target if BR2_PREFER_STATIC_LIB
Peter Korsgaard [Mon, 5 Apr 2010 11:44:21 +0000 (13:44 +0200)]
uclibc: don't install libs to target if BR2_PREFER_STATIC_LIB

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: respect BR2_PREFER_STATIC_LIB
Peter Korsgaard [Mon, 5 Apr 2010 11:29:01 +0000 (13:29 +0200)]
busybox: respect BR2_PREFER_STATIC_LIB

Build static version if requested in BR config.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: add uClibc 0.9.31, mark 0.9.30.x as recent
Peter Korsgaard [Mon, 5 Apr 2010 08:47:54 +0000 (10:47 +0200)]
toolchain: add uClibc 0.9.31, mark 0.9.30.x as recent

Enable susv3/susv4 legacy support for now, as a lot of packages (E.G.
busybox) breaks with the stricter interpretation in 0.9.31.
Also slightly tweak uclibc.mk as the "new" linuxthreads symbol changed.

Test built on x86/x86-64/ppc/arm/mips.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: out-of-tree fix for uclibc 0.9.31
Peter Korsgaard [Mon, 5 Apr 2010 08:44:54 +0000 (10:44 +0200)]
Makefile: out-of-tree fix for uclibc 0.9.31

Strangely enough O is still passed to submakes with MAKEOVERRIDES
(with make 3.81 atleast), the only thing that changes is the output
of the origin function (command line -> environment).
Unfortunately some packages don't look at origin (E.G. uClibc 0.9.31+)
To really make O go away, we have to override it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomatchbox: convert to autotools, fix build with start-notification, libxft
Will Wagner [Thu, 1 Apr 2010 10:10:12 +0000 (11:10 +0100)]
matchbox: convert to autotools, fix build with start-notification, libxft

Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoconfigs/: fix uboot board name for integrator926 defconfig
Johan Thelin [Sat, 3 Apr 2010 08:48:06 +0000 (10:48 +0200)]
configs/: fix uboot board name for integrator926 defconfig

Closes #817 + #1189

Signed-off-by: Johan Thelin <johan@thelins.se>
Signed-off-by: Grant Edwards <grant.b.edwards@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump libdrm to 2.4.19
Paul Jones [Wed, 31 Mar 2010 10:15:02 +0000 (21:15 +1100)]
Bump libdrm to 2.4.19

Also adds proper dependency information to stop build errors.

Signed-off-by: Paul Jones <paul@pauljones.id.au>
Acked-By: Will Wagner<willw@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agouclibc: Fix for improper copying of kernel headers
Will Wagner [Tue, 26 Jan 2010 15:31:37 +0000 (15:31 +0000)]
uclibc: Fix for improper copying of kernel headers

Closes #1219

Signed-off-by: Will Wagner <will_wagner@carallon.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotarget/linux: bump 2.6.{27, 31, 32, 33} stable versions
H Hartley Sweeten [Fri, 2 Apr 2010 16:44:57 +0000 (11:44 -0500)]
target/linux: bump 2.6.{27, 31, 32, 33} stable versions

Now that the kernel-headers are bumped, also bump the linux
targets to match.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoqt: bump version
Frederik Vannoote [Fri, 2 Apr 2010 13:33:28 +0000 (15:33 +0200)]
qt: bump version

qt 4.6.x has a number of new configure options, and needs a patch to
work on uClibc.

Signed-off-by: Frederik Vannoote <frederik.vannoote@barco.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd missing directories to Busybox skeleton
Paulius Zaleckas [Fri, 2 Apr 2010 13:09:25 +0000 (16:09 +0300)]
Add missing directories to Busybox skeleton

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoRemove ConfigFS from Busybox skeleton
Paulius Zaleckas [Fri, 2 Apr 2010 13:09:18 +0000 (16:09 +0300)]
Remove ConfigFS from Busybox skeleton

It is not included in generic skeleton and very unlikely
that someone will use it on embedded devices.
AFAIK even Fedora does not include it in fstab.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoradvd: needs host-flex
Peter Korsgaard [Fri, 2 Apr 2010 13:13:46 +0000 (15:13 +0200)]
radvd: needs host-flex

Closes #1369

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agou-boot: add 2010.03, adapt target mkimage step to work with 2010.03
Peter Korsgaard [Fri, 2 Apr 2010 13:00:59 +0000 (15:00 +0200)]
u-boot: add 2010.03, adapt target mkimage step to work with 2010.03

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agologrotate: use standard wchar comment
Peter Korsgaard [Fri, 2 Apr 2010 10:40:32 +0000 (12:40 +0200)]
logrotate: use standard wchar comment

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agofindutils: show comment if wchar isn't enabled
Peter Korsgaard [Fri, 2 Apr 2010 10:39:48 +0000 (12:39 +0200)]
findutils: show comment if wchar isn't enabled

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agographics: remove comment about fbset broken in busybox, sort order
Peter Korsgaard [Fri, 2 Apr 2010 10:32:32 +0000 (12:32 +0200)]
graphics: remove comment about fbset broken in busybox, sort order

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: indent sub options
Peter Korsgaard [Fri, 2 Apr 2010 10:27:21 +0000 (12:27 +0200)]
busybox: indent sub options

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoNew package menu structure
Gustavo Zacarias [Fri, 26 Mar 2010 14:19:43 +0000 (11:19 -0300)]
New package menu structure

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.{27,31,32,33} stable versions
Peter Korsgaard [Fri, 2 Apr 2010 07:28:07 +0000 (09:28 +0200)]
kernel-headers: bump 2.6.{27,31,32,33} stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodnsmasq: fix CFLAGS
Gustavo Zacarias [Thu, 1 Apr 2010 15:44:28 +0000 (17:44 +0200)]
dnsmasq: fix CFLAGS

Closes #1459

dnsmasq takes CFLAGS on make opt rather than env.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoiw: needs host-pkg-config
Gustavo Zacarias [Wed, 31 Mar 2010 18:30:30 +0000 (15:30 -0300)]
iw: needs host-pkg-config

Closes #1459

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoxlib_libX11: don't build documentation
Peter Korsgaard [Wed, 31 Mar 2010 10:13:51 +0000 (12:13 +0200)]
xlib_libX11: don't build documentation

Closes #1387

The documentation step needs working groff and ps2pdf on the host, and
only slows down the build, so just disable it.

At the same time, cleanup the overlong _CONF_OPT line.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoConfig.in: bump default JLEVEL to 2
Peter Korsgaard [Wed, 31 Mar 2010 09:05:12 +0000 (11:05 +0200)]
Config.in: bump default JLEVEL to 2

With multicores everywhere, 2 is probably a bit low - But atleast it's
better than the current default.

This extra parallelism also ensures we get to test the make dependencies
a bit more.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoe2fsprogs: bump version
Gustavo Zacarias [Wed, 17 Mar 2010 19:59:32 +0000 (16:59 -0300)]
e2fsprogs: bump version

Closes #1423

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoiptables: bump version
Gustavo Zacarias [Tue, 16 Mar 2010 17:07:59 +0000 (14:07 -0300)]
iptables: bump version

Closes #1417

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoopenssl: bump version
Gustavo Zacarias [Fri, 26 Mar 2010 13:16:31 +0000 (10:16 -0300)]
openssl: bump version

Closes #1411

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: prepare for more than two alternatives
Yann E. MORIN [Fri, 26 Mar 2010 19:46:37 +0000 (20:46 +0100)]
toolchain: prepare for more than two alternatives

Lay down the path to add more than two toolchain kinds:
- check the type of toolchain as:
    ifeq (toolchain_buildroot,y)
        blabla buildroot-specific
    else ifeq (toolchain_external,y)
        blabla external-specific
    endif

- prefer using positive checks, a-la:
    ifeq (foo,y)
  instead of:
    ifneq (bar,y)
  (where foo and bar are mutually exclusive)

- have the toolchain_buildroot case always appear first

- gettext is handled differently, because we want to add an option
  only if not using the buildroot toolchain, hence we use ifneq.

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Acked-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoexternal toolchain: fix sysroot location if the toolchain was moved
Yann E. MORIN [Wed, 24 Mar 2010 22:42:42 +0000 (23:42 +0100)]
external toolchain: fix sysroot location if the toolchain was moved

Sysrooted toolchain can be relocated. In this case, the sysroot is no
longer located at the place it was configured at.

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Acked-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agophp: bump version
Gustavo Zacarias [Fri, 26 Mar 2010 15:54:39 +0000 (12:54 -0300)]
php: bump version

Closes #1429

[Peter: stick to bz2 upstream]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add #1327
Peter Korsgaard [Wed, 31 Mar 2010 08:40:30 +0000 (10:40 +0200)]
CHANGES: add #1327

Got fixed by d5bf5f967009733.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoFix autotools instalation with symbols
Paulius Zaleckas [Tue, 30 Mar 2010 15:20:55 +0000 (17:20 +0200)]
Fix autotools instalation with symbols

Closes #1447

When installing without symbols install-strip is used,
with symbols - install-exec.
Since install-exec installs only executables, we should use
simple install, to install other needed files also
(like files in /usr/shared) as install-strip does.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-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 agoget rid of broken nios2 support
Peter Korsgaard [Tue, 30 Mar 2010 15:18:25 +0000 (17:18 +0200)]
get rid of broken nios2 support

Has been marked as broken for more than 1 year, with no indication
that anyone cares, and it needs a bunch of special handling.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: simplify BINUTILS_SITE selection
Peter Korsgaard [Tue, 30 Mar 2010 15:05:02 +0000 (17:05 +0200)]
binutils: simplify BINUTILS_SITE selection

All versions are available on gnu.org.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: get rid of ancient 2.18.50.0.9 development version
Peter Korsgaard [Tue, 30 Mar 2010 15:04:23 +0000 (17:04 +0200)]
binutils: get rid of ancient 2.18.50.0.9 development version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: default to 2.20.1, mark 2.19.1 as deprecated
Peter Korsgaard [Tue, 30 Mar 2010 14:50:45 +0000 (16:50 +0200)]
binutils: default to 2.20.1, mark 2.19.1 as deprecated

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: add 2.20.1
Gustavo Zacarias [Mon, 29 Mar 2010 14:58:41 +0000 (11:58 -0300)]
binutils: add 2.20.1

Closes #1441

[Peter: use gnu.org upstream]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoclasspath: trivial Config.in whitespace fix
Peter Korsgaard [Tue, 30 Mar 2010 14:07:28 +0000 (16:07 +0200)]
classpath: trivial Config.in whitespace fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibxml2: bump version
Peter Korsgaard [Mon, 29 Mar 2010 15:42:12 +0000 (17:42 +0200)]
libxml2: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibgcrypt: bump to 1.4.5
Lionel Landwerlin [Sat, 27 Mar 2010 15:11:25 +0000 (16:11 +0100)]
libgcrypt: bump to 1.4.5

Also autotools.in conversion and change source location from
gd.tuwien.ac.at to ftp.gnupg.org

[Peter: add missing libgpg-error makefile dependency]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoxlib_libXfont: don't build devel documentation
Peter Korsgaard [Mon, 29 Mar 2010 10:41:17 +0000 (12:41 +0200)]
xlib_libXfont: don't build devel documentation

Adds to the build time and brings in an xmlto dependency

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: bump 1.16.x stable version
Peter Korsgaard [Mon, 29 Mar 2010 09:29:30 +0000 (11:29 +0200)]
busybox: bump 1.16.x stable version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd new netperf package
Gustavo Zacarias [Thu, 18 Feb 2010 15:49:27 +0000 (12:49 -0300)]
Add new netperf package

Closes #1105

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump less to 436 and migrate to Makefile.autotools.in
Gustavo Zacarias [Thu, 18 Feb 2010 19:15:58 +0000 (16:15 -0300)]
Bump less to 436 and migrate to Makefile.autotools.in

Closes #1123

[Peter: get rid of redundant DISABLE_LARGEFILE]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump nano to 2.2.3 and migrate to Makefile.autotools.in
Gustavo Zacarias [Thu, 18 Feb 2010 19:01:01 +0000 (16:01 -0300)]
Bump nano to 2.2.3 and migrate to Makefile.autotools.in

Closes #1117

[Peter: get rid of redundant DISABLE_LARGEFILE, trailing spaces]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosquid: don't use susv3 legacy functions
Peter Korsgaard [Wed, 24 Mar 2010 08:00:57 +0000 (09:00 +0100)]
squid: don't use susv3 legacy functions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoNew package squid 3.0.STABLE21
Gustavo Zacarias [Wed, 23 Dec 2009 12:30:45 +0000 (09:30 -0300)]
New package squid 3.0.STABLE21

Closes #513

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd lmbench
Kelvin Cheung [Wed, 11 Nov 2009 02:51:02 +0000 (10:51 +0800)]
Add lmbench

Closes #661

Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agofreetype: bump to 2.3.12
William Wagner [Mon, 22 Mar 2010 19:46:32 +0000 (19:46 +0000)]
freetype: bump to 2.3.12

Signed-off-by: William Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomdadm: update to 2.6.9
Richard van Paasen [Mon, 14 Dec 2009 21:56:10 +0000 (22:56 +0100)]
mdadm: update to 2.6.9

Closes #805

This patch updates mdadm to 2.6.9 and uses the new makefile template.

Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: add librsync
Chris Seawood [Mon, 22 Mar 2010 15:50:51 +0000 (16:50 +0100)]
package: add librsync

Closes #1303

[Peter: misc tweaks (whitespace, kconfig, sf.net URL)]

Signed-off-by: Chris Seawood <cls@seawood.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: additional 1.16.0 fixes
Peter Korsgaard [Mon, 22 Mar 2010 14:19:42 +0000 (15:19 +0100)]
busybox: additional 1.16.0 fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowget: needs WCHAR support in toolchain
Peter Korsgaard [Mon, 22 Mar 2010 14:13:02 +0000 (15:13 +0100)]
wget: needs WCHAR support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args
Peter Korsgaard [Mon, 22 Mar 2010 13:29:00 +0000 (14:29 +0100)]
package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args

Makefile.autotools.in automatically adds these to the configure invocation,
so there's no need to explicitly list them.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoiperf: update to 2.0.4
Richard van Paasen [Mon, 14 Dec 2009 21:54:12 +0000 (22:54 +0100)]
iperf: update to 2.0.4

Closes #800

Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomemstat: bump to 0.8 and migrate to Makefile.package.in
Gustavo Zacarias [Thu, 18 Feb 2010 19:48:24 +0000 (16:48 -0300)]
memstat: bump to 0.8 and migrate to Makefile.package.in

Closes #1129

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowget: bump to 1.12 and migrate to Makefile.autotools.in
Gustavo Zacarias [Thu, 18 Feb 2010 17:51:51 +0000 (14:51 -0300)]
wget: bump to 1.12 and migrate to Makefile.autotools.in

Closes #1111.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopppd: only install manpages if BR2_HAVE_MANPAGES is enabled
Peter Korsgaard [Mon, 22 Mar 2010 12:59:54 +0000 (13:59 +0100)]
pppd: only install manpages if BR2_HAVE_MANPAGES is enabled

They do get removed in target-finalize, but we might as well not install
them in the first place.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add #1345
Peter Korsgaard [Thu, 18 Mar 2010 22:15:06 +0000 (23:15 +0100)]
CHANGES: add #1345

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: 1.16.0 beep fix
Peter Korsgaard [Thu, 18 Mar 2010 22:09:05 +0000 (23:09 +0100)]
busybox: 1.16.0 beep fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump pppd to 2.4.5 and convert to Makefile.autotools.in
Gustavo Zacarias [Wed, 17 Mar 2010 18:36:13 +0000 (15:36 -0300)]
Bump pppd to 2.4.5 and convert to Makefile.autotools.in

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibpng: bump version
Peter Korsgaard [Thu, 18 Mar 2010 15:42:21 +0000 (16:42 +0100)]
libpng: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibglib2: bump version
Peter Korsgaard [Tue, 16 Mar 2010 15:30:00 +0000 (16:30 +0100)]
libglib2: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.32.x / 2.6.33.x versions
Peter Korsgaard [Mon, 15 Mar 2010 20:18:56 +0000 (21:18 +0100)]
kernel-headers: bump 2.6.32.x / 2.6.33.x versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosetserial: fix build with 2.6.33+ kernel headers on x86
Peter Korsgaard [Mon, 15 Mar 2010 14:14:56 +0000 (15:14 +0100)]
setserial: fix build with 2.6.33+ kernel headers on x86

linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still
define the TIOCGHAYESESP ioctl, breaking the build.

It's very unlikely to be of interest anymore, so just undef it.

Reported-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: remove obsolete openswan support
Peter Korsgaard [Sun, 14 Mar 2010 20:36:24 +0000 (21:36 +0100)]
kernel-headers: remove obsolete openswan support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: get rid of ancient 2.6.26 version
Peter Korsgaard [Sun, 14 Mar 2010 20:35:37 +0000 (21:35 +0100)]
kernel-headers: get rid of ancient 2.6.26 version

And remove the -rt support we had for that version.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotarget/linux: remove ancient (<2.6.27) versions
Peter Korsgaard [Sun, 14 Mar 2010 20:32:56 +0000 (21:32 +0100)]
target/linux: remove ancient (<2.6.27) versions

And get rid of the corresponding at91 patches as well.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: default to 2.6.33
Peter Korsgaard [Sun, 14 Mar 2010 07:26:39 +0000 (08:26 +0100)]
kernel-headers: default to 2.6.33

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopppd: enable ipv6 support if toolchain supports it
Alexander Clouter [Sat, 13 Mar 2010 20:43:06 +0000 (21:43 +0100)]
pppd: enable ipv6 support if toolchain supports it

Closes #1273

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotarget: add linux 2.6.33
H Hartley Sweeten [Fri, 12 Mar 2010 23:32:55 +0000 (17:32 -0600)]
target: add linux 2.6.33

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: 1.16.0 tail fix
Peter Korsgaard [Fri, 12 Mar 2010 22:19:57 +0000 (23:19 +0100)]
busybox: 1.16.0 tail fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: add 2.6.33 kernel headers
Peter Korsgaard [Fri, 12 Mar 2010 22:18:05 +0000 (23:18 +0100)]
toolchain: add 2.6.33 kernel headers

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: Add uClibc 0.9.30.3, remove older 0.9.30.x
Peter Korsgaard [Fri, 12 Mar 2010 22:14:59 +0000 (23:14 +0100)]
toolchain: Add uClibc 0.9.30.3, remove older 0.9.30.x

As the 0.9.30.x stable releases only contain bugfixes, there isn't much
sense in using the older 0.9.30.x releases instead of .3, so use a single
0.9.30.x config similar to how we do it for the kernel headers.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoremove -mm linux patch options
H Hartley Sweeten [Tue, 9 Mar 2010 18:08:35 +0000 (12:08 -0600)]
remove -mm linux patch options

The -mm tree is really no longer available since the -next tree
was created for testing.  It's not even listed on the kernel.org
site any longer.  Plus, the last one that was published as
available was pretty old, 2.6.28-rc2-mm1.

Remove all the -mm patch stuff from Buildroot to clean up the
Linux kernel selection.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: additional 1.16.0 fixes
Peter Korsgaard [Mon, 8 Mar 2010 22:07:52 +0000 (23:07 +0100)]
busybox: additional 1.16.0 fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomtd-utils: fix build with external toolchain
Peter Korsgaard [Mon, 8 Mar 2010 21:44:28 +0000 (22:44 +0100)]
mtd-utils: fix build with external toolchain

Reported by H Hartley Sweeten.

Make sure we pass proper CFLAGS to mtd-utils, so builds needing --sysroot
works (E.G. external toolchains).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add X.org 7.5
Peter Korsgaard [Mon, 8 Mar 2010 13:29:48 +0000 (14:29 +0100)]
CHANGES: add X.org 7.5

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'x11r75' of git://gitorious.org/takeme-buildroot/takeme-buildroot
Peter Korsgaard [Mon, 8 Mar 2010 13:12:33 +0000 (14:12 +0100)]
Merge branch 'x11r75' of git://gitorious.org/takeme-buildroot/takeme-buildroot

14 years agoe2fsprogs: fix build when no binaries/libs are selected
Peter Korsgaard [Sun, 7 Mar 2010 22:00:06 +0000 (23:00 +0100)]
e2fsprogs: fix build when no binaries/libs are selected

Reported by "Thomas".

Strip fails as it gets called without any arguments. Instead of working
around this, simply remove the package-specific stripping as it is
done later (in target-finalize) anyway.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodosfstools: unbreak build
Peter Korsgaard [Sat, 6 Mar 2010 23:13:53 +0000 (00:13 +0100)]
dosfstools: unbreak build

Unbreak build after e8352988 (make sure install targets aren't run everytime)

Reported-by: Darcy Watkins <DWatkins@tranzeo.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosquashfs: fix 3.4 build after be8a104c3cd (pass CFLAGS/LDFLAGS and add host-zlib...
Peter Korsgaard [Tue, 2 Mar 2010 16:42:23 +0000 (17:42 +0100)]
squashfs: fix 3.4 build after be8a104c3cd (pass CFLAGS/LDFLAGS and add host-zlib dependency)

Commit be8a104c3cd (pass CFLAGS/LDFLAGS and add host-zlib dependency)
changed the way make was invocated for squashfs and added a patch for 4.0,
but forgot to add an equivalent patch for 3.4.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoConfig.in: Bump version
Peter Korsgaard [Tue, 2 Mar 2010 16:41:12 +0000 (17:41 +0100)]
Config.in: Bump version

Tree is open for development again.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump X11 version to 7.5
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:30 +0000 (11:35 +0200)]
Bump X11 version to 7.5

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-xfree86-type1 to 1.0.2
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:29 +0000 (11:35 +0200)]
Bump font-xfree86-type1 to 1.0.2

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-winitzki-cyrillic to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:29 +0000 (11:35 +0200)]
Bump font-winitzki-cyrillic to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-sun-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:28 +0000 (11:35 +0200)]
Bump font-sun-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>