summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* sqlite: strip binary and use $(INSTALL) for installationPeter Korsgaard2008-07-081-2/+3
|
* openssl: re-revert r22644Peter Korsgaard2008-07-081-1/+0
| | | | | The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good.
* Revert patch which breaks AVR32 buildUlf Samuelsson2008-07-081-0/+1
|
* Support ARCH-unknown-linux-gnu, Use target library paths instead of the host ↵Ulf Samuelsson2008-07-081-0/+256
| | | | library paths.
* Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anywayHamish Moffatt2008-07-081-1/+0
|
* Add glib2.0 specific include/pkconfig paths in 'docker'Ulf Samuelsson2008-07-081-2/+5
|
* Bump midori versionUlf Samuelsson2008-07-072-1/+1
|
* Remove duplicated select LIBPNG and use alphabetical order for selectsUlf Samuelsson2008-07-071-6/+5
|
* Makefile.autotools.in: revert broken r22659Peter Korsgaard2008-07-071-3/+1
| | | | Ulfs r22659 commit broke make source-check/external deps, so reverting it.
* busybox: more 1.11.0 patchesPeter Korsgaard2008-07-062-0/+148
|
* Improve readability of libgtk2 configurationUlf Samuelsson2008-07-061-37/+77
|
* Avoid duplicate downloading, when rebuilding failed package like libgtk2Ulf Samuelsson2008-07-061-1/+3
|
* Fix #3584, when building cairo with DirectFB, depend on DirectFBThiago A. Corrêa2008-07-052-2/+3
|
* Use HOST_GLIB for packagesUlf Samuelsson2008-07-058-11/+11
|
* [0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵Ulf Samuelsson2008-07-053-2/+34
| | | | for lighttpd config
* Use latest config.* from buildroot in curlUlf Samuelsson2008-07-051-1/+3
|
* Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ↵Ulf Samuelsson2008-07-052-0/+14
| | | | softfloat
* Update config.* of opensslUlf Samuelsson2008-07-051-0/+1
|
* Fix bug 003934, remove a dir tree instead of the dir nodeUlf Samuelsson2008-07-051-1/+1
|
* Ensure tslib uses config.* from buildrootUlf Samuelsson2008-07-051-2/+3
|
* The build of 'file', needs to run 'file' natively, so provide a valid linkUlf Samuelsson2008-07-041-0/+1
|
* Make libdaemon use the config files from Buildroot (previously replaced by ↵Ulf Samuelsson2008-07-041-1/+3
| | | | libtoolize)
* Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)Thiago A. Corrêa2008-07-041-0/+3
|
* Fix freetype-2.2.1 build in AVR32, possibly other platforms tooThiago A. Corrêa2008-07-041-1/+2
|
* Fix bug #3594: ATK does not always require X support to be compiledThiago A. Corrêa2008-07-041-3/+9
|
* Minor clean-upThiago A. Corrêa2008-07-041-2/+2
|
* Cleanup libvorbis, install in STAGING_DIR, courtesy Conrad ParkerUlf Samuelsson2008-07-031-4/+7
|
* install SAMBA SWAT correctly, add hint for autoconf, courtesy HC EgtvedtUlf Samuelsson2008-07-031-0/+6
|
* Makefile.autotools.in: fix source handlingPeter Korsgaard2008-07-021-2/+3
| | | | | | | | | | | 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.
* ifplugd: only install default config if not provided in skeletonPeter Korsgaard2008-07-021-3/+4
|
* ncurses: don't follow symlink on ln invocationPeter Korsgaard2008-07-011-1/+1
| | | | | | 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).
* valgrind: don't remove TARGET_DIR/usr/lib/pkgconfigPeter Korsgaard2008-07-011-5/+0
| | | | | There's no need for removing the pkgconfig files in valgrind.mk as that is now handled by the generic BR2_HAVE_DEVFILES.
* busybox: default to 1.11.xPeter Korsgaard2008-07-011-2/+3
|
* Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step ↵Thiago A. Corrêa2008-07-011-0/+1
| | | | will be removal.
* busybox 1.11.0: additional fixesPeter Korsgaard2008-07-012-0/+187
|
* package/Makefile.in: propagate -s make flag to sub makesPeter Korsgaard2008-07-011-5/+4
|
* Makefile.autotools.in: also remove man pages from /usr/share/manPeter Korsgaard2008-07-011-1/+1
|
* xserver: fix typoPeter Korsgaard2008-07-011-1/+1
|
* xserver: disable xephyr/xnest/xvfb serversPeter Korsgaard2008-07-011-3/+6
| | | | Disable development xephyr/xnest/xvfb servers (saves ~3MB).
* dropbear: look for xauth in /usr/binPeter Korsgaard2008-06-301-0/+1
| | | | The xauth package installs into /usr/bin, so look for it there.
* libXt: don't install host makestrs in targetPeter Korsgaard2008-06-301-0/+4
|
* xserver-xorg: select dbusPeter Korsgaard2008-06-301-0/+1
| | | | xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
* libxml: fix compilation without large file supportPeter Korsgaard2008-06-301-0/+4
|
* x1157: add XGI video driverPeter Korsgaard2008-06-303-0/+27
| | | | Based on googlecode r575 by Thiago Correa.
* x11r7: bump xserver versionPeter Korsgaard2008-06-301-1/+1
| | | | Based on googlecode r561 by John Voltz.
* x11r7: fix install to target for driversPeter Korsgaard2008-06-3072-0/+73
| | | | Based on googlecode r560 by John Voltz.
* mesa: bump versionPeter Korsgaard2008-06-304-5/+440
| | | | Based on googlecode r559 by John Voltz.
* pixman: bump versionPeter Korsgaard2008-06-303-12/+12
| | | | Based on googlecode r507 by Arnar Mar Sigurdsson.
* packages: fix xorg to compile modular and tiny versionsPeter Korsgaard2008-06-30125-2526/+804
| | | | Based on googlecode r558 by John Voltz.
* x11r7: add intel xorg video driverPeter Korsgaard2008-06-302-0/+24
| | | | Based on googlecode r552 by John Voltz.