summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-27kismet: fix long help text linesPeter Korsgaard
And add homepage while we're at it.
2008-08-27sudo: fix long help text linesPeter Korsgaard
2008-08-27target/device/jp: fix long help text linesPeter Korsgaard
2008-08-27target/device/Atmel: fix long help text linesPeter Korsgaard
And remove trailing spaces while we're at it.
2008-08-27kconfig: warn about overlong lines in help-textsPeter Korsgaard
From busybox r22852.
2008-08-27gtkperf: Remove settings that are defaultDaniel Laird
Remove default setting of AUTORECONF = no
2008-08-27gtkperf: Adding gtkperf packageDaniel Laird
Allows some benchmarking of GTK on different targets.
2008-08-27fbdump: Fix help text indentation and remove staging dir installationDaniel Laird
Tidy up fbdump package.
2008-08-27fbdump: Add new package fbdump.Daniel Laird
fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported.
2008-08-27squashfs: bump versionPeter Korsgaard
2008-08-27avahi: fix build with BR2_ENABLE_LOCALEPeter Korsgaard
2008-08-27libdaemon: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-27avahi: don't depend on busyboxPeter Korsgaard
2008-08-27libdaemon: bump versionPeter Korsgaard
2008-08-27netcat: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-26libglib2: remove redundant configure argsPeter Korsgaard
2008-08-26libglib2 fix !BR2_USE_WCHAR compilationPeter Korsgaard
2008-08-26libglib2: select libiconvPeter Korsgaard
2008-08-26atk: remove redundant configure argsPeter Korsgaard
2008-08-26atk: select libglib2Peter Korsgaard
2008-08-26popt: use := assignmentsPeter Korsgaard
2008-08-26popt: use install-strip for target installPeter Korsgaard
2008-08-26popt: cleanup redundant configure argsPeter Korsgaard
2008-08-26neon: use := assignmentsPeter Korsgaard
2008-08-26neon: uses pkgconfig so select itPeter Korsgaard
2008-08-26neon: strip target libraryPeter Korsgaard
neon doesn't have an install-strip target, so do it afterwards instead.
2008-08-26neon: fix compilation without xml supportPeter Korsgaard
webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script.
2008-08-26neon: bump versionPeter Korsgaard
Fixes CVE-2008-3746.
2008-08-26blackbox: use := assignmentsPeter Korsgaard
2008-08-26blackbox: don't show comment if no xserver is selectedPeter Korsgaard
2008-08-26blackbox: cleanup redundant configure argsPeter Korsgaard
2008-08-26blackbox: use install-strip for target installPeter Korsgaard
2008-08-26blackbox: use BR2_SOURCEFORGE_MIRRORPeter Korsgaard
Don't hardcode specific sourceforge mirrors.
2008-08-26pixman: cleanup staging + target installPeter Korsgaard
- install-data installs a subset of install / install-strip, so just drop it - use install-strip for target
2008-08-26Move pixman from package/x11r7/pixman to package/pixmanDaniel Laird
Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird
2008-08-26Clean up LiTEDaniel Laird
2008-08-26Adds support for building LiTE - see DirectFB.orgDaniel Laird
Will close bug 0003974 Daniel Laird
2008-08-26reverse changes to i2c-tools.mk until I tidy it up (get clean working for ↵Daniel Laird
example) Still feel a good change to make as some of the suggestions recently made it look like Makefile.autotools.in might add support for installing a list of binaries etc and this would benefit this package.
2008-08-26select CUPS if XORG/XORG7/TINYX.Daniel Laird
This makes the behaviour the same as before for X users. Although is CUPS a necessary dependancy? Daniel Laird
2008-08-26The changes below move i2c-tools.mk to use Makefile.autotools.inDaniel Laird
package/i2c-tools/i2c-tools.mk Use Makefile.autotools.in
2008-08-26The changes below add better support for DirectFB and libgtk2.Daniel Laird
Should be no different for X builds. Config.in | 3 +-- libgtk2.mk | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) Signed-off-by: daniel.j.laird@nxp.com package/libgtk2/Config.in Allow DirectFB to turn on LIBGTK2 support without X being enabled. Disable autoselection of cups. May not be wanted (Can cause crosscompilation issues). package/libgtk2/libgtk2.mk Remove unnessary redefine of PKG_CONFIG_* Pass $(DISABLE_LARGEFILE) to configure (supports large file or not) Move 'cups' to X extra dependencies instead of general.
2008-08-26Bump 1.11.x version to 1.11.2 (no patches yet)Hamish Moffatt
2008-08-26Update to work with recent lzo changesHamish Moffatt
2008-08-25psmic: locale supportPeter Korsgaard
Closes #4274.
2008-08-25psmisc: bump versionPeter Korsgaard
2008-08-25psmisc: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-24procps: bump versionPeter Korsgaard
Closes #4284.
2008-08-24procps: needs WCHARPeter Korsgaard
2008-08-24toolchain/gdb: unbreak target gdb supportPeter Korsgaard
r22624 (Ulf: Add prepatched AVR32 gcc-4.2.2 toolchain) broke target gdb support as it tries to apply gdb patches twice. Unbreak it. Closes #3954.
2008-08-24libxml2: enable ipv6 support if enabled in buildrootPeter Korsgaard