Commit Graph

4691 Commits

Author SHA1 Message Date
Peter Korsgaard 0732b8cc84 buildroot: support out-of-tree builds
Add support and documentation for out-of-tree builds with syntax
like the Linux kernel (make O=<dir>).
2008-08-31 20:23:47 +00:00
Peter Korsgaard d5007ac67b libglib2: fix build with/without locale support
Don't select BR2_ENABLE_LOCALE. Glib works without locale support in
toolchain, and packages shouldn't silently select toolchain options.

Only select libiconv if locale support isn't enabled.
2008-08-31 20:23:41 +00:00
Peter Korsgaard 525bab78ad avahi: don't use BASE_DIR to reference source files
dest != source if we want to support out-of-tree builds
2008-08-31 20:23:37 +00:00
Peter Korsgaard f8bc2e1e31 target/generic/mini: remove udhcpc default.script entry
It isn't provided in the target skeleton, and avahi gets the
permissions correct so it isn't needed and just confuses users.
2008-08-31 06:26:40 +00:00
Daniel Laird 1b5c1e7bdb games: Move all games into games subdir
Moved all games into a subdir called games and
then updated makefiles as necessary.

If not one objects to this one then I will
probably do the same for audio next.

Daniel Laird
2008-08-29 13:27:37 +00:00
Daniel Laird 022b95d6ef Makefile.autotools.in: Add extra POST_HOOK targets
It is not possible currently in Makefile.autotools.in packages 
to do something extra after an extract or configure. 
This may be useful for example 
extract libxml2-2.6.32 
POST_EXTRACT = remove some .rej files that are in offical release
patch (not fail because of remaining .rej files)
configure

I think this is useful improvement 
(necessary for Makefile.autotools.in packages)

Daniel Laird
2008-08-29 12:04:26 +00:00
Daniel Laird 18ceed69da libxslt: Convert to Makefile.autotools.in format
Converted to Makefile.autotools.in format
Version bumped to 1.1.24
Enabled crypto support dependant on gcrypt being chosen/not
Post process xslt-config file like freetype-config/xm2-config.
2008-08-28 11:52:17 +00:00
Daniel Laird fb4d1b03ea libxml2: Post process xml2-config file to actually work and bump version
Version bumped to 2.6.31
(2.6.32 has .rej files so patch target fails - upstream need to be informed).

The xml2-config file in staging dir needs to have prefix / exec-prefix setup
to understand the staging directory location.

This then means that packages that call xml2-config to get include paths/cflags
and libs etc work properly. 

This is very similar to what freetype does to freetype-config.
2008-08-28 10:56:38 +00:00
Peter Korsgaard 13e2bb5620 busybox: udhcpc patch for 1.12.0 2008-08-28 04:57:27 +00:00
Peter Korsgaard b71d24d032 ubifs: fix long help text lines 2008-08-27 20:19:53 +00:00
Peter Korsgaard df6555a017 cloop: fix long help text lines 2008-08-27 20:19:50 +00:00
Peter Korsgaard c463ef1589 tcl: fix long help text lines 2008-08-27 20:19:46 +00:00
Peter Korsgaard a80b2801c0 xpdf: fix long help text lines 2008-08-27 20:19:43 +00:00
Peter Korsgaard 598f27dec8 pcmanfm: fix long help text lines 2008-08-27 20:19:40 +00:00
Peter Korsgaard 5fa59a64d5 gqview: fix long help text lines 2008-08-27 20:19:37 +00:00
Peter Korsgaard 26383b86d3 alsamixergui: fix long help text lines
Select fltk and fix homepage link while we're at it.
2008-08-27 20:19:34 +00:00
Peter Korsgaard 3f5bbc6926 blackbox: fix long help text lines 2008-08-27 20:19:30 +00:00
Peter Korsgaard f69afd8bd6 matchbox: fix long help text lines 2008-08-27 20:19:26 +00:00
Peter Korsgaard fb7b1f4316 openmotif: fix long help text lines 2008-08-27 20:19:22 +00:00
Peter Korsgaard 9ff7c01c15 fltk: fix long help text lines
Remove comment when X isn't available while we're at it.
2008-08-27 20:19:19 +00:00
Peter Korsgaard c00550e8a3 libsexy: fix long help text lines
Make it depend on libgtk2 while we're at it.
2008-08-27 20:19:15 +00:00
Peter Korsgaard de824a5915 x11r7: fix long help text lines 2008-08-27 20:19:12 +00:00
Peter Korsgaard f3119d2d08 qtopia: fix long help text lines 2008-08-27 20:19:09 +00:00
Peter Korsgaard 691cc382f0 qte: fix long help text lines 2008-08-27 20:19:04 +00:00
Peter Korsgaard 9330d498be ntfs-3g: fix long help text lines 2008-08-27 20:19:01 +00:00
Peter Korsgaard c419f45b1c stunnel: fix long help text lines
And add homepage while we're at it.
2008-08-27 20:18:58 +00:00
Peter Korsgaard 26ff4c91d2 olsr: fix long help text lines 2008-08-27 20:18:54 +00:00
Peter Korsgaard 335f52b798 kismet: fix long help text lines
And add homepage while we're at it.
2008-08-27 20:18:51 +00:00
Peter Korsgaard 80f98519d0 sudo: fix long help text lines 2008-08-27 20:18:43 +00:00
Peter Korsgaard 98f17d003c target/device/jp: fix long help text lines 2008-08-27 20:18:40 +00:00
Peter Korsgaard f1258adf6b target/device/Atmel: fix long help text lines
And remove trailing spaces while we're at it.
2008-08-27 20:18:37 +00:00
Peter Korsgaard af06d81be3 kconfig: warn about overlong lines in help-texts
From busybox r22852.
2008-08-27 20:18:33 +00:00
Daniel Laird f51a1ec08e gtkperf: Remove settings that are default
Remove default setting of AUTORECONF = no
2008-08-27 12:32:22 +00:00
Daniel Laird a6acb09e2a gtkperf: Adding gtkperf package
Allows some benchmarking of GTK on different targets.
2008-08-27 12:21:09 +00:00
Daniel Laird 7eb4c6a0a9 fbdump: Fix help text indentation and remove staging dir installation
Tidy up fbdump package.
2008-08-27 11:40:02 +00:00
Daniel Laird f10aecd134 fbdump: Add new package fbdump.
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-27 11:01:16 +00:00
Peter Korsgaard dc8423d97f squashfs: bump version 2008-08-27 07:46:55 +00:00
Peter Korsgaard be8ad23b09 avahi: fix build with BR2_ENABLE_LOCALE 2008-08-27 07:29:20 +00:00
Peter Korsgaard 73ec8a1d7e libdaemon: convert to Makefile.autotools.in format 2008-08-27 07:29:16 +00:00
Peter Korsgaard b736748d2f avahi: don't depend on busybox 2008-08-27 07:29:13 +00:00
Peter Korsgaard 5e881018ce libdaemon: bump version 2008-08-27 07:29:09 +00:00
Peter Korsgaard 9d1cd5a668 netcat: convert to Makefile.autotools.in format 2008-08-27 05:27:27 +00:00
Peter Korsgaard 6b49e7b47d libglib2: remove redundant configure args 2008-08-26 22:37:34 +00:00
Peter Korsgaard b891221e02 libglib2 fix !BR2_USE_WCHAR compilation 2008-08-26 22:37:30 +00:00
Peter Korsgaard 8fab9295d8 libglib2: select libiconv 2008-08-26 22:37:27 +00:00
Peter Korsgaard 4bff8e7aab atk: remove redundant configure args 2008-08-26 22:37:23 +00:00
Peter Korsgaard 3963ee93c1 atk: select libglib2 2008-08-26 22:37:20 +00:00
Peter Korsgaard a386f63c57 popt: use := assignments 2008-08-26 21:05:10 +00:00
Peter Korsgaard 5fb1382e43 popt: use install-strip for target install 2008-08-26 21:05:05 +00:00
Peter Korsgaard fab05bb2ce popt: cleanup redundant configure args 2008-08-26 21:05:01 +00:00