Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-04 | Make libdaemon use the config files from Buildroot (previously replaced by ↵ | Ulf Samuelsson | |
libtoolize) | |||
2008-07-04 | Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx) | Thiago A. Corrêa | |
2008-07-04 | Fix freetype-2.2.1 build in AVR32, possibly other platforms too | Thiago A. Corrêa | |
2008-07-04 | Fix bug #3594: ATK does not always require X support to be compiled | Thiago A. Corrêa | |
2008-07-04 | Minor clean-up | Thiago A. Corrêa | |
2008-07-03 | Cleanup libvorbis, install in STAGING_DIR, courtesy Conrad Parker | Ulf Samuelsson | |
2008-07-03 | install SAMBA SWAT correctly, add hint for autoconf, courtesy HC Egtvedt | Ulf Samuelsson | |
2008-07-02 | Makefile.autotools.in: fix source handling | Peter Korsgaard | |
Handling source/source-check/external-deps together doesn't work, as wget will then download the sources every time make source is called even if it's available in DL_DIR Instead detect source-check/external-deps from MAKELEVEL. Support downloadable package patches in source-check/external-deps while we're at it. | |||
2008-07-02 | ifplugd: only install default config if not provided in skeleton | Peter Korsgaard | |
2008-07-01 | ncurses: don't follow symlink on ln invocation | Peter Korsgaard | |
The ln -sf command would fail if $TARGET_DIR/usr/lib/terminfo already exists as we don't have write permissions to the symlink target. Fixed by adding -n option (don't dereference link). | |||
2008-07-01 | valgrind: don't remove TARGET_DIR/usr/lib/pkgconfig | Peter 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-01 | busybox: default to 1.11.x | Peter Korsgaard | |
2008-07-01 | Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step ↵ | Thiago A. Corrêa | |
will be removal. | |||
2008-07-01 | busybox 1.11.0: additional fixes | Peter Korsgaard | |
2008-07-01 | package/Makefile.in: propagate -s make flag to sub makes | Peter Korsgaard | |
2008-07-01 | Makefile.autotools.in: also remove man pages from /usr/share/man | Peter Korsgaard | |
2008-07-01 | xserver: fix typo | Peter Korsgaard | |
2008-07-01 | xserver: disable xephyr/xnest/xvfb servers | Peter Korsgaard | |
Disable development xephyr/xnest/xvfb servers (saves ~3MB). | |||
2008-06-30 | dropbear: look for xauth in /usr/bin | Peter Korsgaard | |
The xauth package installs into /usr/bin, so look for it there. | |||
2008-06-30 | libXt: don't install host makestrs in target | Peter Korsgaard | |
2008-06-30 | xserver-xorg: select dbus | Peter Korsgaard | |
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig. | |||
2008-06-30 | libxml: fix compilation without large file support | Peter Korsgaard | |
2008-06-30 | x1157: add XGI video driver | Peter Korsgaard | |
Based on googlecode r575 by Thiago Correa. | |||
2008-06-30 | x11r7: bump xserver version | Peter Korsgaard | |
Based on googlecode r561 by John Voltz. | |||
2008-06-30 | x11r7: fix install to target for drivers | Peter Korsgaard | |
Based on googlecode r560 by John Voltz. | |||
2008-06-30 | mesa: bump version | Peter Korsgaard | |
Based on googlecode r559 by John Voltz. | |||
2008-06-30 | pixman: bump version | Peter Korsgaard | |
Based on googlecode r507 by Arnar Mar Sigurdsson. | |||
2008-06-30 | packages: fix xorg to compile modular and tiny versions | Peter Korsgaard | |
Based on googlecode r558 by John Voltz. | |||
2008-06-30 | x11r7: add intel xorg video driver | Peter Korsgaard | |
Based on googlecode r552 by John Voltz. | |||
2008-06-30 | x11r7: update xorg driver versions to match with X11R7.3 | Peter Korsgaard | |
Based on googlecode r551 by John Voltz | |||
2008-06-28 | busybox: 1.11.0 fixes | Peter Korsgaard | |
2008-06-28 | Greatly 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-28 | Remove unused patches | Thiago A. Corrêa | |
2008-06-27 | rxvt: fix target install (make sure directory exists) | Peter Korsgaard | |
2008-06-26 | fontconfig: bump version | Peter Korsgaard | |
2008-06-26 | matchbox: depend on libXext at configure time | Peter Korsgaard | |
2008-06-26 | Makefile.autotools.in: fix BR2_PRIMARY_SITE check | Peter Korsgaard | |
Empty strings gets defined to "", so check for that instead of if the variable is defined. | |||
2008-06-26 | busybox: add 1.11.x | Peter Korsgaard | |
2008-06-26 | busybox: mark old versions as deprecated | Peter Korsgaard | |
2008-06-26 | buxybox: bump 1.10.x version | Peter Korsgaard | |
2008-06-26 | Don't use a stamp file to note whether the package has been installed into ↵ | Hamish Moffatt | |
the $(TARGET_DIR) | |||
2008-06-26 | Added mii-diag package | Hamish Moffatt | |
2008-06-24 | Fix rdesktop build | Thiago A. Corrêa | |
2008-06-24 | BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy | Peter Korsgaard | |
It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley. | |||
2008-06-24 | Fix avahi compile when libexpat is not selected | Thiago A. Corrêa | |
2008-06-24 | Makefile.autotools.in: also support source/source-check | Peter Korsgaard | |
2008-06-24 | package/i2c-tools: I2C tools package | Peter 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-24 | samba: use generic samba.org location over http | Peter Korsgaard | |
Based on patch by Thiago A. Correa. | |||
2008-06-23 | lm-sensors: remove unused legacy patch | Peter Korsgaard | |
2008-06-23 | lm-sensors: bump version and cleanup | Peter 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 |