buildroot.git
16 years agoxserver_xorg-server: fix missing backslash on end of CONF_OPT
Hans-Christian Egtvedt [Tue, 30 Sep 2008 07:32:52 +0000 (07:32 -0000)]
xserver_xorg-server: fix missing backslash on end of CONF_OPT

This patch adds a missing backslash on a line in the middle of the list of
XSERVER_XORG_SERVER_CONF_OPT.

Reported-by: Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de>
16 years agouclibc: install headers after building headers in configure part
Hans-Christian Egtvedt [Tue, 30 Sep 2008 07:29:35 +0000 (07:29 -0000)]
uclibc: install headers after building headers in configure part

This patch will run "make headers install_headers" instead of the old "make
headers install_dev". The latter requires a cross compiler available in uClibc
versions > 0.9.29, and the cross compiler is not available at the configuration
time of uClibc.

Spotted and fixed by Bernhard Fischer.

Tested-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agoqtopia4: bump version to 4.4.3
Hans-Christian Egtvedt [Mon, 29 Sep 2008 16:27:48 +0000 (16:27 -0000)]
qtopia4: bump version to 4.4.3

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agobusybox: bump 1.11.x and 1.12.x versions
Peter Korsgaard [Sun, 28 Sep 2008 19:28:51 +0000 (19:28 -0000)]
busybox: bump 1.11.x and 1.12.x versions

16 years agoproject/Makefile.in: workaround issue with out-of-tree builds
Peter Korsgaard [Fri, 26 Sep 2008 14:04:08 +0000 (14:04 -0000)]
project/Makefile.in: workaround issue with out-of-tree builds

Other packages might also support Linux-style out of tree builds
with the O=<dir> syntax (E.G. Busybox does). As make automatically
forwards command line variable definitions those packages get very
confused. Fix this by telling make to not do so

16 years agosdl_net: fix install options for target and staging
Hans-Christian Egtvedt [Thu, 25 Sep 2008 06:13:24 +0000 (06:13 -0000)]
sdl_net: fix install options for target and staging

This patch install with install-strip to the target and uses the default for
installing to staging. Makes the makefile even more compact, and also more
correct with using install-strip to get proper stripping of the installed
library.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agolxdoom: add dependency to a xserver in Makefile
Hans-Christian Egtvedt [Wed, 24 Sep 2008 13:38:17 +0000 (13:38 -0000)]
lxdoom: add dependency to a xserver in Makefile

This patch corrects the commit r23467 and replaces uclibc with
xserver_xorg-server in LXDOOM_DEPENDENCIES.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agolxdoom: make package depend on X11 server
Hans-Christian Egtvedt [Wed, 24 Sep 2008 13:17:07 +0000 (13:17 -0000)]
lxdoom: make package depend on X11 server

lxdoom depends on a X11 server to be built, this patch will only show lxdoom if
a X11 server is selected and add xserver_xorg-server to the dependency list.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agodoom-wad: enable kconfig entry for PrBoom package and fix whitespace damage
Hans-Christian Egtvedt [Wed, 24 Sep 2008 13:11:02 +0000 (13:11 -0000)]
doom-wad: enable kconfig entry for PrBoom package and fix whitespace damage

This patch will let the user install the Doom shareware WAD file if PrBoom is
selected.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agoprboom: add new games package PrBoom
Hans-Christian Egtvedt [Wed, 24 Sep 2008 13:03:22 +0000 (13:03 -0000)]
prboom: add new games package PrBoom

This patch adds a new package PrBoom. PrBoom is a Doom and Doom ][ client which
uses the SDL library for graphics, sound and network. It also supports OpenGL,
but this has not been enabled in this package since few embedded platforms
support OpenGL.

PrBoom allows you to play the good old game on newer hardware. It even supports
higher resolution and better rendring, while still keeping the old style alive.

http://prboom.sourceforge.net/

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agodoom-wad: split out and fix installation of Doom shareware wad file
Hans-Christian Egtvedt [Wed, 24 Sep 2008 12:53:45 +0000 (12:53 -0000)]
doom-wad: split out and fix installation of Doom shareware wad file

This patch splits the installation of the shareware WAD file into a separate
package. The wad file will also be installed into /usr/share/games/doom
directory, since the client will search this directory when starting.

The Makefile rule has also been altered to use tools defined by Buildroot to
extract and install the wad file. The package is also multiple project safe
now.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agoSDL_net: add new package SDL_net
Hans-Christian Egtvedt [Wed, 24 Sep 2008 12:06:59 +0000 (12:06 -0000)]
SDL_net: add new package SDL_net

This patch adds a new package SDL_net. SDL_net is a small, low-level,
cross-platform network library, that can be used with the Simple DirectMedia
Layer library (SDL).

http://www.libsdl.org/projects/SDL_net/

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agoopenssh: convert to Makefile.autotools.in and bump version to 5.1p1
Hans-Christian Egtvedt [Wed, 24 Sep 2008 12:00:57 +0000 (12:00 -0000)]
openssh: convert to Makefile.autotools.in and bump version to 5.1p1

This patch converts building of OpenSSH to use Makefile.autotools.in instead
and in the same process bump to latest upstream version 5.1p1.

The openssh.path is also cleaned up a bit to reflect the new release, i.e. some
of the patch is already applied/fixed upstream.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agoopenssl: add patch for AVR32 support and optimization
Hans-Christian Egtvedt [Wed, 24 Sep 2008 09:12:06 +0000 (09:12 -0000)]
openssl: add patch for AVR32 support and optimization

This patch adds support for AVR32 architecture and adds an optimized DES and
AES algorithm for this architecture.

16 years agoopenssl: convert to Makefile.autotools.in and bump version to 0.9.8g
Hans-Christian Egtvedt [Wed, 24 Sep 2008 09:10:06 +0000 (09:10 -0000)]
openssl: convert to Makefile.autotools.in and bump version to 0.9.8g

This patch converts building of OpenSSL to use Makefile.autotools.in and bumps
the version to 0.9.8g. The patches are updated to reflect this version upgrade.

A kconfig option for adding the OpenSSL engines is also added.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agotarget/linux/advanced: don't hardcode date suffix
Peter Korsgaard [Mon, 22 Sep 2008 12:04:05 +0000 (12:04 -0000)]
target/linux/advanced: don't hardcode date suffix

Use ROOTFS_SUFFIX instead of hardcoding -$(DATE).

Reported by Lars Lockenvitz.

16 years agobusybox: more 1.12.0 patches
Peter Korsgaard [Mon, 22 Sep 2008 11:54:17 +0000 (11:54 -0000)]
busybox: more 1.12.0 patches

16 years agopackage: add libconfuse - A library for parsing configuration files
Peter Korsgaard [Mon, 22 Sep 2008 08:11:05 +0000 (08:11 -0000)]
package: add libconfuse - A library for parsing configuration files

16 years agolibtool: don't error on missing directories in clean targets
Peter Korsgaard [Mon, 22 Sep 2008 08:11:02 +0000 (08:11 -0000)]
libtool: don't error on missing directories in clean targets

16 years agoMakefile.autotools.in: Get my $(Q)'s in the correct place
Daniel Laird [Fri, 19 Sep 2008 14:43:50 +0000 (14:43 -0000)]
Makefile.autotools.in: Get my $(Q)'s in the correct place

Minor fix for Makefile.autotools.in that deals with the packages
that use AUTOCONF to regenerate configure etc.
(my mistake to start with)

Daniel Laird

16 years agoMakefile.autotools.in: Extended to cope with more bad packages
Daniel Laird [Fri, 19 Sep 2008 13:37:14 +0000 (13:37 -0000)]
Makefile.autotools.in: Extended to cope with more bad packages

1. I added a HOOK_POST_EXTRACT previously so that I could cope with the
bad libxml2 package.  This required me to remove some dead patches
(.rej) files after I extracted the package, the issue is that the
EXTRACT target runs patch-kernel.sh to patch the ltmain.sh.
It then finds some.rej files and bombs out.
I have altered the sequence so that the HOOK_POST_EXTRACT target runs
before the make target that patches libtool to deal with this.

2.) I have added a $(PKG)_LIBTOOL_PATCH variable.  This is defaulted to
YES however if you override it in the package makefile to NO then the
ltmain.sh file will not be patched automatically but only if you have
added your own patches.
This is necessary for freetype 2.3.7 as it cannot use the
buildroot-libtool patch.

I am using this patch for building a set of packages, however it
is not a complete set of packages so await feedback of issues (if any)

Daniel Laird

16 years agobridge-utils: remove whitespace at end of file
Hans-Christian Egtvedt [Thu, 18 Sep 2008 15:22:16 +0000 (15:22 -0000)]
bridge-utils: remove whitespace at end of file

16 years agoiptables: fix install rule to install everything in appropriate directories
Hans-Christian Egtvedt [Thu, 18 Sep 2008 11:08:27 +0000 (11:08 -0000)]
iptables: fix install rule to install everything in appropriate directories

This patch will install iptables with the install-strip command, and also use
/usr/lib as target for the filter libraries.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agoConfig.in: Don't special case atmel targets for image suffix
Peter Korsgaard [Thu, 18 Sep 2008 09:22:41 +0000 (09:22 -0000)]
Config.in: Don't special case atmel targets for image suffix

It's confusing to have different behaviour of target independent options.
As reported by HcE on IRC.

16 years agoaumix: fix install rule to target to support multiple projects
Hans-Christian Egtvedt [Thu, 18 Sep 2008 08:42:56 +0000 (08:42 -0000)]
aumix: fix install rule to target to support multiple projects

This patch will let aumix depend on an installed file on the target root file
system instead of touched file.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agolibupnp: add package libupnp
Hans-Christian Egtvedt [Thu, 18 Sep 2008 06:48:20 +0000 (06:48 -0000)]
libupnp: add package libupnp

This patch adds libupnp package to Buildroot. libupnp provides developers
with an API that are compliant with version 1.0 of the Universal Plug and
Play Device Architecture Specification.

http://pupnp.sourceforge.net/

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16 years agolighttpd: don't enable openssl support by default
Peter Korsgaard [Wed, 17 Sep 2008 21:36:21 +0000 (21:36 -0000)]
lighttpd: don't enable openssl support by default

16 years agolighttpd: fix compilation without largefile support
Peter Korsgaard [Wed, 17 Sep 2008 21:35:51 +0000 (21:35 -0000)]
lighttpd: fix compilation without largefile support

lighttpd uses --disable-lfs instead of --disable-largefile.
Remove redundant configure args while we're at it.

16 years agopcre: fixup paths in pcre-config
Peter Korsgaard [Wed, 17 Sep 2008 21:33:19 +0000 (21:33 -0000)]
pcre: fixup paths in pcre-config

16 years agooprofile: convert oprofile.mk to use Makefile.autotools.in and bump version
Hans-Christian Egtvedt [Wed, 17 Sep 2008 08:51:54 +0000 (08:51 -0000)]
oprofile: convert oprofile.mk to use Makefile.autotools.in and bump version

This patch bumps the version to 0.9.4 and converts the oprofile.mk to use
Makefile.autotools.in. Patches against 0.9.3 are removed since they are no
longer needed and a new patch for 0.9.4 is added.

Building for all architectures should now also be possible.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Fathi Boudra <fboudra@gmail.com>
16 years agofindutils: use install-strip for target install
Peter Korsgaard [Tue, 16 Sep 2008 20:57:17 +0000 (20:57 -0000)]
findutils: use install-strip for target install

16 years agoMakefile: support relative paths for out of tree builds
Peter Korsgaard [Tue, 16 Sep 2008 20:53:45 +0000 (20:53 -0000)]
Makefile: support relative paths for out of tree builds

And complain if the output directory cannot be created.

16 years agotarget/generic: add uartlite ttyULx devices to securetty
Peter Korsgaard [Tue, 16 Sep 2008 18:44:54 +0000 (18:44 -0000)]
target/generic: add uartlite ttyULx devices to securetty

16 years agoFix iptables compile error by updating to Makefile.autotools.in and bumping version...
Thiago A. Corrêa [Tue, 16 Sep 2008 02:12:23 +0000 (02:12 -0000)]
Fix iptables compile error by updating to Makefile.autotools.in and bumping version to 1.4.1

16 years agofontconfig: use install-strip for target install
Peter Korsgaard [Sun, 14 Sep 2008 19:35:45 +0000 (19:35 -0000)]
fontconfig: use install-strip for target install

16 years agoMakefile.autotools.in: fix DESTDIR= help text
Peter Korsgaard [Sun, 14 Sep 2008 19:19:10 +0000 (19:19 -0000)]
Makefile.autotools.in: fix DESTDIR= help text

DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr
appended.

16 years agoMakefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text
Peter Korsgaard [Sun, 14 Sep 2008 19:19:06 +0000 (19:19 -0000)]
Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text

It defaults to TARGET_DIR, not STAGING_DIR.

16 years agoApplied patch from Brian Foster <brian.foster@innova-card.com>:
Hamish Moffatt [Thu, 11 Sep 2008 02:22:47 +0000 (02:22 -0000)]
Applied patch from Brian Foster <brian.foster@innova-card.com>:
make "make clean" remove the .root stamp, so that everything will
be reinstalled properly on a subsequent build. (bug id 4304)
Also remove new autotools-stamps directory.

16 years agoMove project-specific stamp files into a project-specific directory
Hamish Moffatt [Thu, 11 Sep 2008 02:15:07 +0000 (02:15 -0000)]
Move project-specific stamp files into a project-specific directory
$(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using
packages won't be installed into any other projects than the first.

16 years agoExport site package directory location for use by other packages
Hamish Moffatt [Thu, 11 Sep 2008 01:59:04 +0000 (01:59 -0000)]
Export site package directory location for use by other packages

16 years agoApplied patch from Michel Wilson to allow the cursor in the X root window to
Hamish Moffatt [Wed, 10 Sep 2008 13:16:23 +0000 (13:16 -0000)]
Applied patch from Michel Wilson to allow the cursor in the X root window to
be disabled. Unfortunately this is a compile-time option.

16 years agobusybox: 1.11.2 patch
Peter Korsgaard [Tue, 9 Sep 2008 08:50:18 +0000 (08:50 -0000)]
busybox: 1.11.2 patch

16 years agobusybox: remove stale busybox 1.11.1 patches
Peter Korsgaard [Tue, 9 Sep 2008 08:50:15 +0000 (08:50 -0000)]
busybox: remove stale busybox 1.11.1 patches

Hamish, don't forget to remove those when you bump the version

16 years agoSupport building without WCHAR support
Hamish Moffatt [Tue, 9 Sep 2008 02:06:52 +0000 (02:06 -0000)]
Support building without WCHAR support

16 years agoKeep /usr/bin/python2.4 and make /usr/bin/python a link to it
Hamish Moffatt [Mon, 8 Sep 2008 07:26:12 +0000 (07:26 -0000)]
Keep /usr/bin/python2.4 and make /usr/bin/python a link to it

16 years agomodule-init-tools: check correct symbol for cross-depmod
Peter Korsgaard [Sun, 7 Sep 2008 18:58:22 +0000 (18:58 -0000)]
module-init-tools: check correct symbol for cross-depmod

Reported by Markus Heidelberg

16 years agofakeroot: bump version
Peter Korsgaard [Sun, 7 Sep 2008 14:31:45 +0000 (14:31 -0000)]
fakeroot: bump version

16 years agolibid3tag: don't depend on libmad
Peter Korsgaard [Sun, 7 Sep 2008 14:31:42 +0000 (14:31 -0000)]
libid3tag: don't depend on libmad

libid3tag doesn't use libmad.

16 years agojffs2: cleanup
Peter Korsgaard [Sun, 7 Sep 2008 14:31:39 +0000 (14:31 -0000)]
jffs2: cleanup

Patch by Markus Heidelberg <markus.heidelberg@web.de>

* remove needless help in invisible config options
* correct wrong indenting
* remove unused BR2 variables for default pagesize and devfile

16 years agomysql_client: fix paths
Peter Korsgaard [Sun, 7 Sep 2008 14:31:36 +0000 (14:31 -0000)]
mysql_client: fix paths

Patch by Markus Heidelberg <markus.heidelberg@web.de>

16 years agoxapp_xman: fix paths
Peter Korsgaard [Sun, 7 Sep 2008 14:31:32 +0000 (14:31 -0000)]
xapp_xman: fix paths

Patch by Markus Heidelberg <markus.heidelberg@web.de>

16 years agoconcierge: fix paths
Peter Korsgaard [Sun, 7 Sep 2008 14:31:28 +0000 (14:31 -0000)]
concierge: fix paths

Patch by Markus Heidelberg <markus.heidelberg@web.de>

16 years agospeex: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 22:39:58 +0000 (22:39 -0000)]
speex: fix paths (broken by r23330)

Patch by Markus Heidelberg <markus.heidelberg@web.de>

16 years agompg123: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:40 +0000 (20:49 -0000)]
mpg123: fix paths (broken by r23330)

16 years agomadplay: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:37 +0000 (20:49 -0000)]
madplay: fix paths (broken by r23330)

16 years agolibsndfile: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:34 +0000 (20:49 -0000)]
libsndfile: fix paths (broken by r23330)

16 years agolibmad: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:31 +0000 (20:49 -0000)]
libmad: fix paths (broken by r23330)

16 years agolibid3tag: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:28 +0000 (20:49 -0000)]
libid3tag: fix paths (broken by r23330)

16 years agofestival: fix path in AUTOTARGETS (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:25 +0000 (20:49 -0000)]
festival: fix path in AUTOTARGETS (broken by r23330)

16 years agoasterisk: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:21 +0000 (20:49 -0000)]
asterisk: fix paths (broken by r23330)

16 years agoalsa-utils: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:18 +0000 (20:49 -0000)]
alsa-utils: fix paths (broken by r23330)

16 years agoalsa-lib: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:15 +0000 (20:49 -0000)]
alsa-lib: fix paths (broken by r23330)

16 years agofestival: fix more paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:12 +0000 (20:49 -0000)]
festival: fix more paths (broken by r23330)

Patch by Markus Heidelberg <markus.heidelberg@web.de>

16 years agofestival: fix paths (broken by r23330)
Peter Korsgaard [Sat, 6 Sep 2008 20:49:08 +0000 (20:49 -0000)]
festival: fix paths (broken by r23330)

Patch by Michel Wilson <michel@crondor.net>

16 years agoaudio: Move all audio packages into audio subdir
Daniel Laird [Fri, 5 Sep 2008 12:06:50 +0000 (12:06 -0000)]
audio: Move all audio packages into audio subdir

Moved all audio packages into a subdir called audio.
I then created a Config.in and made sure that a audio.mk
existed.

Daniel Laird

16 years agosqlite: bump version
Peter Korsgaard [Fri, 5 Sep 2008 10:37:28 +0000 (10:37 -0000)]
sqlite: bump version

16 years agoVersion bump to 2.3.7
Hamish Moffatt [Fri, 5 Sep 2008 01:03:45 +0000 (01:03 -0000)]
Version bump to 2.3.7
This package should be converted to use Makefile.autotools.in by someone who uses it..

16 years agoNew package for dnet, a wrapper library for getting access to kernel network information
Hamish Moffatt [Thu, 4 Sep 2008 05:50:31 +0000 (05:50 -0000)]
New package for dnet, a wrapper library for getting access to kernel network information
and an optional Python module for the same.

16 years agoOverride the uninstall target rather than the clean target
Hamish Moffatt [Thu, 4 Sep 2008 02:39:23 +0000 (02:39 -0000)]
Override the uninstall target rather than the clean target
Also, don't actually create the .stamp_uninstalled but remove the
.stamp_installed file instead (ala the overridden target).

16 years agoMake the autotools xyz-clean target call xyz-uninstall first, rather than duplicating...
Hamish Moffatt [Thu, 4 Sep 2008 02:34:42 +0000 (02:34 -0000)]
Make the autotools xyz-clean target call xyz-uninstall first, rather than duplicating its actions

16 years agoApplied change from Ben Nizette and Hans-Christian Egtvedt to
Hamish Moffatt [Thu, 4 Sep 2008 02:30:56 +0000 (02:30 -0000)]
Applied change from Ben Nizette and Hans-Christian Egtvedt to
correctly detect version of gcc on recent distros.  Supplied
patch was against git and didn't apply cleanly to svn, so applied
by hand.

16 years agoRemove lzo patches which aren't required with latest liblzo package updates
Hamish Moffatt [Thu, 4 Sep 2008 01:39:40 +0000 (01:39 -0000)]
Remove lzo patches which aren't required with latest liblzo package updates

16 years agoAdded eeprog package from gustavoz
Hamish Moffatt [Thu, 4 Sep 2008 01:35:34 +0000 (01:35 -0000)]
Added eeprog package from gustavoz

16 years agoFix duplicate $(AUTORECONF) run in autoreconf and configure targets
Hamish Moffatt [Thu, 4 Sep 2008 01:19:52 +0000 (01:19 -0000)]
Fix duplicate $(AUTORECONF) run in autoreconf and configure targets

16 years agoIn the uninstall and clean targets, remove the built/installed stamp files
Hamish Moffatt [Thu, 4 Sep 2008 01:05:17 +0000 (01:05 -0000)]
In the uninstall and clean targets, remove the built/installed stamp files
so that those actions will do something if executed again.

16 years agogames: add games.mk so make will descent down package/games/*/*.mk
Peter Korsgaard [Wed, 3 Sep 2008 06:58:28 +0000 (06:58 -0000)]
games: add games.mk so make will descent down package/games/*/*.mk

16 years agoBump version
Thiago A. Corrêa [Wed, 3 Sep 2008 03:44:31 +0000 (03:44 -0000)]
Bump version

16 years agoQtopia: don't build sqlite driver when SQL module is disabled.
Thiago A. Corrêa [Wed, 3 Sep 2008 01:09:29 +0000 (01:09 -0000)]
Qtopia: don't build sqlite driver when SQL module is disabled.

16 years agofile: select zlib
Peter Korsgaard [Tue, 2 Sep 2008 13:54:58 +0000 (13:54 -0000)]
file: select zlib

file depends on zlib, so make it visible in kconfig.

16 years agofile: bump version and use official upstream instead of Debian
Peter Korsgaard [Tue, 2 Sep 2008 13:54:55 +0000 (13:54 -0000)]
file: bump version and use official upstream instead of Debian

Debian is a bit too volatile.

16 years agocups: fix help text
Peter Korsgaard [Tue, 2 Sep 2008 11:14:04 +0000 (11:14 -0000)]
cups: fix help text

16 years agobridge: bump version
Peter Korsgaard [Tue, 2 Sep 2008 11:07:55 +0000 (11:07 -0000)]
bridge: bump version

Upstream tarball doesn't include configure, so run autoreconf.

16 years agobridge: convert to Makefile.autotools.in format
Peter Korsgaard [Tue, 2 Sep 2008 11:07:49 +0000 (11:07 -0000)]
bridge: convert to Makefile.autotools.in format

16 years agoUpdate to Python 2.4.5 (latest patch rev of 2.4)
Hamish Moffatt [Tue, 2 Sep 2008 00:54:49 +0000 (00:54 -0000)]
Update to Python 2.4.5 (latest patch rev of 2.4)
Remove the test suite before building, else it will fail to compile depending on what modules have been configured.

16 years agocups: fix help text
Peter Korsgaard [Mon, 1 Sep 2008 21:16:35 +0000 (21:16 -0000)]
cups: fix help text

16 years agoiperf: don't silently enable C++ support in toolchain
Peter Korsgaard [Mon, 1 Sep 2008 15:33:17 +0000 (15:33 -0000)]
iperf: don't silently enable C++ support in toolchain

16 years agoiperf: bump version
Peter Korsgaard [Mon, 1 Sep 2008 15:33:15 +0000 (15:33 -0000)]
iperf: bump version

16 years agoiperf: convert to Makefile.autotools.in format
Peter Korsgaard [Mon, 1 Sep 2008 15:33:12 +0000 (15:33 -0000)]
iperf: convert to Makefile.autotools.in format

16 years agopackage: add libconfig package
Peter Korsgaard [Mon, 1 Sep 2008 10:51:31 +0000 (10:51 -0000)]
package: add libconfig package

16 years agobusybox: additional 1.12.0 patches
Peter Korsgaard [Sun, 31 Aug 2008 21:45:03 +0000 (21:45 -0000)]
busybox: additional 1.12.0 patches

16 years agobuildroot: support out-of-tree builds
Peter Korsgaard [Sun, 31 Aug 2008 20:23:47 +0000 (20:23 -0000)]
buildroot: support out-of-tree builds

Add support and documentation for out-of-tree builds with syntax
like the Linux kernel (make O=<dir>).

16 years agolibglib2: fix build with/without locale support
Peter Korsgaard [Sun, 31 Aug 2008 20:23:41 +0000 (20:23 -0000)]
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.

16 years agoavahi: don't use BASE_DIR to reference source files
Peter Korsgaard [Sun, 31 Aug 2008 20:23:37 +0000 (20:23 -0000)]
avahi: don't use BASE_DIR to reference source files

dest != source if we want to support out-of-tree builds

16 years agotarget/generic/mini: remove udhcpc default.script entry
Peter Korsgaard [Sun, 31 Aug 2008 06:26:40 +0000 (06:26 -0000)]
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.

16 years agogames: Move all games into games subdir
Daniel Laird [Fri, 29 Aug 2008 13:27:37 +0000 (13:27 -0000)]
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

16 years agoMakefile.autotools.in: Add extra POST_HOOK targets
Daniel Laird [Fri, 29 Aug 2008 12:04:26 +0000 (12:04 -0000)]
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

16 years agolibxslt: Convert to Makefile.autotools.in format
Daniel Laird [Thu, 28 Aug 2008 11:52:17 +0000 (11:52 -0000)]
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.

16 years agolibxml2: Post process xml2-config file to actually work and bump version
Daniel Laird [Thu, 28 Aug 2008 10:56:38 +0000 (10:56 -0000)]
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.

16 years agobusybox: udhcpc patch for 1.12.0
Peter Korsgaard [Thu, 28 Aug 2008 04:57:27 +0000 (04:57 -0000)]
busybox: udhcpc patch for 1.12.0

16 years agoubifs: fix long help text lines
Peter Korsgaard [Wed, 27 Aug 2008 20:19:53 +0000 (20:19 -0000)]
ubifs: fix long help text lines