Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11r7/xfs: bump version - fixes CVE-2007-4568 | Peter Korsgaard | 2008-10-21 | 1 | -1/+1 |
| | | | | | For details, see: http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html | ||||
* | x11r7/libFS: use memcpy instead of bcopy | Peter Korsgaard | 2008-10-21 | 1 | -0/+69 |
| | |||||
* | package/memstat: add memstat package | Peter Korsgaard | 2008-10-21 | 3 | -0/+57 |
| | | | | | | | Memstat lists all the processes, executables, and shared libraries that are using up virtual memory. It's helpful to see how the shared memory is used and which 'old' libs are loaded. | ||||
* | package/atk/atk.mk: Bounce version | Daniel Laird | 2008-10-21 | 1 | -4/+3 |
| | | | | | | | Bounce version to 1.22.0 Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | buildroot: add QUIET variable and use it for wget/git/svn/configure | Peter Korsgaard | 2008-10-21 | 2 | -7/+7 |
| | | | | | | A lot of tools take a -q option to be quiet. Set this if make is called with the -s (silent) option and use for wget, git, svn and configure. | ||||
* | sqlite: bump version | Peter Korsgaard | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | toolchain/uclibc: brown paper bag fix for r23746 | Peter Korsgaard | 2008-10-20 | 1 | -6/+3 |
| | | | | | So much for doing one more "obvious" fix before going home - Sorry everyone. | ||||
* | toolchain/uclibc: only use make install_headers for 0.9.29+ | Peter Korsgaard | 2008-10-20 | 1 | -0/+4 |
| | | | | | | 0.9.28.3 doesn't have install_headers, so use install_dev there. Got broken by r23561. | ||||
* | package/pango/pango.mk: Remove redundant PKG_CONFIG_* | Daniel Laird | 2008-10-20 | 1 | -12/+3 |
| | | | | | | | | Remove the unnecessary PKG_CONFIG_* settings and tidy up some config options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 29 | -36/+8 |
| | | | | It's default now. | ||||
* | neon: don't strip if BR2_ENABLE_DEBUG is enabled | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | |||||
* | bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabled | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | |||||
* | BR2_HAVE_DOCUMENTATION: add option to remove documentation from target | Peter Korsgaard | 2008-10-20 | 2 | -0/+10 |
| | | | | | 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 install | Peter Korsgaard | 2008-10-20 | 1 | -1/+5 |
| | |||||
* | x11r7/libXft: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~400 KB | ||||
* | x11r7/libXext: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~400 KB | ||||
* | x11r7/libXi: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~900 KB | ||||
* | x11r7/libXfont: use install-strip for target install | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | Saves ~800 KB | ||||
* | strace: bump version | Peter Korsgaard | 2008-10-20 | 4 | -50/+1 |
| | | | | Fixes build with 2.6.27 kernel headers | ||||
* | package/liberation: Add liberation fonts package | Daniel Laird | 2008-10-20 | 3 | -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 install | Peter Korsgaard | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | x11r7/libXt: don't install makestrs | Peter Korsgaard | 2008-10-19 | 1 | -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 install | Peter Korsgaard | 2008-10-19 | 1 | -0/+2 |
| | | | | Saves ~3 MB | ||||
* | x11r7/libXt: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -0/+2 |
| | | | | Saves ~1.4 MB | ||||
* | x11r7/libX11: use install-strip for target install | Peter Korsgaard | 2008-10-19 | 1 | -1/+1 |
| | | | | Saves ~11 MB | ||||
* | vim: use $(MAKE) instead of hardcoding make | Peter Korsgaard | 2008-10-19 | 1 | -4/+4 |
| | |||||
* | acpid: use $(MAKE) in acpid-clean instead of hardcoding make | Peter Korsgaard | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | package/matchbox: fix BR2_PACKAGE_MATCHBOX_KEYBOARD Kconfig | Peter Korsgaard | 2008-10-19 | 1 | -2/+2 |
| | | | | Fix typo and wrong information in help text (not a cvs snapshot) | ||||
* | target: add /sys directory to target skeletons needing it | Peter Korsgaard | 2008-10-18 | 4 | -0/+0 |
| | | | | The remaining target_skeletons where /etc/fstab mentions sysfs | ||||
* | target/device/Atmel: add /sys to target skeletons | Peter Korsgaard | 2008-10-18 | 3 | -0/+0 |
| | | | | Reported by John Schimandle | ||||
* | Bump up libgtk2 version | Peter Korsgaard | 2008-10-18 | 1 | -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> | ||||
* | Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports) | Peter Korsgaard | 2008-10-17 | 2 | -0/+6 |
| | | | | | | | | 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 | ||||
* | Typo fix in toolchain/external-toolchain/ext-tool.mk | Peter Korsgaard | 2008-10-17 | 1 | -1/+1 |
| | | | | | | From: Grant Likely <grant.likely@secretlab.ca> Comment block header documentation typo | ||||
* | kconfig: only warn about long help lines, not other types of lines | Peter Korsgaard | 2008-10-16 | 2 | -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 package | Daniel Laird | 2008-10-16 | 4 | -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 SawMan | Daniel Laird | 2008-10-16 | 3 | -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 | ||||
* | - extend documentation to mention adding package/foo/Config.in to ↵ | Bernhard Reutner-Fischer | 2008-10-14 | 1 | -1/+13 |
| | | | | package/Config.in | ||||
* | busybox: add 1.12.1 modprobe fix | Peter Korsgaard | 2008-10-13 | 1 | -0/+33 |
| | |||||
* | openssl: fix architecture specified when configuring openssl | Hans-Christian Egtvedt | 2008-10-13 | 1 | -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.32 | Daniel Laird | 2008-10-10 | 1 | -1/+5 |
| | | | | | | | Bounce the version to 2.6.32. And deal with the left over .rej files. Daniel Laird | ||||
* | kernel-headers: bump 2.6.25.x / 2.6.26.x versions | Peter Korsgaard | 2008-10-10 | 1 | -2/+2 |
| | |||||
* | kernel-headers: add 2.6.27 | Peter Korsgaard | 2008-10-10 | 1 | -2/+8 |
| | | | | And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it. | ||||
* | Fix dependency on libungif | Thiago A. Corrêa | 2008-10-09 | 1 | -0/+1 |
| | |||||
* | Fix whitespace damage | Thiago A. Corrêa | 2008-10-09 | 1 | -40/+40 |
| | |||||
* | package/freetype: Convert to Makefile.autotools.in | Daniel Laird | 2008-10-09 | 2 | -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 options | Thiago A. Corrêa | 2008-10-09 | 1 | -1/+2 |
| | |||||
* | Rename patches to include Python 2.4 version, in preparation for adding 2.5 | Hamish Moffatt | 2008-10-08 | 5 | -1/+1 |
| | |||||
* | widen options to configure directfb, patch by Micha Nelissen ↵ | Thiago A. Corrêa | 2008-10-07 | 2 | -50/+190 |
| | | | | <micha@neli.hopto.org> | ||||
* | Makefile.autotools.in: honor CONFIG_SHELL and TAR. | Wade Berrier | 2008-10-07 | 1 | -1/+1 |
| | | | | | Don't use recursively expanded definition (Use ':=' instead of '=') | ||||
* | logrotate: remove duplicate deps. Clean up '/etc' | Wade Berrier | 2008-10-07 | 1 | -3/+5 |
| | | | | on make clean. Some other syntactic niceties. |