buildroot.git
14 years agoCHANGES: add #1009
Peter Korsgaard [Fri, 29 Jan 2010 14:01:04 +0000 (15:01 +0100)]
CHANGES: add #1009

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump php to 5.2.12
Gustavo Zacarias [Fri, 29 Jan 2010 13:03:34 +0000 (10:03 -0300)]
Bump php to 5.2.12

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.x / 2.6.32.x stable versions
Peter Korsgaard [Fri, 29 Jan 2010 09:59:52 +0000 (10:59 +0100)]
kernel-headers: bump 2.6.27.x / 2.6.32.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoPATCH: Add more config options to alsa, bump version
William Wagner [Thu, 28 Jan 2010 18:07:27 +0000 (18:07 +0000)]
PATCH: Add more config options to alsa, bump version

Signed-off-by: William Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: fix unstripped binary installation
Lionel Landwerlin [Wed, 27 Jan 2010 01:09:04 +0000 (02:09 +0100)]
package: fix unstripped binary installation

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodbus: fix target installation with BR2_HAVE_DEVFILES
Lionel Landwerlin [Wed, 27 Jan 2010 01:09:03 +0000 (02:09 +0100)]
dbus: fix target installation with BR2_HAVE_DEVFILES

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibxslt: fix dependency on libxml
Lionel Landwerlin [Wed, 27 Jan 2010 01:09:02 +0000 (02:09 +0100)]
libxslt: fix dependency on libxml

[Peter: fix indentation]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoreadline: convert to autotools infrastructure
Lionel Landwerlin [Wed, 27 Jan 2010 01:08:58 +0000 (02:08 +0100)]
readline: convert to autotools infrastructure

[Peter: renamed patches to get picked up by infrastructure]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agozlib: fix headers installation in target directory
Lionel Landwerlin [Wed, 27 Jan 2010 01:08:49 +0000 (02:08 +0100)]
zlib: fix headers installation in target directory

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobash: fix configuration
Lionel Landwerlin [Sun, 17 Jan 2010 22:40:54 +0000 (23:40 +0100)]
bash: fix configuration

Patch bash32-011 modifies the configure.in script. Therefor we need to
run autoconf before launching the configure script. Otherwise, once
the configure script called, the makefile's dependencies over
configure.in will relaunch autoconf without options/environnement
variables we usually set when calling configure.

[Peter: use our own host-autoconf instead of what's on the host]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoRevert "Revert "gvfs: update to version 1.4.0""
Peter Korsgaard [Thu, 28 Jan 2010 16:31:36 +0000 (17:31 +0100)]
Revert "Revert "gvfs: update to version 1.4.0""

This reverts commit 70ce96305cb19254576f670e896a66f3e3ba6eff.

Now that we have glib2 2.22.4, we can take the gvfs 1.4.0 update.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibxml2: bump to version 2.7.6
Sagaert Johan [Thu, 26 Nov 2009 15:51:11 +0000 (16:51 +0100)]
libxml2: bump to version 2.7.6

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosawman: bump to 1.4.3
Lionel Landwerlin [Wed, 20 Jan 2010 00:05:34 +0000 (01:05 +0100)]
sawman: bump to 1.4.3

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: some cleanup in config file
Lionel Landwerlin [Wed, 20 Jan 2010 00:05:30 +0000 (01:05 +0100)]
directfb: some cleanup in config file

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibglib2: bump to 2.22.4
Lionel Landwerlin [Sat, 26 Dec 2009 16:00:41 +0000 (17:00 +0100)]
libglib2: bump to 2.22.4

[Peter: updated to 2.22.4 instead which is so far only on ftp.gnome.org,
 fixed build without IPv6 support]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobash: remove CC variable when calling make
Lionel Landwerlin [Sat, 26 Dec 2009 14:03:28 +0000 (15:03 +0100)]
bash: remove CC variable when calling make

So "/opt/whatever_toolchain/gcc --sysroot $(STAGING_DIR)" isn't
stripped to "/opt/whatever_toolchain/gcc", making gcc to look at
$(ORIGINAL_TOOLCHAIN_DIRECTORY)/usr/include instead of
$(STAGING_DIR)/usr/include. For more CC is already filled when
running the configure script.

This problem should only be visible with an external toolchain.

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoser2net: bump version
Peter Korsgaard [Thu, 28 Jan 2010 15:30:37 +0000 (16:30 +0100)]
ser2net: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoNew package ser2net request
Francisco Gonzalez [Wed, 16 Dec 2009 16:40:23 +0000 (17:40 +0100)]
New package ser2net request

[Peter: whitespace fixes / cleanups]
Signed-off-by: Francisco Gonzalez <gzmorell@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoat: bump version, fix make install, convert to Makefile.autotools.in format
Peter Korsgaard [Thu, 28 Jan 2010 15:03:06 +0000 (16:03 +0100)]
at: bump version, fix make install, convert to Makefile.autotools.in format

Make install would fail if target != host, as it tried to use host strip
for install -s.

Patch 1-5 from ptxdist.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoat: fix build when host doesn't have sendmail
Peter Korsgaard [Wed, 27 Jan 2010 15:31:44 +0000 (16:31 +0100)]
at: fix build when host doesn't have sendmail

Reported by Noel Vellemans.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add flex, gperf and webkit
Peter Korsgaard [Wed, 27 Jan 2010 13:59:49 +0000 (14:59 +0100)]
CHANGES: add flex, gperf and webkit

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowebkit: fix dependencies on host tools flex and gperf
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:57 +0000 (11:12 +0100)]
webkit: fix dependencies on host tools flex and gperf

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowebkit: convert to newstyle autotools infrastructure
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:56 +0000 (11:12 +0100)]
webkit: convert to newstyle autotools infrastructure

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogperf: add gperf-host package (required by webkit)
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:55 +0000 (11:12 +0100)]
gperf: add gperf-host package (required by webkit)

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogperf: convert to newstyle autotools infrastructure
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:54 +0000 (11:12 +0100)]
gperf: convert to newstyle autotools infrastructure

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoflex: add flex-host package (required by webkit)
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:53 +0000 (11:12 +0100)]
flex: add flex-host package (required by webkit)

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoflex: convert to autotools infrastructure
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:52 +0000 (11:12 +0100)]
flex: convert to autotools infrastructure

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoflex: bump to 2.5.35
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:51 +0000 (11:12 +0100)]
flex: bump to 2.5.35

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoflex: fix prog-ar patch
Lionel Landwerlin [Sun, 15 Nov 2009 10:12:50 +0000 (11:12 +0100)]
flex: fix prog-ar patch

Could not apply when missing top level Makefile, which is also
regenerated by the configure script.

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump iw package to 0.9.19
Gustavo Zacarias [Mon, 25 Jan 2010 13:42:50 +0000 (10:42 -0300)]
Bump iw package to 0.9.19

Closes #973.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump netstat-nat to 1.4.10
Gustavo Zacarias [Tue, 26 Jan 2010 14:47:42 +0000 (11:47 -0300)]
Bump netstat-nat to 1.4.10

Closes #967.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump dnsmasq to 2.52
Gustavo Zacarias [Tue, 26 Jan 2010 14:36:07 +0000 (11:36 -0300)]
Bump dnsmasq to 2.52

Closes #961.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosdl: needs tslib to be compiled first when selected.
Julien Boibessot [Tue, 26 Jan 2010 12:04:43 +0000 (13:04 +0100)]
sdl: needs tslib to be compiled first when selected.

If SDL is built before tslib, then SDL can't detect it at configure
time and so touchscreen's support in SDL is crappy.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: bump version
Peter Korsgaard [Tue, 26 Jan 2010 07:36:28 +0000 (08:36 +0100)]
busybox: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoSDL_ttf needs freetype to be built and installed first.
Julien Boibessot [Mon, 25 Jan 2010 18:00:38 +0000 (19:00 +0100)]
SDL_ttf needs freetype to be built and installed first.

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.32.x version
Peter Korsgaard [Mon, 25 Jan 2010 19:56:17 +0000 (20:56 +0100)]
kernel-headers: bump 2.6.32.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.32.x version
Peter Korsgaard [Sat, 23 Jan 2010 22:08:25 +0000 (23:08 +0100)]
kernel-headers: bump 2.6.32.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain/gcc: bump 4.4.x version
Peter Korsgaard [Sat, 23 Jan 2010 22:07:20 +0000 (23:07 +0100)]
toolchain/gcc: bump 4.4.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump sqlite to 3.6.22
Gustavo Zacarias [Wed, 20 Jan 2010 14:17:53 +0000 (11:17 -0300)]
Bump sqlite to 3.6.22

Closes #943.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump openvpn to 2.1.1
Gustavo Zacarias [Tue, 19 Jan 2010 19:54:45 +0000 (16:54 -0300)]
Bump openvpn to 2.1.1

Closes #937.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump kismet package to 2010-01-R1
Gustavo Zacarias [Tue, 19 Jan 2010 19:13:55 +0000 (16:13 -0300)]
Bump kismet package to 2010-01-R1

Closes #931.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump wpa_supplicant to 0.6.10, enable nl80211
Gustavo Zacarias [Tue, 19 Jan 2010 18:07:54 +0000 (15:07 -0300)]
Bump wpa_supplicant to 0.6.10, enable nl80211

Closes #925.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump usb_modeswitch to 1.0.7
Gustavo Zacarias [Tue, 19 Jan 2010 18:06:36 +0000 (15:06 -0300)]
Bump usb_modeswitch to 1.0.7

Closes #919.

Includes new device signatures, improved handling of Huawei devices
and other fixes.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump iptables to 1.4.6
Gustavo Zacarias [Tue, 19 Jan 2010 18:09:28 +0000 (15:09 -0300)]
Bump iptables to 1.4.6

Closes #913.

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.x / 2.6.31.x / 2.6.32.x stable versions
Peter Korsgaard [Mon, 18 Jan 2010 21:19:24 +0000 (22:19 +0100)]
kernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versions
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomesa3d/makedepend: correct host package names after autotools change
William Wagner [Mon, 18 Jan 2010 16:18:49 +0000 (17:18 +0100)]
mesa3d/makedepend: correct host package names after autotools change

Signed-off-by: William Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogstreamer: fix unaligned detection for x86-64
Peter Korsgaard [Mon, 18 Jan 2010 16:04:12 +0000 (17:04 +0100)]
gstreamer: fix unaligned detection for x86-64

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agorpm: needs XML support in libneon
Peter Korsgaard [Mon, 18 Jan 2010 14:14:18 +0000 (15:14 +0100)]
rpm: needs XML support in libneon

RPM-5.2.0 needs the optional XML support in libneon.

Restructure kconfig dependencies to ensure rpm can only be selected
if libneon with XML support (in addition to SSL + ZLIB) is enabled.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile.autotools.in: fixup .la files in all lib dirs
Peter Korsgaard [Mon, 18 Jan 2010 13:53:06 +0000 (14:53 +0100)]
Makefile.autotools.in: fixup .la files in all lib dirs

Sometimes usr/lib32 or usr/lib64 is used instead of usr/lib, so search
those for .la files as well.

Fixes .la fixup for beecrypt on x86-64.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agorpm: fix build with !LFS
Peter Korsgaard [Mon, 18 Jan 2010 13:30:57 +0000 (14:30 +0100)]
rpm: fix build with !LFS

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add rpm
Peter Korsgaard [Mon, 18 Jan 2010 13:21:32 +0000 (14:21 +0100)]
CHANGES: add rpm

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'rpm-update3' of git://git.busybox.net/~nkukard/git/buildroot
Peter Korsgaard [Mon, 18 Jan 2010 11:34:02 +0000 (12:34 +0100)]
Merge branch 'rpm-update3' of git://git.busybox.net/~nkukard/git/buildroot

14 years agoCHANGES: add bootutils
Peter Korsgaard [Mon, 18 Jan 2010 11:31:37 +0000 (12:31 +0100)]
CHANGES: add bootutils

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'bootutils-update' of git://git.busybox.net/~nkukard/git/buildroot
Peter Korsgaard [Mon, 18 Jan 2010 11:26:03 +0000 (12:26 +0100)]
Merge branch 'bootutils-update' of git://git.busybox.net/~nkukard/git/buildroot

14 years agoqt: Re-enable workaround for building on x86 for x86 target, also check for x86_64
Ormund Williams [Wed, 13 Jan 2010 22:55:52 +0000 (17:55 -0500)]
qt: Re-enable workaround for building on x86 for x86 target, also check for x86_64

[Peter: combined x86 + x86-64 logic, simplified]
Signed-off-by: Ormund Williams <ormundw@panix.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/mtd: Remove obsolete utilities, add new ones
H Hartley Sweeten [Thu, 7 Jan 2010 17:57:36 +0000 (12:57 -0500)]
package/mtd: Remove obsolete utilities, add new ones

A number of options under "MTD tools selection" are no longer
available.  Remove them to avoid possible build errors.

In addition, the nandtest utility is present in MTD-utils release
so remove the depends on BR2_PACKAGE_MTD_UTILS_GIT.

Add a number of new utilities that exist in the latest version.
All of these do not have a 'default y' so existing configurations
should not change.

Reorder the MTD_TARGETS_* to match the Config.in so it's easier
to notice missing utilities.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: #841 is closed
Peter Korsgaard [Sun, 17 Jan 2010 23:32:45 +0000 (00:32 +0100)]
CHANGES: #841 is closed

Fixed by 6a772086.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/mtd: mtd-utils: fix fec.c build (bcopy reference)
Peter Korsgaard [Sun, 17 Jan 2010 23:13:59 +0000 (00:13 +0100)]
package/mtd: mtd-utils: fix fec.c build (bcopy reference)

Needs similar fix as what we already have for mtd-utils.git

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: add uclibc 0.9.30.2
Peter Korsgaard [Fri, 15 Jan 2010 13:47:54 +0000 (14:47 +0100)]
toolchain: add uclibc 0.9.30.2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoqt: ensure libglib2 is built before qt if enabled for Qt's glib support
Peter Korsgaard [Tue, 12 Jan 2010 10:56:16 +0000 (11:56 +0100)]
qt: ensure libglib2 is built before qt if enabled for Qt's glib support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versions
Peter Korsgaard [Thu, 7 Jan 2010 08:00:26 +0000 (09:00 +0100)]
kernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: default to 2.6.32.x
Peter Korsgaard [Fri, 1 Jan 2010 21:30:42 +0000 (22:30 +0100)]
kernel-headers: default to 2.6.32.x

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibungif: convert to autotools infrastructure
Lionel Landwerlin [Tue, 29 Dec 2009 21:46:14 +0000 (22:46 +0100)]
libungif: convert to autotools infrastructure

[Peter: use std staging/target install handling]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agojpeg: convert to autotools infrastructure
Lionel Landwerlin [Tue, 29 Dec 2009 21:45:41 +0000 (22:45 +0100)]
jpeg: convert to autotools infrastructure

[Peter: has own libtool patch, use std staging install, fix target install]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile.autotools.in: fix libtool patching
Peter Korsgaard [Wed, 30 Dec 2009 12:42:01 +0000 (13:42 +0100)]
Makefile.autotools.in: fix libtool patching

Fixes two issues with libtool patching:

- It seems like the default value for <package>_LIBTOOL_PATCH only gets
  set AFTER the ifdef check, so the conditional was never taken. Fix it
  by instead checking that it isn't explicitly set to not do the patching
  instead.
- The $i in the libtool patching for loop needed an extra level of escaping
  to work.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: fix host build for packages with own libtool patch
Peter Korsgaard [Wed, 30 Dec 2009 12:36:44 +0000 (13:36 +0100)]
package: fix host build for packages with own libtool patch

Packages which also build a host variant and have LIBTOOL_PATCH = NO,
should also disable libtool patching for the host build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoDrop generic package selection (access point, firewall, dev system)
Gustavo Zacarias [Mon, 14 Dec 2009 20:27:01 +0000 (17:27 -0300)]
Drop generic package selection (access point, firewall, dev system)

Closes #813.

Drop generic package selection (access point, firewall, dev system) since
they're too ambiguous and not very useful.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump bootutils
Nigel Kukard [Fri, 25 Dec 2009 10:34:58 +0000 (10:34 +0000)]
Bump bootutils

14 years agoBumped rpm
Nigel Kukard [Fri, 25 Dec 2009 10:29:22 +0000 (10:29 +0000)]
Bumped rpm

14 years agoBump mtd-utils to 1.2.0
Gustavo Zacarias [Wed, 23 Dec 2009 13:41:36 +0000 (10:41 -0300)]
Bump mtd-utils to 1.2.0

Closes #827.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoneon: fix ssl option dependency
Peter Korsgaard [Wed, 23 Dec 2009 12:40:56 +0000 (13:40 +0100)]
neon: fix ssl option dependency

Thanks to Gustavo Zacarias for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoRemove backup-files from the TARGET_DIR.
Anders Darander [Wed, 23 Dec 2009 09:05:45 +0000 (10:05 +0100)]
Remove backup-files from the TARGET_DIR.

Closes #823.

~ is commonly used as a suffix to editor backup files.
Remove these files, just as we remove CVS-directories and
.empty-files.

[Peter: tweaked to remove in same find invocation as .empty]
Signed-off-by: Anders Darander <ad@datarespons.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoxfsprogs: bump version
Nigel Kukard [Tue, 22 Dec 2009 06:46:35 +0000 (06:46 +0000)]
xfsprogs: bump version

Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoqt: add selection for keyboard drivers
Peter Korsgaard [Mon, 21 Dec 2009 09:54:14 +0000 (10:54 +0100)]
qt: add selection for keyboard drivers

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoInstall uuid.h into staging as some other apps like xfsprogs need it
Nigel Kukard [Mon, 21 Dec 2009 07:18:32 +0000 (07:18 +0000)]
Install uuid.h into staging as some other apps like xfsprogs need it

[Peter: cleanup, only install header if libuuid is installed]
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoneon: add optional ssl support
Peter Korsgaard [Sun, 20 Dec 2009 22:49:45 +0000 (23:49 +0100)]
neon: add optional ssl support

Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomtd-utils: move phony dependencies to toplevel mtd-host target
Peter Korsgaard [Sun, 20 Dec 2009 21:27:35 +0000 (22:27 +0100)]
mtd-utils: move phony dependencies to toplevel mtd-host target

Real targets shouldn't have phony dependencies, as make otherwise
always consider them out of date.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibusb: move phony dependencies to toplevel libusb target
Peter Korsgaard [Sun, 20 Dec 2009 21:22:46 +0000 (22:22 +0100)]
libusb: move phony dependencies to toplevel libusb target

Real targets shouldn't have phony dependencies, as make otherwise
always consider them out of date.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versions
Peter Korsgaard [Sun, 20 Dec 2009 19:16:09 +0000 (20:16 +0100)]
kernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoFix gst-plugins-bad dependency on libdvdnav
Lionel Landwerlin [Thu, 12 Nov 2009 22:33:18 +0000 (23:33 +0100)]
Fix gst-plugins-bad dependency on libdvdnav

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotarget/u-boot: add 2009.11 and update target mkimage so it builds with 2009.11
Peter Korsgaard [Fri, 18 Dec 2009 08:33:45 +0000 (09:33 +0100)]
target/u-boot: add 2009.11 and update target mkimage so it builds with 2009.11

In 2009.11, a number of extra files are needed to build mkimage. Adjust
the makefile to add those if available, so it builds with both 2009.11
and older releases.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotarget/u-boot: install mkimage to HOST_DIR
Peter Korsgaard [Fri, 18 Dec 2009 08:27:41 +0000 (09:27 +0100)]
target/u-boot: install mkimage to HOST_DIR

As suggested by Thomas.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoFix mkimage-install problem with external toolchain.
Anders Darander [Wed, 2 Dec 2009 12:29:23 +0000 (13:29 +0100)]
Fix mkimage-install problem with external toolchain.

Closes #757.

Make sure that /usr/bin/ exists, before trying to copy mkimage to that
location. When using an external toolchain, /usr/bin is not guarenteed to
exist.

Signed-off-by: Anders Darander <ad@datarespons.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibvorbis: remove unused cruft from pre-autotools.in
Peter Korsgaard [Thu, 17 Dec 2009 21:17:12 +0000 (22:17 +0100)]
libvorbis: remove unused cruft from pre-autotools.in

The AUTOTARGETS macro handles this already.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agompg123: select sensible cpu optimization depending on arch/fpu
Peter Korsgaard [Thu, 17 Dec 2009 21:08:57 +0000 (22:08 +0100)]
mpg123: select sensible cpu optimization depending on arch/fpu

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agompg123: convert to Makefile.autotools.in format
Peter Korsgaard [Thu, 17 Dec 2009 20:45:12 +0000 (21:45 +0100)]
mpg123: convert to Makefile.autotools.in format

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodefconfigs: use new default location for STAGING_DIR
Peter Korsgaard [Wed, 16 Dec 2009 19:02:19 +0000 (20:02 +0100)]
defconfigs: use new default location for STAGING_DIR

Reported by Grant Edwards <grant.b.edwards@gmail.com>

Use the new default STAGING_DIR location (output/staging) in all the
defconfigs for clarity.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'dependencies-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Wed, 16 Dec 2009 15:41:36 +0000 (16:41 +0100)]
Merge branch 'dependencies-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot

14 years agohal: add missing includes
Peter Korsgaard [Wed, 16 Dec 2009 15:28:11 +0000 (16:28 +0100)]
hal: add missing includes

Fix build (with modern kernel headers)
- hald/linux/classdev.c needs sys/socket.h for struct sockaddr
- hald/linux/addons/addon-storage.c needs limits.h for INT_MAX

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agohal: fix build, correct glib/udev/expat paths
Peter Korsgaard [Wed, 16 Dec 2009 09:10:18 +0000 (10:10 +0100)]
hal: fix build, correct glib/udev/expat paths

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agohal: fix udev dependency
Peter Korsgaard [Wed, 16 Dec 2009 09:00:05 +0000 (10:00 +0100)]
hal: fix udev dependency

- Selecting symbols with dependencies doesn't work unless you select
  the dependencies as well
- udev-volume-id target gone, use the generic udev one instead

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoudev: fix udev-volume-id staging install
Peter Korsgaard [Wed, 16 Dec 2009 08:57:13 +0000 (09:57 +0100)]
udev: fix udev-volume-id staging install

$@ no longer refers to the lib under staging after the package rework.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodependencies: cleanup
Thomas Petazzoni [Wed, 16 Dec 2009 07:33:38 +0000 (08:33 +0100)]
dependencies: cleanup

Factorize some of the tests done by
toolchain/dependencies/dependencies.sh (check for unset environment
variables and check for required programs).

Make the output less verbose by only showing something when something
is not present. Some messages were really silly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agodbus-glib: fix host-dbus-glib build
Peter Korsgaard [Tue, 15 Dec 2009 22:44:44 +0000 (23:44 +0100)]
dbus-glib: fix host-dbus-glib build

Typo in expat dependency.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodbus: fix host-dbus build
Peter Korsgaard [Tue, 15 Dec 2009 22:42:57 +0000 (23:42 +0100)]
dbus: fix host-dbus build

Use correct variable name for the host source directory for
DBUS_HOST_INTROSPECT, and use late binding as HOST_DBUS_DIR only gets
defined later on (by AUTOTARGETS).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodependencies: remove useless test doing nothing
Thomas Petazzoni [Tue, 15 Dec 2009 20:09:53 +0000 (21:09 +0100)]
dependencies: remove useless test doing nothing

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agodependencies: bail out if makeinfo isn't found
Thomas Petazzoni [Tue, 15 Dec 2009 20:03:50 +0000 (21:03 +0100)]
dependencies: bail out if makeinfo isn't found

makeinfo is mandatory at least to build a toolchain. Currently,
dependencies.sh doesn't fail if makeinfo is not present and only
displays a message that can easily be lost. The user will then
encounter the issue later, when it is more difficult to understand
what's happening.

So, this patch simply does for makeinfo what the script does for the
other dependencies: bail out if they aren't available.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agodocumentation: slightly improve CSS
Thomas Petazzoni [Sat, 28 Nov 2009 22:55:58 +0000 (23:55 +0100)]
documentation: slightly improve CSS

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agodocumentation: update about new package infrastructures
Thomas Petazzoni [Fri, 27 Nov 2009 21:19:17 +0000 (22:19 +0100)]
documentation: update about new package infrastructures

Document the new generic package infrastructure, and how target/host
packages are handled, both for the generic package infrastructure and
the autotools package infrastructure.

This documentation replaces the documentation that used to be present
at the top of Makefile.autotools.in. Both tutorial and reference
documentation are provided.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoudev: convert to generic package infrastructure
Thomas Petazzoni [Wed, 11 Nov 2009 22:32:28 +0000 (23:32 +0100)]
udev: convert to generic package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>