summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2008-07-01valgrind: don't remove TARGET_DIR/usr/lib/pkgconfigPeter Korsgaard
There's no need for removing the pkgconfig files in valgrind.mk as that is now handled by the generic BR2_HAVE_DEVFILES.
2008-07-01busybox: default to 1.11.xPeter Korsgaard
2008-07-01Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step ↵Thiago A. Corrêa
will be removal.
2008-07-01busybox 1.11.0: additional fixesPeter Korsgaard
2008-07-01package/Makefile.in: propagate -s make flag to sub makesPeter Korsgaard
2008-07-01Makefile.autotools.in: also remove man pages from /usr/share/manPeter Korsgaard
2008-07-01xserver: fix typoPeter Korsgaard
2008-07-01xserver: disable xephyr/xnest/xvfb serversPeter Korsgaard
Disable development xephyr/xnest/xvfb servers (saves ~3MB).
2008-06-30dropbear: look for xauth in /usr/binPeter Korsgaard
The xauth package installs into /usr/bin, so look for it there.
2008-06-30libXt: don't install host makestrs in targetPeter Korsgaard
2008-06-30xserver-xorg: select dbusPeter Korsgaard
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
2008-06-30libxml: fix compilation without large file supportPeter Korsgaard
2008-06-30x1157: add XGI video driverPeter Korsgaard
Based on googlecode r575 by Thiago Correa.
2008-06-30x11r7: bump xserver versionPeter Korsgaard
Based on googlecode r561 by John Voltz.
2008-06-30x11r7: fix install to target for driversPeter Korsgaard
Based on googlecode r560 by John Voltz.
2008-06-30mesa: bump versionPeter Korsgaard
Based on googlecode r559 by John Voltz.
2008-06-30pixman: bump versionPeter Korsgaard
Based on googlecode r507 by Arnar Mar Sigurdsson.
2008-06-30packages: fix xorg to compile modular and tiny versionsPeter Korsgaard
Based on googlecode r558 by John Voltz.
2008-06-30x11r7: add intel xorg video driverPeter Korsgaard
Based on googlecode r552 by John Voltz.
2008-06-30x11r7: update xorg driver versions to match with X11R7.3Peter Korsgaard
Based on googlecode r551 by John Voltz
2008-06-28busybox: 1.11.0 fixesPeter Korsgaard
2008-06-28Greatly improve Qtopia/Qt Embedded for Linux build. Fix build, reduce the ↵Thiago A. Corrêa
number of variables, add OpenSSL, XmlPatterns, Webkit and individual sql drivers to build. Improve help strings. Sorry for the large commit
2008-06-28Remove unused patchesThiago A. Corrêa
2008-06-27rxvt: fix target install (make sure directory exists)Peter Korsgaard
2008-06-26fontconfig: bump versionPeter Korsgaard
2008-06-26matchbox: depend on libXext at configure timePeter Korsgaard
2008-06-26Makefile.autotools.in: fix BR2_PRIMARY_SITE checkPeter Korsgaard
Empty strings gets defined to "", so check for that instead of if the variable is defined.
2008-06-26busybox: add 1.11.xPeter Korsgaard
2008-06-26busybox: mark old versions as deprecatedPeter Korsgaard
2008-06-26buxybox: bump 1.10.x versionPeter Korsgaard
2008-06-26Don't use a stamp file to note whether the package has been installed into ↵Hamish Moffatt
the $(TARGET_DIR)
2008-06-26Added mii-diag packageHamish Moffatt
2008-06-24Fix rdesktop buildThiago A. Corrêa
2008-06-24BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happyPeter Korsgaard
It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley.
2008-06-24Fix avahi compile when libexpat is not selectedThiago A. Corrêa
2008-06-24Makefile.autotools.in: also support source/source-checkPeter Korsgaard
2008-06-24package/i2c-tools: I2C tools packagePeter Korsgaard
This package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level access helpers, EEPROM decoding scripts, and more. Based on patch by Michel (BusError).
2008-06-24samba: use generic samba.org location over httpPeter Korsgaard
Based on patch by Thiago A. Correa.
2008-06-23lm-sensors: remove unused legacy patchPeter Korsgaard
2008-06-23lm-sensors: bump version and cleanupPeter Korsgaard
- Bump version to 3.0.2 which no longer needs libsysfs - Set MACHINE correctly, so it doesn't try to build isa stuff for non-i386 - Cleanup make invocation
2008-06-23lm-sensors: clean libsensors* from usr/lib, not libPeter Korsgaard
2008-06-20libxml2: strip libraries in TARGET_DIRPeter Korsgaard
And cleanup libxml2.mk trailing whitespace while we're at it.
2008-06-20dbus: depend on libxml2-install-staging instead for libxml2Peter Korsgaard
Makefile.autools.in doesn't have proper dependencies set up for the .stamp files, so use the libxml2-install-staging target instead. This does unfortunately mean that dbus is always considered out of date, but atleast it works.
2008-06-20budybox: 1.10.3 udhcpc fixPeter Korsgaard
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-19package/config: add gettext helperPeter Korsgaard
From Bernhards tree (2b693d78)
2008-06-19package/config: rebase from upstream (2.6.24.4)Peter Korsgaard
From Bernhards tree (1af211ea)
2008-06-19package/config: rebase from upstream (2.6.23.14)Peter Korsgaard
From Bernhards tree (2737cfdd)
2008-06-19package/config: cygwin fixPeter Korsgaard
- pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95)
2008-06-18nbd: bump version and depend on glib2Peter Korsgaard
Patch by Thiago A. Correa.