summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* xfsprogs: bump versionNigel Kukard2009-12-223-68/+9
| | | | | Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: add selection for keyboard driversPeter Korsgaard2009-12-213-0/+54
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Install uuid.h into staging as some other apps like xfsprogs need itNigel Kukard2009-12-211-0/+3
| | | | | | [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>
* neon: add optional ssl supportPeter Korsgaard2009-12-202-0/+12
| | | | | Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: move phony dependencies to toplevel mtd-host targetPeter Korsgaard2009-12-201-2/+2
| | | | | | | Real targets shouldn't have phony dependencies, as make otherwise always consider them out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libusb: move phony dependencies to toplevel libusb targetPeter Korsgaard2009-12-201-2/+2
| | | | | | | Real targets shouldn't have phony dependencies, as make otherwise always consider them out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix gst-plugins-bad dependency on libdvdnavLionel Landwerlin2009-12-202-0/+11
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: remove unused cruft from pre-autotools.inPeter Korsgaard2009-12-171-9/+0
| | | | | | The AUTOTARGETS macro handles this already. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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-171-64/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hal: add missing includesPeter Korsgaard2009-12-161-0/+35
| | | | | | | | 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>
* 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>
* 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>