Commit Graph

4691 Commits

Author SHA1 Message Date
Peter Korsgaard 886b274a5c BR2_HAVE_DOCUMENTATION: add option to remove documentation from target
Some packages' install-strip target install quite big documentation,
so create an option to remove it similar to the existing man/info options.
2008-10-20 11:32:25 +00:00
Peter Korsgaard fedf24cf51 Makefile.autotools.in: default to install-strip for non-debug target install 2008-10-20 11:32:22 +00:00
Peter Korsgaard 2b6db275f8 x11r7/libXft: use install-strip for target install
Saves ~400 KB
2008-10-20 09:52:14 +00:00
Peter Korsgaard a3aeff1bd8 x11r7/libXext: use install-strip for target install
Saves ~400 KB
2008-10-20 09:52:11 +00:00
Peter Korsgaard 56a93caa2a x11r7/libXi: use install-strip for target install
Saves ~900 KB
2008-10-20 09:40:45 +00:00
Peter Korsgaard 2f8d8843ad x11r7/libXfont: use install-strip for target install
Saves ~800 KB
2008-10-20 09:40:41 +00:00
Peter Korsgaard b09d3f77a4 strace: bump version
Fixes build with 2.6.27 kernel headers
2008-10-20 09:04:49 +00:00
Daniel Laird 988163764e package/liberation: Add liberation fonts package
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>
2008-10-20 07:30:03 +00:00
Peter Korsgaard b0457a0ab7 x11r7/xserver: use install-strip for target install 2008-10-19 21:49:02 +00:00
Peter Korsgaard 9dcce967a8 x11r7/libXt: don't install makestrs
Don't install makestrs in the first place, instead of removing it
afterwards. Fixes cross-strip issue.
2008-10-19 21:48:58 +00:00
Peter Korsgaard b522386129 x11r7/libXaw: use install-strip for target install
Saves ~3 MB
2008-10-19 21:48:55 +00:00
Peter Korsgaard 78fa144ee3 x11r7/libXt: use install-strip for target install
Saves ~1.4 MB
2008-10-19 21:48:52 +00:00
Peter Korsgaard efd50b40c0 x11r7/libX11: use install-strip for target install
Saves ~11 MB
2008-10-19 21:48:48 +00:00
Peter Korsgaard 4c9b747b95 vim: use $(MAKE) instead of hardcoding make 2008-10-19 07:59:19 +00:00
Peter Korsgaard daf30631d8 acpid: use $(MAKE) in acpid-clean instead of hardcoding make 2008-10-19 07:44:30 +00:00
Peter Korsgaard e320fc667a package/matchbox: fix BR2_PACKAGE_MATCHBOX_KEYBOARD Kconfig
Fix typo and wrong information in help text (not a cvs snapshot)
2008-10-19 07:44:25 +00:00
Peter Korsgaard cb9d03ca6e target: add /sys directory to target skeletons needing it
The remaining target_skeletons where /etc/fstab mentions sysfs
2008-10-18 13:00:58 +00:00
Peter Korsgaard ca672dc4dc target/device/Atmel: add /sys to target skeletons
Reported by John Schimandle
2008-10-18 12:47:42 +00:00
Peter Korsgaard da39abf0cc Bump up libgtk2 version
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>
2008-10-18 07:00:35 +00:00
Peter Korsgaard 921eb994f8 Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)
From: Grant Likely <grant.likely@secretlab.ca>

The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC)
devices have dedicated major/minor numbers.  Add them to the device
table data file so they get are present in the root filesystem
2008-10-17 10:19:41 +00:00
Peter Korsgaard e241fa4290 Typo fix in toolchain/external-toolchain/ext-tool.mk
From: Grant Likely <grant.likely@secretlab.ca>

Comment block header documentation typo
2008-10-17 10:19:38 +00:00
Peter Korsgaard 50548330b4 kconfig: only warn about long help lines, not other types of lines
We have some pretty long depends / default y|n lines in BR, which it
shouldn't complain about.
2008-10-16 19:28:23 +00:00
Daniel Laird fcb9d45a07 package/directfb-examples: DirectFB examples package
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>
2008-10-16 13:16:17 +00:00
Daniel Laird 7ba44159bd package/sawman: Add Package SawMan
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
2008-10-16 12:10:23 +00:00
Bernhard Reutner-Fischer 184891efc5 - extend documentation to mention adding package/foo/Config.in to package/Config.in 2008-10-14 16:20:55 +00:00
Peter Korsgaard b931451833 busybox: add 1.12.1 modprobe fix 2008-10-13 12:42:29 +00:00
Hans-Christian Egtvedt bd3dd7b6b9 openssl: fix architecture specified when configuring openssl
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>
2008-10-13 08:10:35 +00:00
Daniel Laird ad0984bfa8 package/libxml2/libxml2.mk: Bounce version to 2.6.32
Bounce the version to 2.6.32.
And deal with the left over .rej files.

Daniel Laird
2008-10-10 14:41:18 +00:00
Peter Korsgaard 722f3634fb kernel-headers: bump 2.6.25.x / 2.6.26.x versions 2008-10-10 08:25:15 +00:00
Peter Korsgaard d60874fe58 kernel-headers: add 2.6.27
And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it.
2008-10-10 08:25:02 +00:00
Thiago A. Corrêa d45cc3d36f Fix dependency on libungif 2008-10-09 18:36:36 +00:00
Thiago A. Corrêa 1498c1baf7 Fix whitespace damage 2008-10-09 18:36:18 +00:00
Daniel Laird 508f033a1b package/freetype: Convert to Makefile.autotools.in
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
2008-10-09 12:50:56 +00:00
Thiago A. Corrêa 4c448c4c7f Fix dependencies in directfb config options 2008-10-09 05:06:42 +00:00
Hamish Moffatt 433a26a515 Rename patches to include Python 2.4 version, in preparation for adding 2.5 2008-10-08 05:02:59 +00:00
Thiago A. Corrêa 8a12bab608 widen options to configure directfb, patch by Micha Nelissen <micha@neli.hopto.org> 2008-10-07 20:29:27 +00:00
Wade Berrier 5b0e7a5ddb Makefile.autotools.in: honor CONFIG_SHELL and TAR.
Don't use recursively expanded definition
  (Use ':=' instead of '=')
2008-10-07 17:08:27 +00:00
Wade Berrier a8ed074e80 logrotate: remove duplicate deps. Clean up '/etc'
on make clean.  Some other syntactic niceties.
2008-10-07 17:08:25 +00:00
Hans-Christian Egtvedt c0f95aafb8 uclibc: fix path to ARCH_CFLAGS when compiling the test suite
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-07 07:32:40 +00:00
Hans-Christian Egtvedt f37e5da113 libpcap: bump to version 0.9.8
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>
2008-10-07 07:24:41 +00:00
Hans-Christian Egtvedt 8e71cdd87f uclibc: add kconfig option and make stuff for installing the uClibc test suite
This patch adds the possibility to install the uClibc test suite to the target
file system. This is useful if you need to debug or test your uClibc.

The option is defaulted to no, and is not needed for a normal running Linux
system. The test suite is installed to /root/uClibc

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-07 07:20:32 +00:00
Hans-Christian Egtvedt 599d3243f1 openssl: fix compiling OpenSSL for i386 architecture
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>
2008-10-07 07:11:15 +00:00
Wade Berrier d6b556670c vsftpd:
-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
2008-10-06 22:46:41 +00:00
Wade Berrier b8508d758e logrotate:
-new package
2008-10-06 20:41:12 +00:00
Wade Berrier 3916f9ef4a ccache:
-Don't show custom location dir if ccache isn't selected.
2008-10-06 20:28:46 +00:00
Wade Berrier 165bfb3a23 which.mk:
-Update to 2.20 which doesn't depend on readline

Config.in:
-Don't depend on readline any longer
2008-10-06 19:54:58 +00:00
Wade Berrier f6c58902ac samba.mk:
-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
2008-10-06 19:53:29 +00:00
Wade Berrier 56eebd08c0 Makefile.autotools.in:
-Make tar switches 1.14 compatible

(Not sure of a more elegant way to handle this ... ?)
2008-10-06 19:20:58 +00:00
Wade Berrier 6afbfedbb4 vim:
-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
2008-10-06 19:18:11 +00:00
Wade Berrier af9710538e ccache:
-Allow user to specify custom ccache location.

This allows you to build a toolchain and put it on
 an nfs share so other people can use the toolchain
 without errors about the ccache dir missing.
2008-10-06 19:14:41 +00:00