Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-26 | libglib2: remove $(DISABLE_NLS) from configure options | Peter Korsgaard | |
The configure option --disable-nls is not supported anymore in glib since version 2.0, see file ChangeLog.pre-2-0 line 544. Patch by Markus Heidelberg. | |||
2008-10-26 | libglib2: remove redundant configure args | Peter Korsgaard | |
Patch by Markus Heidelberg. | |||
2008-10-26 | package: remove redundant pkg-config variables | Peter Korsgaard | |
Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg. | |||
2008-10-26 | vim: add TARGET_CONFIGURE_OPTS | Peter Korsgaard | |
Patch by Markus Heidelberg. | |||
2008-10-26 | docker: requires pkgconfig, glib2 and X11 | Peter Korsgaard | |
2008-10-26 | docker: strip on target install | Peter Korsgaard | |
2008-10-26 | docker: s/PKGCONFIG/PKG_CONFIG/ to be consistent | Peter Korsgaard | |
Patch by Markus Heidelberg. | |||
2008-10-26 | toolhain/: confgure: respect quiet option | Peter Korsgaard | |
2008-10-26 | package: cleanup PKG_CONFIG_SYSROOT | Peter Korsgaard | |
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. | |||
2008-10-26 | qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4 | Peter Korsgaard | |
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. | |||
2008-10-24 | kernel-headers: bump 2.6.25, 2.6.26 and 2.6.27 minor versions | Peter Korsgaard | |
2008-10-23 | lsof: bump version | Peter Korsgaard | |
Reported by Mark McLaurin. | |||
2008-10-23 | x11r7/xkeyboard-config: select xkbcomp | Peter Korsgaard | |
xkeyboard-config uses xkbcomp at runtime, so select it. closes #5704. | |||
2008-10-23 | x11r7/xserver: select cursor font as well | Peter Korsgaard | |
Really closes #5684. | |||
2008-10-23 | x11r7/xserver: select misc font + font alias | Peter Korsgaard | |
Closes #5684. | |||
2008-10-22 | x11r7/xclock: don't force libiconv link | Peter Korsgaard | |
Closes #5654. | |||
2008-10-22 | package/Makefile.in: Remove rpath fix as it breaks Thomas png build | Daniel Laird | |
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> | |||
2008-10-22 | package/cairo/cairo.mk: Bounce version and add patches for DirectFB | Daniel Laird | |
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> | |||
2008-10-22 | x11r7/libFS susv3-legacy: update to what got applied upstream | Peter Korsgaard | |
For details, see: http://lists.freedesktop.org/archives/xorg/2008-October/039630.html | |||
2008-10-22 | package/Makefile.in: Add -rpath-link | Daniel Laird | |
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> | |||
2008-10-22 | new package wizard: change bash-specific construct | Peter Korsgaard | |
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. | |||
2008-10-21 | x11r7/xserver: bump version | Peter Korsgaard | |
2008-10-21 | x11r7/xfs: bump version - fixes CVE-2007-4568 | Peter Korsgaard | |
For details, see: http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html | |||
2008-10-21 | x11r7/libFS: use memcpy instead of bcopy | Peter Korsgaard | |
2008-10-21 | package/memstat: add memstat package | Peter Korsgaard | |
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. | |||
2008-10-21 | package/atk/atk.mk: Bounce version | Daniel Laird | |
Bounce version to 1.22.0 Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2008-10-21 | buildroot: add QUIET variable and use it for wget/git/svn/configure | Peter Korsgaard | |
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. | |||
2008-10-21 | sqlite: bump version | Peter Korsgaard | |
2008-10-20 | toolchain/uclibc: brown paper bag fix for r23746 | Peter Korsgaard | |
So much for doing one more "obvious" fix before going home - Sorry everyone. | |||
2008-10-20 | toolchain/uclibc: only use make install_headers for 0.9.29+ | Peter Korsgaard | |
0.9.28.3 doesn't have install_headers, so use install_dev there. Got broken by r23561. | |||
2008-10-20 | package/pango/pango.mk: Remove redundant PKG_CONFIG_* | Daniel Laird | |
Remove the unnecessary PKG_CONFIG_* settings and tidy up some config options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2008-10-20 | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | |
It's default now. | |||
2008-10-20 | neon: don't strip if BR2_ENABLE_DEBUG is enabled | Peter Korsgaard | |
2008-10-20 | bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabled | Peter Korsgaard | |
2008-10-20 | BR2_HAVE_DOCUMENTATION: add option to remove documentation from target | Peter Korsgaard | |
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 | Makefile.autotools.in: default to install-strip for non-debug target install | Peter Korsgaard | |
2008-10-20 | x11r7/libXft: use install-strip for target install | Peter Korsgaard | |
Saves ~400 KB | |||
2008-10-20 | x11r7/libXext: use install-strip for target install | Peter Korsgaard | |
Saves ~400 KB | |||
2008-10-20 | x11r7/libXi: use install-strip for target install | Peter Korsgaard | |
Saves ~900 KB | |||
2008-10-20 | x11r7/libXfont: use install-strip for target install | Peter Korsgaard | |
Saves ~800 KB | |||
2008-10-20 | strace: bump version | Peter Korsgaard | |
Fixes build with 2.6.27 kernel headers | |||
2008-10-20 | package/liberation: Add liberation fonts package | Daniel Laird | |
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-19 | x11r7/xserver: use install-strip for target install | Peter Korsgaard | |
2008-10-19 | x11r7/libXt: don't install makestrs | Peter Korsgaard | |
Don't install makestrs in the first place, instead of removing it afterwards. Fixes cross-strip issue. | |||
2008-10-19 | x11r7/libXaw: use install-strip for target install | Peter Korsgaard | |
Saves ~3 MB | |||
2008-10-19 | x11r7/libXt: use install-strip for target install | Peter Korsgaard | |
Saves ~1.4 MB | |||
2008-10-19 | x11r7/libX11: use install-strip for target install | Peter Korsgaard | |
Saves ~11 MB | |||
2008-10-19 | vim: use $(MAKE) instead of hardcoding make | Peter Korsgaard | |
2008-10-19 | acpid: use $(MAKE) in acpid-clean instead of hardcoding make | Peter Korsgaard | |
2008-10-19 | package/matchbox: fix BR2_PACKAGE_MATCHBOX_KEYBOARD Kconfig | Peter Korsgaard | |
Fix typo and wrong information in help text (not a cvs snapshot) |