summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mpg123: select sensible cpu optimization depending on arch/fpuPeter Korsgaard2009-12-171-1/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: convert to Makefile.autotools.in formatPeter Korsgaard2009-12-172-65/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* defconfigs: use new default location for STAGING_DIRPeter Korsgaard2009-12-1627-27/+27
| | | | | | | | | 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>
* Merge branch 'dependencies-fix' of ↵Peter Korsgaard2009-12-161-235/+38
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * dependencies: cleanupThomas Petazzoni2009-12-161-229/+38
| | | | | | | | | | | | | | | | | | | | | | 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>
| * dependencies: remove useless test doing nothingThomas Petazzoni2009-12-151-7/+0
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * dependencies: bail out if makeinfo isn't foundThomas Petazzoni2009-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | hal: add missing includesPeter Korsgaard2009-12-162-1/+36
| | | | | | | | | | | | | | | | 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>
* | hal: fix build, correct glib/udev/expat pathsPeter Korsgaard2009-12-162-17/+8
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hal: fix udev dependencyPeter Korsgaard2009-12-162-1/+2
| | | | | | | | | | | | | | | | - 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>
* | udev: fix udev-volume-id staging installPeter Korsgaard2009-12-161-1/+1
| | | | | | | | | | | | $@ no longer refers to the lib under staging after the package rework. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dbus-glib: fix host-dbus-glib buildPeter Korsgaard2009-12-151-1/+1
| | | | | | | | | | | | Typo in expat dependency. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dbus: fix host-dbus buildPeter Korsgaard2009-12-151-1/+1
| | | | | | | | | | | | | | | | 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>
* | documentation: slightly improve CSSThomas Petazzoni2009-12-151-0/+10
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | documentation: update about new package infrastructuresThomas Petazzoni2009-12-151-89/+603
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | udev: convert to generic package infrastructureThomas Petazzoni2009-12-151-184/+89
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | i2c-tools: convert to the generic package infrastructureThomas Petazzoni2009-12-151-36/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | xutil_makedepend: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+3
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | xproto_xproto: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | pixman: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | m4: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+3
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | mtd-utils: fix dependency on host packageThomas Petazzoni2009-12-151-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | lzo: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-42/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | libusb: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | libgtk2: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-47/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | gob2: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-41/+3
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | expat: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | dbus-glib: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+7
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | shared-mime-info: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-45/+7
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | libxml2: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-44/+8
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | freetype: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+3
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | fontconfig: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-44/+5
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | directfb: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-44/+11
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | dbus: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-53/+19
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | atk: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+5
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | pango: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-46/+10
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | libtool: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-44/+7
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | libglib2: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-46/+9
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | cairo: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-43/+5
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | automake: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-44/+3
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | autoconf: add patch to make it work under dashThomas Petazzoni2009-12-151-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | autoconf: bump version to 2.65Thomas Petazzoni2009-12-151-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | autoconf: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-45/+6
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Add package statistics scriptThomas Petazzoni2009-12-151-0/+200
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | host-pkgconfig is now host-pkg-configThomas Petazzoni2009-12-1543-44/+43
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | pkg-config: convert to autotools infrastructure for host packageThomas Petazzoni2009-12-151-42/+9
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Add $(HOST_DIR)/usr/sbin to the PATHThomas Petazzoni2009-12-151-2/+2
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | zlib: rework on top of the generic infrastructureThomas Petazzoni2009-12-151-64/+29
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | olsr: rework on top of the generic infrastructureThomas Petazzoni2009-12-151-41/+19
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Rework autotools infrastructure on top of the generic infrastructureThomas Petazzoni2009-12-151-408/+216
| | | | | | | | | | | | | | | | | | | | | | | | 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>