summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-08Remove dead directories after moving audio and video to multimediaHans-Christian Egtvedt
This patch removes some empty directories which got left behind when audio and video packages got moved into packages/multimedia directory.
2008-12-08Override the target-install target properly rather than installing as a ↵Hamish Moffatt
post-build hook
2008-12-08Over-ride the target-install target rather than installing as a post-buildHamish Moffatt
hook. Otherwise the wrong stamps are used and the library won't be reinstalled if you clean out $(TARGET_DIR).
2008-12-07uclibc: add RPC config variables to 0.9.30Peter Korsgaard
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.
2008-12-07busybox: 1.13.1 crond fixPeter Korsgaard
2008-12-07toolchain/gdb: add -source targetPeter Korsgaard
2008-12-07taget/linux: handle non-modular kernelsPeter Korsgaard
Based on b151271 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.19Peter Korsgaard
Based on 9cd8638d / b86af9a1 in Bernhard's tree.
2008-12-05toolchain/binutils/2.18.50.0.9: accept sh?-*-*Peter Korsgaard
Based on 3ed6c5b5 in Bernhard's tree.
2008-12-05toolchain/binutils/2.18.50.0.9: add patch for PR6878Peter Korsgaard
Based on b5451979 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.9Peter Korsgaard
Based on 713e7e46 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.8Peter Korsgaard
Based on 1c493ff1 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.6Peter Korsgaard
Based on 45b89c54 / beede0ba in Bernhard's tree.
2008-12-05toolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGESPeter Korsgaard
Based on b157db55 in Bernhard's tree.
2008-12-05toolchain/binutils: let make expand wildcards instead of the shellPeter Korsgaard
Based on f97ce837 in Bernhard's tree.
2008-12-05libiconv: use BR2_GNU_MIRRORPeter Korsgaard
2008-12-05toolchain/binutils: add 2.18.50.0.3Peter Korsgaard
Based on b2b5d9f2 in Bernhard's tree.
2008-12-05toolchain/*: use CONFIG_UPDATEPeter Korsgaard
Based on e0e0945e in Bernhard's tree.
2008-12-05samba: predefine a autoconf result for enums with negative valuesHans-Christian Egtvedt
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.
2008-12-05libusb: use 0.1.12-10 from snapshot.debian.netPeter Korsgaard
2008-12-05libvorbis: tremor depends on host-autoconf and host-automakeHans-Christian Egtvedt
This patch adds host-autoconf and host-automake as dependencies to tremor, this is needed for it to compile.
2008-12-05alsa-lib: bump version to 1.0.18Hans-Christian Egtvedt
2008-12-04qtopia4: make build verbose or silent depending on user inputHans-Christian Egtvedt
This will make Qt compile silent unless the user specifies V=1 or VERBOSE=1 when running make.
2008-12-04mplayer: set charset explisit to US-ASCII to ease intl compileHans-Christian Egtvedt
This patch set the charset selected by mplayer to US-ASCII because mplayer configure script have problems detecting working cross compiled iconv tools
2008-12-04tslib: add dependency to hsot-autoconf and host-automakeHans-Christian Egtvedt
Tslib uses autoconf and automake during configure section, make sure it is available before building tslib.
2008-12-04tslib: use more robust $@ when touching target instead of explisit nameHans-Christian Egtvedt
2008-12-04avahi: add dependency to host-autoconfHans-Christian Egtvedt
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>
2008-12-04alsa-util: bump version to 1.0.18 and add patches for this versionHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-04alsa-utils: add dependency to libintl if libintl is enabledHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-04mdadm/dmraid: bump versionPeter Korsgaard
Patch by: Charles Duffy <Charles_Duffy@messageone.com> Both mdadm and dmraid packages refer to upstream versions which are no longer available.
2008-12-04busybox: 1.13.1 ip fixPeter Korsgaard
2008-12-04ifplugd: don't overwrite target etc/init.d/ifplugd.*Peter Korsgaard
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.
2008-12-03Fix comment about autoconf configuration/compilation/installation forThomas Petazzoni
the target (and not the host).
2008-12-03Liboil is a library of simple functions that are optimized for variousThomas Petazzoni
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>
2008-12-02Compiling current SVN fails with the following error for me:Thomas Petazzoni
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>
2008-12-02samba: bump version to 3.0.33Hans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-02target/cramfs/cramfs.mk: Fix device table not being passed to mkcramfsPeter Korsgaard
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>
2008-12-01haserl: fix shared cache interaction issuePeter Korsgaard
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.
2008-12-01uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATHPeter Korsgaard
2008-12-01uClibc: set 0.9.30 as defaultHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01uClibc: add a default config for 0.9.30Hans-Christian Egtvedt
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>
2008-12-01strace: fix lower case no to NO when setting STRACE_AUTORECONFHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01mplayer: use $(if ...) to add dependencies to mplayerHans-Christian Egtvedt
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>
2008-12-01mplayer: remove not needed $(strip ...) calls in MakefileHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01qtopia4: remove explisit include and library directories from configure callHans-Christian Egtvedt
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>
2008-12-01uClibc: add uClibc 0.9.30 to kconfig and MakefileHans-Christian Egtvedt
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>
2008-12-01mplayer: make sure alsa-lib is installed before mplayerHans-Christian Egtvedt
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>
2008-12-01mplayer: add dependency libraries to a variableHans-Christian Egtvedt
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>
2008-12-01mplayer: disable ivtv video outputHans-Christian Egtvedt
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>