summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
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-02samba: bump version to 3.0.33Hans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
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-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-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>
2008-12-01fakeroot: use 1.9.5 from snapshot.debian.netPeter Korsgaard
2008-12-01dnsmasq: bump versionPeter Korsgaard
2008-12-01i2c-tools: bump versionPeter Korsgaard
2008-11-29busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard
2008-11-28Adding Central config.cache optionsDaniel Laird
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>
2008-11-28busybox: updated 1.13.0 ash fixPeter Korsgaard
2008-11-22busybox: updated 1.13.0 ash fixPeter Korsgaard
2008-11-22lockfile-progs: remove unneeded $(strip)Peter Korsgaard
2008-11-21Revert r24000: "Fix external toolchain build"Peter Korsgaard
This breaks builds with internal toolchain, so let's revert this until we find a proper solution.
2008-11-21busybox: fixup id applet on 1.13.0 for old uclibc versionsPeter Korsgaard
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.
2008-11-21busybox: 1.13.0 ash fixPeter Korsgaard
2008-11-20busybox: 1.13.0 klogd fixPeter Korsgaard
2008-11-19sdl_ttf: provide path to freetype includesPeter Korsgaard
closes #6374.
2008-11-19lockfile-progs: fix patch-kernel invocationPeter Korsgaard
Patch by Roberto A. Foglietta. Closes #6364
2008-11-17busybox: updated 1.13.0 id patch (only error out if needed)Peter Korsgaard
2008-11-16busybox: 1.13.0 id patch (check)Peter Korsgaard
2008-11-15mplayer, vlc: move into multimedia categoryPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-11-15package/audio: rename audio category to multimediaPeter Korsgaard
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>
2008-11-15busybox: disable id applet for 1.13.xPeter Korsgaard
busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so disable it for now.
2008-11-14ntp.sysvinit: fix 'restart' (don't exit on failed commands with set -e)Wade Berrier
2008-11-14lzo: add $(DISABLE_LARGEFILE) to configure optionsPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-11-14libogg: convert to Makefile.autotools.inPeter Korsgaard
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>
2008-11-14package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard
As discussed on the list - These things should normally not be (un)selectable.
2008-11-14Fix build. Use TARGET_CONFIGURE_OPTS as environment rather than as argument ↵Thiago A. Corrêa
of make to avoid overwriting dropbear's CFLAGS
2008-11-14dropbear: bump versionPeter Korsgaard