buildroot.git
15 years agogst-plugins-ugly: add gstreamer ugly plugins
Hans-Christian Egtvedt [Mon, 8 Dec 2008 17:57:26 +0000 (17:57 -0000)]
gst-plugins-ugly: add gstreamer ugly plugins

This patch adds the ugly plugins for gstreamer, for more information see
http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html

15 years agogst-plugins-good: add gstreamer good plugins
Hans-Christian Egtvedt [Mon, 8 Dec 2008 17:55:29 +0000 (17:55 -0000)]
gst-plugins-good: add gstreamer good plugins

This patch adds the good plugins for gstreamer, see
http://gstreamer.freedesktop.org/modules/gst-plugins-good.html for more
information.

15 years agogst-plugins-base: add gstreamer base plugins
Hans-Christian Egtvedt [Mon, 8 Dec 2008 17:52:24 +0000 (17:52 -0000)]
gst-plugins-base: add gstreamer base plugins

This patch adds the basic plugins for gstreamer, see
http://gstreamer.freedesktop.org/modules/gst-plugins-base.html for more
information.

15 years agogstreamer: add new multimedia package gstreamer
Hans-Christian Egtvedt [Mon, 8 Dec 2008 17:48:31 +0000 (17:48 -0000)]
gstreamer: add new multimedia package gstreamer

gstreamer is powerful framework for streaming media.

15 years agolibtheora: add new multimedia package libtheora
Hans-Christian Egtvedt [Mon, 8 Dec 2008 17:45:59 +0000 (17:45 -0000)]
libtheora: add new multimedia package libtheora

libtheora is a library used by gstreamer when streaming Ogg multimedia.

15 years agomake the default etc/init.d/S40network compatible with msh
Peter Korsgaard [Mon, 8 Dec 2008 14:52:16 +0000 (14:52 -0000)]
make the default etc/init.d/S40network compatible with msh

msh is currently the only good choice for uClinux but it doesn't
understands shell functions.  In this case there is nothing to gain
by using shell functions anyway.

Signed-off-by: Nicolas Pitre <nico@cam.org>
15 years agohave zlib respect BR2_PREFER_STATIC_LIB
Peter Korsgaard [Mon, 8 Dec 2008 14:41:47 +0000 (14:41 -0000)]
have zlib respect BR2_PREFER_STATIC_LIB

The ARM uClinux BFLT format apparently doesn't support shared libs nor
-fPIC.  So let's distinguish between shared and non shared builds by
having split rules for libz.a and libz.so based on BR2_PREFER_STATIC_LIB.

Signed-off-by: Nicolas Pitre <nico@cam.org>
15 years agoudev: use $@ instead of hardcoding target name
Peter Korsgaard [Mon, 8 Dec 2008 13:48:37 +0000 (13:48 -0000)]
udev: use $@ instead of hardcoding target name

15 years agotarget/initramfs: actually build initramfs target
Peter Korsgaard [Mon, 8 Dec 2008 13:42:04 +0000 (13:42 -0000)]
target/initramfs: actually build initramfs target

Currently, BR2_TARGET_ROOTFS_INITRAMFS doesn't actually do anything,
as it doesn't alter $(TARGETS)

This change hooks up the TARGETS variable to INITRAMFS_TARGET (which
is only set if BR2_TARGET_ROOTFS_INITRAMFS=y), so that the initramfs
list is built.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agopackage/freetype: default to 2.3.7
Peter Korsgaard [Mon, 8 Dec 2008 13:42:01 +0000 (13:42 -0000)]
package/freetype: default to 2.3.7

15 years agopackage/udev: create base device nodes after mounting a new /dev
Peter Korsgaard [Mon, 8 Dec 2008 13:41:59 +0000 (13:41 -0000)]
package/udev: create base device nodes after mounting a new /dev

Currently, udev won't start for me, as we've just mounted a new /dev,
which is completely empty, and udevd requires a /dev/null.

This change manually creates the three base device nodes (zero, null
and console) so that udev can start.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agopackage/udev: fix CFLAGS for udev extras
Peter Korsgaard [Mon, 8 Dec 2008 13:41:56 +0000 (13:41 -0000)]
package/udev: fix CFLAGS for udev extras

If the udev extras are built without large file support in uClibc,
I get the following error:

 build_powerpc/staging_dir/usr/bin/powerpc-linux-uclibc-gcc -c -g -Wall
 -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wstrict-prototypes
 -Wsign-compare -Wshadow -Wchar-subscripts -Wmissing-declarations
 -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare
 -Wmissing-prototypes -Os ext.c -o ext.o
 In file included from build_powerpc/staging_dir/usr/include/stdio.h:28,
 from ext.c:19:
 build_powerpc/staging_dir/usr/include/features.h:382:4: error:
 #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately,
 uClibc was built without large file support enabled.

Although the base udev package builds correctly, the extras pacakges
don't adjust their CFLAGS depending on BR2_LARGEFILE.

This change adds the required CFLAGS modifications to make the
extras build.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agopackage/udev: fix dependency for scsi_id
Peter Korsgaard [Mon, 8 Dec 2008 13:41:53 +0000 (13:41 -0000)]
package/udev: fix dependency for scsi_id

According to udev.mk, the scsi_id package depends on the libvolume_id
library, so add this dependency to Config.mk

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
15 years agotoolchain/kernel-headers: bump 2.6.27.x version
Peter Korsgaard [Mon, 8 Dec 2008 13:05:47 +0000 (13:05 -0000)]
toolchain/kernel-headers: bump 2.6.27.x version

15 years agotarget/tar: remove unused cut'n'paste leftover
Peter Korsgaard [Mon, 8 Dec 2008 09:07:01 +0000 (09:07 -0000)]
target/tar: remove unused cut'n'paste leftover

15 years agotarget: paths may need stripping
Peter Korsgaard [Mon, 8 Dec 2008 09:06:59 +0000 (09:06 -0000)]
target: paths may need stripping

r24310 removed a few too many strips.

15 years agotoolchain/gdb: 6.4 shouldn't be selectable for avr32
Peter Korsgaard [Mon, 8 Dec 2008 08:54:14 +0000 (08:54 -0000)]
toolchain/gdb: 6.4 shouldn't be selectable for avr32

15 years agotoolchain/gdb: mark old versions as deprecated
Peter Korsgaard [Mon, 8 Dec 2008 08:46:52 +0000 (08:46 -0000)]
toolchain/gdb: mark old versions as deprecated

15 years agotoolchain/gdb: default to 6.8
Peter Korsgaard [Mon, 8 Dec 2008 08:46:50 +0000 (08:46 -0000)]
toolchain/gdb: default to 6.8

15 years agotarget/: get rid of unneeded $(strip ..)
Peter Korsgaard [Mon, 8 Dec 2008 08:15:58 +0000 (08:15 -0000)]
target/: get rid of unneeded $(strip ..)

15 years agodocs/: get rid of unneeded $(strip ..)
Peter Korsgaard [Mon, 8 Dec 2008 08:15:46 +0000 (08:15 -0000)]
docs/: get rid of unneeded $(strip ..)

15 years agotoolchain/: get rid of unneeded $(strip ..)
Peter Korsgaard [Mon, 8 Dec 2008 08:15:42 +0000 (08:15 -0000)]
toolchain/: get rid of unneeded $(strip ..)

15 years agopackage/: get rid of unneeded $(strip ..)
Peter Korsgaard [Mon, 8 Dec 2008 08:15:27 +0000 (08:15 -0000)]
package/: get rid of unneeded $(strip ..)

15 years agoRemove dead directories after moving audio and video to multimedia
Hans-Christian Egtvedt [Mon, 8 Dec 2008 08:08:13 +0000 (08:08 -0000)]
Remove dead directories after moving audio and video to multimedia

This patch removes some empty directories which got left behind when audio and
video packages got moved into packages/multimedia directory.

15 years agoOverride the target-install target properly rather than installing as a post-build...
Hamish Moffatt [Mon, 8 Dec 2008 04:43:33 +0000 (04:43 -0000)]
Override the target-install target properly rather than installing as a post-build hook

15 years agoOver-ride the target-install target rather than installing as a post-build
Hamish Moffatt [Mon, 8 Dec 2008 04:41:19 +0000 (04:41 -0000)]
Over-ride the target-install target rather than installing as a post-build
hook. Otherwise the wrong stamps are used and the library won't be reinstalled
if you clean out $(TARGET_DIR).

15 years agouclibc: add RPC config variables to 0.9.30
Peter Korsgaard [Sun, 7 Dec 2008 21:22:51 +0000 (21:22 -0000)]
uclibc: add RPC config variables to 0.9.30

Add UCLIBC_HAS_{FULL,REENTRANT}_RPC config variables to the defconfig, so
the sed invocation in uclibc.mk can set them to the proper values.

15 years agobusybox: 1.13.1 crond fix
Peter Korsgaard [Sun, 7 Dec 2008 21:22:48 +0000 (21:22 -0000)]
busybox: 1.13.1 crond fix

15 years agotoolchain/gdb: add -source target
Peter Korsgaard [Sun, 7 Dec 2008 21:22:45 +0000 (21:22 -0000)]
toolchain/gdb: add -source target

15 years agotaget/linux: handle non-modular kernels
Peter Korsgaard [Sun, 7 Dec 2008 06:55:36 +0000 (06:55 -0000)]
taget/linux: handle non-modular kernels

Based on b151271 in Bernhard's tree.

15 years agotoolchain/binutils: add 2.19
Peter Korsgaard [Fri, 5 Dec 2008 15:28:01 +0000 (15:28 -0000)]
toolchain/binutils: add 2.19

Based on 9cd8638d / b86af9a1 in Bernhard's tree.

15 years agotoolchain/binutils/2.18.50.0.9: accept sh?-*-*
Peter Korsgaard [Fri, 5 Dec 2008 15:27:58 +0000 (15:27 -0000)]
toolchain/binutils/2.18.50.0.9: accept sh?-*-*

Based on 3ed6c5b5 in Bernhard's tree.

15 years agotoolchain/binutils/2.18.50.0.9: add patch for PR6878
Peter Korsgaard [Fri, 5 Dec 2008 15:27:55 +0000 (15:27 -0000)]
toolchain/binutils/2.18.50.0.9: add patch for PR6878

Based on b5451979 in Bernhard's tree.

15 years agotoolchain/binutils: add 2.18.50.0.9
Peter Korsgaard [Fri, 5 Dec 2008 15:27:52 +0000 (15:27 -0000)]
toolchain/binutils: add 2.18.50.0.9

Based on 713e7e46 in Bernhard's tree.

15 years agotoolchain/binutils: add 2.18.50.0.8
Peter Korsgaard [Fri, 5 Dec 2008 15:27:48 +0000 (15:27 -0000)]
toolchain/binutils: add 2.18.50.0.8

Based on 1c493ff1 in Bernhard's tree.

15 years agotoolchain/binutils: add 2.18.50.0.6
Peter Korsgaard [Fri, 5 Dec 2008 15:27:45 +0000 (15:27 -0000)]
toolchain/binutils: add 2.18.50.0.6

Based on 45b89c54 / beede0ba in Bernhard's tree.

15 years agotoolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGES
Peter Korsgaard [Fri, 5 Dec 2008 15:27:42 +0000 (15:27 -0000)]
toolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGES

Based on b157db55 in Bernhard's tree.

15 years agotoolchain/binutils: let make expand wildcards instead of the shell
Peter Korsgaard [Fri, 5 Dec 2008 15:27:38 +0000 (15:27 -0000)]
toolchain/binutils: let make expand wildcards instead of the shell

Based on f97ce837 in Bernhard's tree.

15 years agolibiconv: use BR2_GNU_MIRROR
Peter Korsgaard [Fri, 5 Dec 2008 15:27:35 +0000 (15:27 -0000)]
libiconv: use BR2_GNU_MIRROR

15 years agotoolchain/binutils: add 2.18.50.0.3
Peter Korsgaard [Fri, 5 Dec 2008 15:27:33 +0000 (15:27 -0000)]
toolchain/binutils: add 2.18.50.0.3

Based on b2b5d9f2 in Bernhard's tree.

15 years agotoolchain/*: use CONFIG_UPDATE
Peter Korsgaard [Fri, 5 Dec 2008 15:27:26 +0000 (15:27 -0000)]
toolchain/*: use CONFIG_UPDATE

Based on e0e0945e in Bernhard's tree.

15 years agosamba: predefine a autoconf result for enums with negative values
Hans-Christian Egtvedt [Fri, 5 Dec 2008 14:46:56 +0000 (14:46 -0000)]
samba: predefine a autoconf result for enums with negative values

The configure script tries to find out if enums can be negative, this is not
supported when cross compiling, since it tries to run the binary. This commit
sets the test to yes, i.e. negative enums are possible.

15 years agolibusb: use 0.1.12-10 from snapshot.debian.net
Peter Korsgaard [Fri, 5 Dec 2008 10:22:52 +0000 (10:22 -0000)]
libusb: use 0.1.12-10 from snapshot.debian.net

15 years agolibvorbis: tremor depends on host-autoconf and host-automake
Hans-Christian Egtvedt [Fri, 5 Dec 2008 09:47:16 +0000 (09:47 -0000)]
libvorbis: tremor depends on host-autoconf and host-automake

This patch adds host-autoconf and host-automake as dependencies to tremor, this
is needed for it to compile.

15 years agoalsa-lib: bump version to 1.0.18
Hans-Christian Egtvedt [Fri, 5 Dec 2008 09:46:17 +0000 (09:46 -0000)]
alsa-lib: bump version to 1.0.18

15 years agoqtopia4: make build verbose or silent depending on user input
Hans-Christian Egtvedt [Thu, 4 Dec 2008 16:50:05 +0000 (16:50 -0000)]
qtopia4: make build verbose or silent depending on user input

This will make Qt compile silent unless the user specifies V=1 or VERBOSE=1
when running make.

15 years agomplayer: set charset explisit to US-ASCII to ease intl compile
Hans-Christian Egtvedt [Thu, 4 Dec 2008 16:49:06 +0000 (16:49 -0000)]
mplayer: set charset explisit to US-ASCII to ease intl compile

This patch set the charset selected by mplayer to US-ASCII because mplayer
configure script have problems detecting working cross compiled iconv tools

15 years agotslib: add dependency to hsot-autoconf and host-automake
Hans-Christian Egtvedt [Thu, 4 Dec 2008 16:47:19 +0000 (16:47 -0000)]
tslib: add dependency to hsot-autoconf and host-automake

Tslib uses autoconf and automake during configure section, make sure it is
available before building tslib.

15 years agotslib: use more robust $@ when touching target instead of explisit name
Hans-Christian Egtvedt [Thu, 4 Dec 2008 16:43:54 +0000 (16:43 -0000)]
tslib: use more robust $@ when touching target instead of explisit name

15 years agoavahi: add dependency to host-autoconf
Hans-Christian Egtvedt [Thu, 4 Dec 2008 16:13:08 +0000 (16:13 -0000)]
avahi: add dependency to host-autoconf

Avahi uses autoconf during ./configure, make sure it is available and used
before building avahi.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agoalsa-util: bump version to 1.0.18 and add patches for this version
Hans-Christian Egtvedt [Thu, 4 Dec 2008 16:10:44 +0000 (16:10 -0000)]
alsa-util: bump version to 1.0.18 and add patches for this version

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agoalsa-utils: add dependency to libintl if libintl is enabled
Hans-Christian Egtvedt [Thu, 4 Dec 2008 16:10:06 +0000 (16:10 -0000)]
alsa-utils: add dependency to libintl if libintl is enabled

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agomdadm/dmraid: bump version
Peter Korsgaard [Thu, 4 Dec 2008 14:16:54 +0000 (14:16 -0000)]
mdadm/dmraid: bump version

Patch by: Charles Duffy <Charles_Duffy@messageone.com>

Both mdadm and dmraid packages refer to upstream versions which are no
longer available.

15 years agobusybox: 1.13.1 ip fix
Peter Korsgaard [Thu, 4 Dec 2008 13:21:36 +0000 (13:21 -0000)]
busybox: 1.13.1 ip fix

15 years agoifplugd: don't overwrite target etc/init.d/ifplugd.*
Peter Korsgaard [Thu, 4 Dec 2008 12:14:57 +0000 (12:14 -0000)]
ifplugd: don't overwrite target etc/init.d/ifplugd.*

install-strip unconditionally overwrites $(TARGET_DIR)/etc/init.d/ifplugd.*,
so the check in _HOOK_POST_INSTALL is useless.

Fix it by using install-exec and manually stripping the target binaries
instead.

15 years agoFix comment about autoconf configuration/compilation/installation for
Thomas Petazzoni [Wed, 3 Dec 2008 13:36:45 +0000 (13:36 -0000)]
Fix comment about autoconf configuration/compilation/installation for
the target (and not the host).

15 years agoLiboil is a library of simple functions that are optimized for various
Thomas Petazzoni [Wed, 3 Dec 2008 09:02:46 +0000 (09:02 -0000)]
Liboil is a library of simple functions that are optimized for various
CPUs. It is required by various GStreamer plugins.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Modifications by Thomas Petazzoni:

 - Remove the glib2 dependency, which is only necessary to build a few
   examples. If glib2 is enabled in the configuration, then we still
   depend on it in order to build the examples, but that's just
   pedantic, not so useful.

 - Remove the oil-bugreport program installed to the target by
   install-strip.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoCompiling current SVN fails with the following error for me:
Thomas Petazzoni [Tue, 2 Dec 2008 22:26:00 +0000 (22:26 -0000)]
Compiling current SVN fails with the following error for me:

 cc1: warnings being treated as errors
 buildroot/buildroot/build_powerpc/makedevs/makedevs.c: In function main:
 buildroot/buildroot/build_powerpc/makedevs/makedevs.c:531: error:
 ignoring return value of system, declared with attribute warn_unused_result

This change adds a simple warning if system() fails.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agosamba: bump version to 3.0.33
Hans-Christian Egtvedt [Tue, 2 Dec 2008 14:46:38 +0000 (14:46 -0000)]
samba: bump version to 3.0.33

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agotarget/cramfs/cramfs.mk: Fix device table not being passed to mkcramfs
Peter Korsgaard [Tue, 2 Dec 2008 09:15:08 +0000 (09:15 -0000)]
target/cramfs/cramfs.mk: Fix device table not being passed to mkcramfs

While mkcramfs was being patched to support a device table, the target device table was not being passed to the mkcramfs options. This patch fixes that

Signed-off-by: Jared Holzman <j.holzman@genesysdesign.com.au>
15 years agohaserl: fix shared cache interaction issue
Peter Korsgaard [Mon, 1 Dec 2008 15:10:47 +0000 (15:10 -0000)]
haserl: fix shared cache interaction issue

The ac_cv_path_install override is needed to strip the target binary for
haserl 0.8.0, but it doesn't interact nicely with the shared cache, so
disable the cache for now.

Longer term we should probably forget about install-strip and do the
strip/cleanup/mklibs stuff as a post processing step before the target
filesystem rules are run.

15 years agouclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATH
Peter Korsgaard [Mon, 1 Dec 2008 14:53:22 +0000 (14:53 -0000)]
uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATH

15 years agouClibc: set 0.9.30 as default
Hans-Christian Egtvedt [Mon, 1 Dec 2008 14:23:57 +0000 (14:23 -0000)]
uClibc: set 0.9.30 as default

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agouClibc: add a default config for 0.9.30
Hans-Christian Egtvedt [Mon, 1 Dec 2008 14:23:09 +0000 (14:23 -0000)]
uClibc: add a default config for 0.9.30

Courtesy Bernhard Reutner-Fischer GIT repository at
http://repo.or.cz/w/buildroot.git

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agostrace: fix lower case no to NO when setting STRACE_AUTORECONF
Hans-Christian Egtvedt [Mon, 1 Dec 2008 13:49:23 +0000 (13:49 -0000)]
strace: fix lower case no to NO when setting STRACE_AUTORECONF

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agomplayer: use $(if ...) to add dependencies to mplayer
Hans-Christian Egtvedt [Mon, 1 Dec 2008 13:33:33 +0000 (13:33 -0000)]
mplayer: use $(if ...) to add dependencies to mplayer

This patch will add needed libraries with $(if ...) syntax. This should ease
readability and make it easy for others to spot where the depencies are added.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agomplayer: remove not needed $(strip ...) calls in Makefile
Hans-Christian Egtvedt [Mon, 1 Dec 2008 13:08:43 +0000 (13:08 -0000)]
mplayer: remove not needed $(strip ...) calls in Makefile

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agoqtopia4: remove explisit include and library directories from configure call
Hans-Christian Egtvedt [Mon, 1 Dec 2008 13:06:02 +0000 (13:06 -0000)]
qtopia4: remove explisit include and library directories from configure call

This patch removes -I and -L from ./configure since it breaks cross-compiling.
The inclusion of -I and -L will confuse the host compiler when compiling the
host tools.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agouClibc: add uClibc 0.9.30 to kconfig and Makefile
Hans-Christian Egtvedt [Mon, 1 Dec 2008 13:02:22 +0000 (13:02 -0000)]
uClibc: add uClibc 0.9.30 to kconfig and Makefile

This patch adds uClibc versino 0.9.30 to the list of selectable versions. The
version identification for snapshot is also updated to reflect 0.9.30.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agomplayer: make sure alsa-lib is installed before mplayer
Hans-Christian Egtvedt [Mon, 1 Dec 2008 12:53:09 +0000 (12:53 -0000)]
mplayer: make sure alsa-lib is installed before mplayer

This patch adds alsa-lib to a dependency for mplayer if it is selected in
kconfig.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agomplayer: add dependency libraries to a variable
Hans-Christian Egtvedt [Mon, 1 Dec 2008 12:48:58 +0000 (12:48 -0000)]
mplayer: add dependency libraries to a variable

This patch will put dependency libraries in a variable and add this to the
dependencies to build mplayer. This is done to ease adding new libraries in the
future.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agomplayer: disable ivtv video output
Hans-Christian Egtvedt [Mon, 1 Dec 2008 12:32:50 +0000 (12:32 -0000)]
mplayer: disable ivtv video output

This patch disabled ivtv video output, since it does not compile with Linux
kernel 2.6.27 headers.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
15 years agofakeroot: use 1.9.5 from snapshot.debian.net
Peter Korsgaard [Mon, 1 Dec 2008 09:08:04 +0000 (09:08 -0000)]
fakeroot: use 1.9.5 from snapshot.debian.net

15 years agodnsmasq: bump version
Peter Korsgaard [Mon, 1 Dec 2008 09:08:01 +0000 (09:08 -0000)]
dnsmasq: bump version

15 years agoi2c-tools: bump version
Peter Korsgaard [Mon, 1 Dec 2008 09:07:58 +0000 (09:07 -0000)]
i2c-tools: bump version

15 years agokernel-headers: bump 2.6.26.x / 2.6.27.x version
Peter Korsgaard [Sun, 30 Nov 2008 09:52:06 +0000 (09:52 -0000)]
kernel-headers: bump 2.6.26.x / 2.6.27.x version

15 years agokernel-headers: also show 2.6.26 if deprecated is enabled, but recent isn't
Peter Korsgaard [Sun, 30 Nov 2008 09:51:57 +0000 (09:51 -0000)]
kernel-headers: also show 2.6.26 if deprecated is enabled, but recent isn't

15 years agoAdd support for AT91SAM9G20 & -EK
Ulf Samuelsson [Sat, 29 Nov 2008 22:00:29 +0000 (22:00 -0000)]
Add support for AT91SAM9G20 & -EK

15 years agoAdd AT91 support for 2.6.27.7 and 2.6.28-rc6
Ulf Samuelsson [Sat, 29 Nov 2008 21:58:48 +0000 (21:58 -0000)]
Add AT91 support for 2.6.27.7 and 2.6.28-rc6

15 years agoUpdate Linux versions
Ulf Samuelsson [Sat, 29 Nov 2008 21:56:25 +0000 (21:56 -0000)]
Update Linux versions

15 years agobusybox: bump 1.12.x / 1.13.x versions
Peter Korsgaard [Sat, 29 Nov 2008 20:12:17 +0000 (20:12 -0000)]
busybox: bump 1.12.x / 1.13.x versions

16 years agoAdding Central config.cache options
Daniel Laird [Fri, 28 Nov 2008 14:20:47 +0000 (14:20 -0000)]
Adding Central config.cache options

The following changes allow for use of a central configure cache
file.  This speeds up configuration of packages.
Its use is configurable at the top level (BR2_CONFIG_CACHE - default n).
Old style makefiles can use it if they use the following MACRO in makefiles:
$(AUTO_CONFIGURE_TARGET) see my change to directfb.mk.
New style Autotools.in will use it if you set the global option.
However you can enable the global option and on a per package overrule it by doing
the following: $(PKGNAME)_USE_CONFIG_CACHE = NO see fontconfig.mk for an example
of this.
Finally I have removed a few config variable settings which indicated no CXX compiler
as this is wrong and breaks the build when using this central cache.

 Config.in                        |    8 ++++++++
 package/Makefile.autotools.in    |    5 ++++-
 package/Makefile.in              |   28 +++++++++++++++++++++++++++-
 package/atk/atk.mk               |    2 +-
 package/directfb/directfb.mk     |    7 +------
 package/fontconfig/fontconfig.mk |    3 +++
 package/libglib2/libglib2.mk     |    2 +-
 package/libgtk2/libgtk2.mk       |    1 -
 8 files changed, 45 insertions(+), 11 deletions(-)

I would appreciate feedback on this change (I have been testing for 2-3 weeks)
But I can never test all cases!  If you enable the BR2_CONFIG_CACHE option some
Makefile.autotools.in based packages may now break - I cannot build them all.
In this case you may need to remove config options that are being hardcoded all
over the place (like gtk saying we have 2 CXX compiler) or disable the use
of CONFIG CACHE file like I have done in fontconfig.
I can build all packages required to get WebKit on DirectFB up and running
and it runs fine.
I will try to resolve any issues this creates as fast as I can.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
16 years agobusybox: updated 1.13.0 ash fix
Peter Korsgaard [Fri, 28 Nov 2008 08:19:23 +0000 (08:19 -0000)]
busybox: updated 1.13.0 ash fix

16 years agobusybox: updated 1.13.0 ash fix
Peter Korsgaard [Sat, 22 Nov 2008 06:49:33 +0000 (06:49 -0000)]
busybox: updated 1.13.0 ash fix

16 years agolockfile-progs: remove unneeded $(strip)
Peter Korsgaard [Sat, 22 Nov 2008 06:49:30 +0000 (06:49 -0000)]
lockfile-progs: remove unneeded $(strip)

16 years agoRevert r24000: "Fix external toolchain build"
Peter Korsgaard [Fri, 21 Nov 2008 14:51:10 +0000 (14:51 -0000)]
Revert r24000: "Fix external toolchain build"

This breaks builds with internal toolchain, so let's revert this until we find
a proper solution.

16 years agobusybox: fixup id applet on 1.13.0 for old uclibc versions
Peter Korsgaard [Fri, 21 Nov 2008 14:36:48 +0000 (14:36 -0000)]
busybox: fixup id applet on 1.13.0 for old uclibc versions

The id applet in 1.13.0 only compiles with uclibc < 0.9.30 if the
busybox internal passwd/grp functions are used.

Therefore, automatically enable CONFIG_USE_BB_PWD_GRP if that situation
is detected and warn the user.

16 years agobusybox: 1.13.0 ash fix
Peter Korsgaard [Fri, 21 Nov 2008 10:59:01 +0000 (10:59 -0000)]
busybox: 1.13.0 ash fix

16 years agobusybox: 1.13.0 klogd fix
Peter Korsgaard [Thu, 20 Nov 2008 06:49:20 +0000 (06:49 -0000)]
busybox: 1.13.0 klogd fix

16 years agosdl_ttf: provide path to freetype includes
Peter Korsgaard [Wed, 19 Nov 2008 10:44:24 +0000 (10:44 -0000)]
sdl_ttf: provide path to freetype includes

closes #6374.

16 years agolockfile-progs: fix patch-kernel invocation
Peter Korsgaard [Wed, 19 Nov 2008 10:16:40 +0000 (10:16 -0000)]
lockfile-progs: fix patch-kernel invocation

Patch by Roberto A. Foglietta.

Closes #6364

16 years agobusybox: updated 1.13.0 id patch (only error out if needed)
Peter Korsgaard [Mon, 17 Nov 2008 07:40:14 +0000 (07:40 -0000)]
busybox: updated 1.13.0 id patch (only error out if needed)

16 years agobusybox: 1.13.0 id patch (check)
Peter Korsgaard [Sun, 16 Nov 2008 17:22:08 +0000 (17:22 -0000)]
busybox: 1.13.0 id patch (check)

16 years agomplayer, vlc: move into multimedia category
Peter Korsgaard [Sat, 15 Nov 2008 21:33:14 +0000 (21:33 -0000)]
mplayer, vlc: move into multimedia category

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
16 years agopackage/audio: rename audio category to multimedia
Peter Korsgaard [Sat, 15 Nov 2008 21:33:07 +0000 (21:33 -0000)]
package/audio: rename audio category to multimedia

Prepare for the merge of audio and video packages. Many packages cannot
properly be assigned to either audio or video, because they have support
for both (libogg, mplayer, vlc).

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
16 years agobusybox: disable id applet for 1.13.x
Peter Korsgaard [Sat, 15 Nov 2008 21:25:29 +0000 (21:25 -0000)]
busybox: disable id applet for 1.13.x

busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so
disable it for now.

16 years agontp.sysvinit: fix 'restart' (don't exit on failed commands with set -e)
Wade Berrier [Fri, 14 Nov 2008 22:52:48 +0000 (22:52 -0000)]
ntp.sysvinit: fix 'restart' (don't exit on failed commands with set -e)

16 years agolinux: remove unused BR2_LINUX_BOARD_PATCH
Peter Korsgaard [Fri, 14 Nov 2008 13:39:58 +0000 (13:39 -0000)]
linux: remove unused BR2_LINUX_BOARD_PATCH

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
16 years agolzo: add $(DISABLE_LARGEFILE) to configure options
Peter Korsgaard [Fri, 14 Nov 2008 13:39:46 +0000 (13:39 -0000)]
lzo: add $(DISABLE_LARGEFILE) to configure options

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
16 years agolibogg: convert to Makefile.autotools.in
Peter Korsgaard [Fri, 14 Nov 2008 13:03:01 +0000 (13:03 -0000)]
libogg: convert to Makefile.autotools.in

Also remove --enable-shared and --enable-static as it's default
and --disable-oggtest and $(DISABLE_NLS) as they are not supported.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>