summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* toolhain/: confgure: respect quiet optionPeter Korsgaard2008-10-265-0/+6
|
* package: cleanup PKG_CONFIG_SYSROOTPeter Korsgaard2008-10-264-16/+1
| | | | | | | | PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg.
* qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4Peter Korsgaard2008-10-261-25/+10
| | | | | | | | Use one conditional if statement instead of several single "depends on". Patch by Markus Heidelberg. Cleaned up trailing white space while we're at it.
* kernel-headers: bump 2.6.25, 2.6.26 and 2.6.27 minor versionsPeter Korsgaard2008-10-241-2/+2
|
* lsof: bump versionPeter Korsgaard2008-10-235-12/+12
| | | | Reported by Mark McLaurin.
* x11r7/xkeyboard-config: select xkbcompPeter Korsgaard2008-10-231-0/+1
| | | | | | xkeyboard-config uses xkbcomp at runtime, so select it. closes #5704.
* x11r7/xserver: select cursor font as wellPeter Korsgaard2008-10-231-0/+1
| | | | Really closes #5684.
* x11r7/xserver: select misc font + font aliasPeter Korsgaard2008-10-231-0/+2
| | | | Closes #5684.
* x11r7/xclock: don't force libiconv linkPeter Korsgaard2008-10-221-2/+0
| | | | Closes #5654.
* package/Makefile.in: Remove rpath fix as it breaks Thomas png buildDaniel Laird2008-10-221-4/+2
| | | | | | | | Remove my fix for rpath-link until I can find out why it works for me and not Thomas. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/cairo/cairo.mk: Bounce version and add patches for DirectFBDaniel Laird2008-10-222-2/+1014
| | | | | | | | Update Cairo to 1.6.4 Add DirectFB patches as supplied by DirectFB author Dennis Kropp Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* x11r7/libFS susv3-legacy: update to what got applied upstreamPeter Korsgaard2008-10-221-6/+12
| | | | | For details, see: http://lists.freedesktop.org/archives/xorg/2008-October/039630.html
* package/Makefile.in: Add -rpath-link Daniel Laird2008-10-221-2/+4
| | | | | | | | | | | As per various email discussions add -rpath-link to the LDFLAGS. This definately fixes a few issues for Thomas and myself Any objections and it can be pulled again. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@...> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* new package wizard: change bash-specific constructPeter Korsgaard2008-10-221-2/+1
| | | | | | | | Patch by Markus Heidelberg. ${VAR//-/_} which replaces - with _ aborts with "syntax error" on a system where /bin/sh points to dash. Use tr therefor as already done in the line above rather than changing the shebang to bash.
* x11r7/xserver: bump versionPeter Korsgaard2008-10-211-1/+1
|
* x11r7/xfs: bump version - fixes CVE-2007-4568Peter Korsgaard2008-10-211-1/+1
| | | | | For details, see: http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html
* x11r7/libFS: use memcpy instead of bcopyPeter Korsgaard2008-10-211-0/+69
|
* package/memstat: add memstat packagePeter Korsgaard2008-10-213-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 Laird2008-10-211-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/configurePeter Korsgaard2008-10-212-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 versionPeter Korsgaard2008-10-211-1/+1
|
* toolchain/uclibc: brown paper bag fix for r23746Peter Korsgaard2008-10-201-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 Korsgaard2008-10-201-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 Laird2008-10-201-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_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-202-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 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)
* target: add /sys directory to target skeletons needing itPeter Korsgaard2008-10-184-0/+0
| | | | The remaining target_skeletons where /etc/fstab mentions sysfs
* target/device/Atmel: add /sys to target skeletonsPeter Korsgaard2008-10-183-0/+0
| | | | Reported by John Schimandle
* 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>
* Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)Peter Korsgaard2008-10-172-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.mkPeter Korsgaard2008-10-171-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 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>