buildroot.git
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>
14 years agoi2c-tools: convert to the generic package infrastructure
Thomas Petazzoni [Fri, 6 Nov 2009 18:36:34 +0000 (19:36 +0100)]
i2c-tools: convert to the generic package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoxutil_makedepend: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:18:50 +0000 (19:18 +0100)]
xutil_makedepend: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoxproto_xproto: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:18:34 +0000 (19:18 +0100)]
xproto_xproto: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agopixman: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:17:20 +0000 (19:17 +0100)]
pixman: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agom4: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:17:10 +0000 (19:17 +0100)]
m4: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agomtd-utils: fix dependency on host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:16:20 +0000 (19:16 +0100)]
mtd-utils: fix dependency on host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolzo: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:15:48 +0000 (19:15 +0100)]
lzo: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibusb: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:15:25 +0000 (19:15 +0100)]
libusb: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibgtk2: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:15:16 +0000 (19:15 +0100)]
libgtk2: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agogob2: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:14:58 +0000 (19:14 +0100)]
gob2: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoexpat: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:14:48 +0000 (19:14 +0100)]
expat: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agodbus-glib: convert to autotools infrastructure for host package
Thomas Petazzoni [Fri, 6 Nov 2009 18:14:36 +0000 (19:14 +0100)]
dbus-glib: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoshared-mime-info: convert to autotools infrastructure for host package
Thomas Petazzoni [Mon, 2 Nov 2009 23:10:41 +0000 (00:10 +0100)]
shared-mime-info: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibxml2: convert to autotools infrastructure for host package
Thomas Petazzoni [Mon, 2 Nov 2009 23:10:24 +0000 (00:10 +0100)]
libxml2: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agofreetype: convert to autotools infrastructure for host package
Thomas Petazzoni [Mon, 2 Nov 2009 23:10:08 +0000 (00:10 +0100)]
freetype: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agofontconfig: convert to autotools infrastructure for host package
Thomas Petazzoni [Mon, 2 Nov 2009 23:09:51 +0000 (00:09 +0100)]
fontconfig: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agodirectfb: convert to autotools infrastructure for host package
Thomas Petazzoni [Mon, 2 Nov 2009 23:09:34 +0000 (00:09 +0100)]
directfb: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agodbus: convert to autotools infrastructure for host package
Thomas Petazzoni [Mon, 2 Nov 2009 23:09:13 +0000 (00:09 +0100)]
dbus: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoatk: convert to autotools infrastructure for host package
Thomas Petazzoni [Mon, 2 Nov 2009 23:08:47 +0000 (00:08 +0100)]
atk: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agopango: convert to autotools infrastructure for host package
Thomas Petazzoni [Sun, 1 Nov 2009 22:40:20 +0000 (23:40 +0100)]
pango: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibtool: convert to autotools infrastructure for host package
Thomas Petazzoni [Sun, 1 Nov 2009 22:40:02 +0000 (23:40 +0100)]
libtool: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agolibglib2: convert to autotools infrastructure for host package
Thomas Petazzoni [Sun, 1 Nov 2009 22:39:44 +0000 (23:39 +0100)]
libglib2: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agocairo: convert to autotools infrastructure for host package
Thomas Petazzoni [Sun, 1 Nov 2009 22:39:21 +0000 (23:39 +0100)]
cairo: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoautomake: convert to autotools infrastructure for host package
Thomas Petazzoni [Sun, 1 Nov 2009 22:39:02 +0000 (23:39 +0100)]
automake: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoautoconf: add patch to make it work under dash
Thomas Petazzoni [Tue, 15 Dec 2009 15:14:56 +0000 (16:14 +0100)]
autoconf: add patch to make it work under dash

autoconf >= 2.64 was broken when /bin/sh is symlinked to dash. This
has been fixed post-2.65 by the commit at
http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=7f75858f577f11a844781764f30cd42cfe8a5669.

Compared to the original patch, the patch included in Buildroot
manually does the change to the ./configure script itself. Otherwise,
the compilation of host-autoconf would require host-autoconf itself.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoautoconf: bump version to 2.65
Thomas Petazzoni [Tue, 15 Dec 2009 14:34:55 +0000 (15:34 +0100)]
autoconf: bump version to 2.65

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoautoconf: convert to autotools infrastructure for host package
Thomas Petazzoni [Sun, 1 Nov 2009 22:38:33 +0000 (23:38 +0100)]
autoconf: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoAdd package statistics script
Thomas Petazzoni [Tue, 27 Oct 2009 23:28:40 +0000 (00:28 +0100)]
Add package statistics script

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agohost-pkgconfig is now host-pkg-config
Thomas Petazzoni [Tue, 27 Oct 2009 22:16:44 +0000 (23:16 +0100)]
host-pkgconfig is now host-pkg-config

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agopkg-config: convert to autotools infrastructure for host package
Thomas Petazzoni [Tue, 27 Oct 2009 22:15:09 +0000 (23:15 +0100)]
pkg-config: convert to autotools infrastructure for host package

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoAdd $(HOST_DIR)/usr/sbin to the PATH
Thomas Petazzoni [Tue, 27 Oct 2009 07:53:54 +0000 (08:53 +0100)]
Add $(HOST_DIR)/usr/sbin to the PATH

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agozlib: rework on top of the generic infrastructure
Thomas Petazzoni [Tue, 27 Oct 2009 07:53:12 +0000 (08:53 +0100)]
zlib: rework on top of the generic infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoolsr: rework on top of the generic infrastructure
Thomas Petazzoni [Tue, 27 Oct 2009 07:52:52 +0000 (08:52 +0100)]
olsr: rework on top of the generic infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoRework autotools infrastructure on top of the generic infrastructure
Thomas Petazzoni [Sun, 8 Nov 2009 17:37:49 +0000 (18:37 +0100)]
Rework autotools infrastructure on top of the generic infrastructure

Now that the previous commit implemented a generic package
infrastructure, we make the autotools infrastructure inherit from the
generic one so that the code is not duplicated.

The new AUTOTARGETS macro works by defining what should be done at the
configure, build and install steps of a package and then calls the
GENTARGETS macro of the generic package infrastructure.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoDefine TARGET_MAKE_ENV similarly to HOST_MAKE_ENV
Thomas Petazzoni [Tue, 15 Dec 2009 12:39:40 +0000 (13:39 +0100)]
Define TARGET_MAKE_ENV similarly to HOST_MAKE_ENV

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoAdd generic package infrastructure
Thomas Petazzoni [Sun, 8 Nov 2009 17:37:36 +0000 (18:37 +0100)]
Add generic package infrastructure

This new infrastructure allows to write simpler .mk files for packages
not using the autotools as their build system, by factorizing many
common steps (download, extract, patching), and will more easily allow
Buildroot-wide changes in how the packages are handled.

The main macro is called GENTARGETS and works similarly to the
AUTOTARGETS macro that already exists for autotools-based
packages. However, the set of variables to be defined before calling
the macro is different. Refer to the documentation for details.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoMerge branch 'avr32-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Tue, 15 Dec 2009 11:39:24 +0000 (12:39 +0100)]
Merge branch 'avr32-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot

14 years agogcc: do not pass --with-pkgversion to gcc < 4.3
Thomas Petazzoni [Tue, 15 Dec 2009 11:03:05 +0000 (12:03 +0100)]
gcc: do not pass --with-pkgversion to gcc < 4.3

Commit 09c181f2891276c458de327d241151bab38bde0f added new options
passed to gcc configure to set --with-pkgversion and --with-bugurl, to
gcc >= gcc 4.3. To check this, it was checking that the GCC_VERSION
string does not contain 4.2.

Unfortunately, the test is bogus. It does a findstring on x4.2. (with
a final dot) but compares the result with x4.2 (without the final
dot).

The result is that even with 4.2 versions, the test was true, leading
--with-pkgversion and --with-bugurl being passed to gcc's configure
script.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoupdate avr32 defconfigs after uclibc avr32 version removal
Thomas Petazzoni [Tue, 15 Dec 2009 09:44:53 +0000 (10:44 +0100)]
update avr32 defconfigs after uclibc avr32 version removal

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agouclibc: get rid of avr32 special version since upstream works
Thomas Petazzoni [Tue, 15 Dec 2009 09:37:08 +0000 (10:37 +0100)]
uclibc: get rid of avr32 special version since upstream works

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agotoolchain/uClibc: avr32 patch should apply to 0.9.30.1
Peter Korsgaard [Tue, 15 Dec 2009 09:47:39 +0000 (10:47 +0100)]
toolchain/uClibc: avr32 patch should apply to 0.9.30.1

avr32 uses 0.9.30.1, not 0.9.30.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agouclibc: add prctl syscall fix for AVR32 architecture
Hans-Christian Egtvedt [Tue, 15 Dec 2009 09:36:33 +0000 (10:36 +0100)]
uclibc: add prctl syscall fix for AVR32 architecture

This patch fixes the prctl syscall for the AVR32 architecture, since this
architecture assumes you handle varargs in a proper way, always.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain/uClibc: 0.9.30.x config: enable arch specific string routines if available
Peter Korsgaard [Tue, 15 Dec 2009 08:51:57 +0000 (09:51 +0100)]
toolchain/uClibc: 0.9.30.x config: enable arch specific string routines if available

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'remove-external-toolchain' of git://git.busybox.net/~tpetazzoni/git...
Peter Korsgaard [Mon, 14 Dec 2009 23:19:17 +0000 (00:19 +0100)]
Merge branch 'remove-external-toolchain' of git://git.busybox.net/~tpetazzoni/git/buildroot

14 years agoremove unused AVR32 specific uClibc configuration
Thomas Petazzoni [Mon, 14 Dec 2009 13:38:18 +0000 (14:38 +0100)]
remove unused AVR32 specific uClibc configuration

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 years agoupdate AVR32 defconfigs
Thomas Petazzoni [Mon, 14 Dec 2009 13:28:29 +0000 (14:28 +0100)]
update AVR32 defconfigs

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