summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard2008-10-2029-36/+8
| | | | It's default now.
* neon: don't strip if BR2_ENABLE_DEBUG is enabledPeter Korsgaard2008-10-201-0/+2
|
* bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabledPeter Korsgaard2008-10-201-0/+2
|
* BR2_HAVE_DOCUMENTATION: add option to remove documentation from targetPeter Korsgaard2008-10-201-0/+3
| | | | | Some packages' install-strip target install quite big documentation, so create an option to remove it similar to the existing man/info options.
* Makefile.autotools.in: default to install-strip for non-debug target installPeter Korsgaard2008-10-201-1/+5
|
* x11r7/libXft: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~400 KB
* x11r7/libXext: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~400 KB
* x11r7/libXi: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~900 KB
* x11r7/libXfont: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~800 KB
* strace: bump versionPeter Korsgaard2008-10-204-50/+1
| | | | Fixes build with 2.6.27 kernel headers
* package/liberation: Add liberation fonts packageDaniel Laird2008-10-203-0/+55
| | | | | | | | Add the liberation fonts package as this can be used by GTK etc and means you have some useful (free) fonts. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* x11r7/xserver: use install-strip for target installPeter Korsgaard2008-10-191-1/+1
|
* x11r7/libXt: don't install makestrsPeter Korsgaard2008-10-191-5/+1
| | | | | Don't install makestrs in the first place, instead of removing it afterwards. Fixes cross-strip issue.
* x11r7/libXaw: use install-strip for target installPeter Korsgaard2008-10-191-0/+2
| | | | Saves ~3 MB
* x11r7/libXt: use install-strip for target installPeter Korsgaard2008-10-191-0/+2
| | | | Saves ~1.4 MB
* x11r7/libX11: use install-strip for target installPeter Korsgaard2008-10-191-1/+1
| | | | Saves ~11 MB
* vim: use $(MAKE) instead of hardcoding makePeter Korsgaard2008-10-191-4/+4
|
* acpid: use $(MAKE) in acpid-clean instead of hardcoding makePeter Korsgaard2008-10-191-1/+1
|
* package/matchbox: fix BR2_PACKAGE_MATCHBOX_KEYBOARD KconfigPeter Korsgaard2008-10-191-2/+2
| | | | Fix typo and wrong information in help text (not a cvs snapshot)
* Bump up libgtk2 versionPeter Korsgaard2008-10-181-1/+1
| | | | | | | | | | Bump up libgtk2 version The version of libgtk2 currently used doesn't build when built against DirectFB. The issue has been fixed in a later version of the 2.12.x series, so let's upgrade to this version. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* kconfig: only warn about long help lines, not other types of linesPeter Korsgaard2008-10-162-2/+4
| | | | | We have some pretty long depends / default y|n lines in BR, which it shouldn't complain about.
* package/directfb-examples: DirectFB examples packageDaniel Laird2008-10-164-0/+220
| | | | | | | | | | | | | Add the DirectFB examples package. This patch adds the DirectFB examples package to Buildroot. It is largely based on a patch written by Daniel Laird, and available at http://bugs.uclibc.org/view.php?id=4224. I only made a few adaptations to get it to work properly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/sawman: Add Package SawManDaniel Laird2008-10-163-0/+29
| | | | | | | | | | SaWMan is a new window manager module for use with DirectFB. Its main difference to the default module is that it allows one process to be an application and window manager, implementing all kinds of diversity, while SaWMan is only the working horse. Daniel Laird
* busybox: add 1.12.1 modprobe fixPeter Korsgaard2008-10-131-0/+33
|
* openssl: fix architecture specified when configuring opensslHans-Christian Egtvedt2008-10-131-5/+13
| | | | | | | | | | | | | This patch will default to linux-generic32, unless a known optimized architecture is selected. As of today it will select optimized config for; avr32, ia64, powerpc and x86_64. This fixes bug #5344. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* package/libxml2/libxml2.mk: Bounce version to 2.6.32Daniel Laird2008-10-101-1/+5
| | | | | | | Bounce the version to 2.6.32. And deal with the left over .rej files. Daniel Laird
* Fix dependency on libungifThiago A. Corrêa2008-10-091-0/+1
|
* Fix whitespace damageThiago A. Corrêa2008-10-091-40/+40
|
* package/freetype: Convert to Makefile.autotools.inDaniel Laird2008-10-092-61/+95
| | | | | | | | | | | | Use AutoTools.in to build freetype. Slight issue with freetype installation to TARGET_DIR. Doing an install results in far too many files being copied in. So for now I do what the old makefile did which is copy the .so files and links manually rather than using a make install. It also uses the autotools.in additions to not use the generic libtool patch and use a local one instead. Daniel Laird
* Fix dependencies in directfb config optionsThiago A. Corrêa2008-10-091-1/+2
|
* Rename patches to include Python 2.4 version, in preparation for adding 2.5Hamish Moffatt2008-10-085-1/+1
|
* widen options to configure directfb, patch by Micha Nelissen ↵Thiago A. Corrêa2008-10-072-50/+190
| | | | <micha@neli.hopto.org>
* Makefile.autotools.in: honor CONFIG_SHELL and TAR.Wade Berrier2008-10-071-1/+1
| | | | | Don't use recursively expanded definition (Use ':=' instead of '=')
* logrotate: remove duplicate deps. Clean up '/etc'Wade Berrier2008-10-071-3/+5
| | | | on make clean. Some other syntactic niceties.
* libpcap: bump to version 0.9.8Hans-Christian Egtvedt2008-10-072-5/+7
| | | | | | | | This patch bumps the version to 0.9.8 and refreshes the patch against that version. Fixes bug #5284. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* openssl: fix compiling OpenSSL for i386 architectureHans-Christian Egtvedt2008-10-071-6/+1
| | | | | | | | This patch will use linux-generic32 for all i386 target architectures, which fixes bug #5274. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* vsftpd:Wade Berrier2008-10-063-7/+59
| | | | | | | | | | | -Patch to build against newer kernel headers ( vsftpd-2.0.7-uclibc.patch , based on idea from http://www.bitshrine.org/gpp/vsftpd-2.0.5-syscall2.patch ) -new basic init script (no config yet) -Update version (2.0.7) -openssl fixes -cleanup makefile deps so it doesn't get built when things don't change
* logrotate:Wade Berrier2008-10-064-0/+65
| | | | -new package
* which.mk:Wade Berrier2008-10-062-2/+1
| | | | | | | -Update to 2.20 which doesn't depend on readline Config.in: -Don't depend on readline any longer
* samba.mk:Wade Berrier2008-10-063-1/+30
| | | | | | | | | | | | | | -force some performance enhancing autoconf options -run 'installscripts' so findsmb and smbtar are installed -samba binaires were segfaulting with uclibc 0.9.29 when not using: samba_cv_fpie=no. Force it. Config.in: -create configure options for findsmb and smbtar S91smb: -create dir (/var/lock/subsys) that is referenced later in script
* Makefile.autotools.in:Wade Berrier2008-10-061-1/+3
| | | | | | -Make tar switches 1.14 compatible (Not sure of a more elegant way to handle this ... ?)
* vim:Wade Berrier2008-10-063-57/+73
| | | | | | | | | -Apply patches from list (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html) -add more vim patches -Switch to http vs ftp since ftp is slow -Fix configure.patch to apply cleanly after patch update
* bash.mk:Wade Berrier2008-10-061-0/+10
| | | | | | | | -Force some autoconf options so that job control is turned on. (Otherwise these checks fail when cross compiling. And when job control is disabled, bash can't be the default shell)
* busybox: 1.12.1 grep fixPeter Korsgaard2008-10-061-0/+27
|
* png: bump versionPeter Korsgaard2008-10-061-1/+1
| | | | | | Upgrade libpng to 1.2.32 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ncftp: bump versionPeter Korsgaard2008-10-061-1/+1
| | | | Patch by Micha Nelissen
* avahi: add dependencies in right orderHans-Christian Egtvedt2008-10-011-1/+1
| | | | | | | | This patch puts gettext and libintl before the avahi targets, thus making sure they exist before avahi targets are built. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* xserver_xorg-server: fix missing backslash on end of CONF_OPTHans-Christian Egtvedt2008-09-301-1/+1
| | | | | | | | This patch adds a missing backslash on a line in the middle of the list of XSERVER_XORG_SERVER_CONF_OPT. Reported-by: Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de>
* qtopia4: bump version to 4.4.3Hans-Christian Egtvedt2008-09-291-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* busybox: bump 1.11.x and 1.12.x versionsPeter Korsgaard2008-09-288-811/+2
|