Peter Korsgaard [Wed, 17 Dec 2008 10:32:06 +0000 (10:32 -0000)]
openswan: revert $(strip ...) change (r24307) on patches
Thanks to Markus for noticing.
Ulf Samuelsson [Wed, 17 Dec 2008 09:28:33 +0000 (09:28 -0000)]
Remove AVR32 target variants, the current entries refers to CHIPS which have the same CPU core, CHIP variant is defined elsewhere
Hamish Moffatt [Wed, 17 Dec 2008 06:32:19 +0000 (06:32 -0000)]
Revert $(strip ...) change which corrupted this file
Peter Korsgaard [Tue, 16 Dec 2008 09:00:11 +0000 (09:00 -0000)]
docs/buildroot.html: misc small fixes and strip trailing spaces
Thomas Petazzoni [Mon, 15 Dec 2008 22:35:09 +0000 (22:35 -0000)]
Documentation fixes and updates
The biggest update is to document the Makefile.autotools.in way of
writing .mk files.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni [Mon, 15 Dec 2008 22:14:02 +0000 (22:14 -0000)]
Mention another important benefit of Buildroot.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni [Mon, 15 Dec 2008 22:07:38 +0000 (22:07 -0000)]
Fix TARGET_PATH for external toolchain builds
TARGET_PATH didn't contain $(STAGING_DIR)/usr/bin, which means that
programs installed in $(STAGING_DIR)/usr/bin were not considered for
execution during Buildroot build process. This was a problem with host
automake/autoconf/libtool, which could not be found.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard [Mon, 15 Dec 2008 16:09:03 +0000 (16:09 -0000)]
avahi: make sure destination dirs exists
Peter Korsgaard [Mon, 15 Dec 2008 15:28:48 +0000 (15:28 -0000)]
toolchain: use same gdb Config.in for internal/external toolchains
We used to use different gdb configs for internal and external toolchains
because mconf won't source the same file twice. This works, but is kind of
sub optimal, as people forget to keep them in sync.
Fix it to use the same file for both situations by shuffling around the
config options a bit. Should work identical to before (except for the newer
gdb versions available for ext).
Peter Korsgaard [Sat, 13 Dec 2008 19:40:26 +0000 (19:40 -0000)]
ifplugd: fix non-C++ build
The ifplugd configure script was checking for a C++ compiler, even
though it isn't used for anything.
Thomas Petazzoni [Sat, 13 Dec 2008 16:15:50 +0000 (16:15 -0000)]
Another external toolchain support solution
* In toolchain/external-toolchain/ext-tool.mk, copy the contents of
the sysroot directory to the staging dir.
* In package/Makefile.in, add a --sysroot CFLAGS pointing to the
staging dir
* Remove the CFLAGS and LDFLAGS definition from
TARGET_CONFIGURE_OPTS. I haven't investigated exactly why, but with
these options, DirectFB fails to build because it cannot find
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, even if DirectFB's Makefile
properly sets -D_GNU_SOURCE.
I have already sent this patch on December, 2nd to the mailing-list,
but got no feedback. So let's commit and see what happens :-)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard [Sat, 13 Dec 2008 11:52:54 +0000 (11:52 -0000)]
menuconfig: don't prepend CONFIG_ to symbols in help text
Thomas Petazzoni [Sat, 13 Dec 2008 11:01:21 +0000 (11:01 -0000)]
Bump PHP version to 5.2.7.
Patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni [Sat, 13 Dec 2008 10:55:48 +0000 (10:55 -0000)]
Bump lighttpd to 1.4.20.
Initial patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Hans-Christian Egtvedt [Fri, 12 Dec 2008 10:34:25 +0000 (10:34 -0000)]
samba: add a comment about why make proto is done before make
This patch adds a comment why make proto is needed before make.
Hans-Christian Egtvedt [Fri, 12 Dec 2008 09:29:37 +0000 (09:29 -0000)]
samba: make proto first to allow parallel build afterwards
This patch fixes parallel build of Samba. The trick is to make proto before
executing a full make.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Hans-Christian Egtvedt [Fri, 12 Dec 2008 09:09:51 +0000 (09:09 -0000)]
samba: bump version to 3.2.5
This patch bumps Samba version to 3.2.5. In the process Samba now
depends on libiconv. This dependency is needed because Samba wants to use
various formats when talking to the different parts of the system.
Two new patches are introduced, one to double check if BSD functions are
available, and one to skip checking for glibc version. The use unsigned
enum patch could be removed since this can be supplied with a autoconf
variable.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Hans-Christian Egtvedt [Fri, 12 Dec 2008 09:03:47 +0000 (09:03 -0000)]
libiconv: strip installed library and remove the preloadable library
This patch is mainly for size reduction, removing more than half the
needed footprint.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Hans-Christian Egtvedt [Thu, 11 Dec 2008 14:40:56 +0000 (14:40 -0000)]
zlib: install using cp instead of install for zlib libraries
This patch will install zlib keeping the symlinks. The usage of
$(INSTALL) here did not take into account symbolic links.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Peter Korsgaard [Thu, 11 Dec 2008 09:35:07 +0000 (09:35 -0000)]
busybox: 1.13.1 bindtodevice fix
Peter Korsgaard [Thu, 11 Dec 2008 00:33:30 +0000 (00:33 -0000)]
package/boa: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Peter Korsgaard [Wed, 10 Dec 2008 23:54:18 +0000 (23:54 -0000)]
toolchain/kernel-headers: don't hide 2.6.27 if RECENT isn't enabled
Peter Korsgaard [Wed, 10 Dec 2008 13:46:19 +0000 (13:46 -0000)]
busybox: additional 1.13.1 fixes
Eric Andersen [Tue, 9 Dec 2008 20:00:31 +0000 (20:00 -0000)]
bump
Hans-Christian Egtvedt [Tue, 9 Dec 2008 11:38:52 +0000 (11:38 -0000)]
binutils: revert bad commit 24343
This reverst the commit 24343, the original state was indeed correct. Blame
goes to my bad sight and too hasty decisions.
Hans-Christian Egtvedt [Tue, 9 Dec 2008 10:09:15 +0000 (10:09 -0000)]
binutils: fix typo for detecting if BINUTILS_NO_MPFR is not set
Make the ifndef check the actual variable, typo bug.
Hans-Christian Egtvedt [Mon, 8 Dec 2008 18:00:54 +0000 (18:00 -0000)]
qtopia4: add kconfig option to enable Phonon
This patch adds a kconfig option to enable Phonon when configuring Qt.
Phonon is the multimedia API from KDE 4 which has been integrated into
Qt 4.4. For playback under Linux the GStreamer multimedia framework is
used.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
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
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.
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.
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.
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.
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>
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>
Peter Korsgaard [Mon, 8 Dec 2008 13:48:37 +0000 (13:48 -0000)]
udev: use $@ instead of hardcoding target name
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>
Peter Korsgaard [Mon, 8 Dec 2008 13:42:01 +0000 (13:42 -0000)]
package/freetype: default to 2.3.7
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>
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>
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>
Peter Korsgaard [Mon, 8 Dec 2008 13:05:47 +0000 (13:05 -0000)]
toolchain/kernel-headers: bump 2.6.27.x version
Peter Korsgaard [Mon, 8 Dec 2008 09:07:01 +0000 (09:07 -0000)]
target/tar: remove unused cut'n'paste leftover
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.
Peter Korsgaard [Mon, 8 Dec 2008 08:54:14 +0000 (08:54 -0000)]
toolchain/gdb: 6.4 shouldn't be selectable for avr32
Peter Korsgaard [Mon, 8 Dec 2008 08:46:52 +0000 (08:46 -0000)]
toolchain/gdb: mark old versions as deprecated
Peter Korsgaard [Mon, 8 Dec 2008 08:46:50 +0000 (08:46 -0000)]
toolchain/gdb: default to 6.8
Peter Korsgaard [Mon, 8 Dec 2008 08:15:58 +0000 (08:15 -0000)]
target/: get rid of unneeded $(strip ..)
Peter Korsgaard [Mon, 8 Dec 2008 08:15:46 +0000 (08:15 -0000)]
docs/: get rid of unneeded $(strip ..)
Peter Korsgaard [Mon, 8 Dec 2008 08:15:42 +0000 (08:15 -0000)]
toolchain/: get rid of unneeded $(strip ..)
Peter Korsgaard [Mon, 8 Dec 2008 08:15:27 +0000 (08:15 -0000)]
package/: get rid of unneeded $(strip ..)
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.
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
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).
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.
Peter Korsgaard [Sun, 7 Dec 2008 21:22:48 +0000 (21:22 -0000)]
busybox: 1.13.1 crond fix
Peter Korsgaard [Sun, 7 Dec 2008 21:22:45 +0000 (21:22 -0000)]
toolchain/gdb: add -source target
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.
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.
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.
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.
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.
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.
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.
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.
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.
Peter Korsgaard [Fri, 5 Dec 2008 15:27:35 +0000 (15:27 -0000)]
libiconv: use BR2_GNU_MIRROR
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.
Peter Korsgaard [Fri, 5 Dec 2008 15:27:26 +0000 (15:27 -0000)]
toolchain/*: use CONFIG_UPDATE
Based on
e0e0945e in Bernhard's tree.
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.
Peter Korsgaard [Fri, 5 Dec 2008 10:22:52 +0000 (10:22 -0000)]
libusb: use 0.1.12-10 from snapshot.debian.net
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.
Hans-Christian Egtvedt [Fri, 5 Dec 2008 09:46:17 +0000 (09:46 -0000)]
alsa-lib: bump version to 1.0.18
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.
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
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.
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
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>
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>
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>
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.
Peter Korsgaard [Thu, 4 Dec 2008 13:21:36 +0000 (13:21 -0000)]
busybox: 1.13.1 ip fix
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.
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).
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>
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>
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>
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>
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.
Peter Korsgaard [Mon, 1 Dec 2008 14:53:22 +0000 (14:53 -0000)]
uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATH
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Peter Korsgaard [Mon, 1 Dec 2008 09:08:04 +0000 (09:08 -0000)]
fakeroot: use 1.9.5 from snapshot.debian.net