aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-10-15cups14: Drop legacy bits, correct libusb depTom Rini
We don't need do_stage for target stuff, drop. We don't need name=foo on SRC_URIs in this case, drop. We want virtual/libusb0 for a dep here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-15Reverse the order of OVERRIDESChris Larson
Given the current implementation of OVERRIDES in bitbake, the variable is expected to contain elements in the order least specific to most specific, however, our current usage of it does not match that. As one example, "local" is supposed to always be the most specific override, yet currently it's the least specific. As another example, currently the target architecture is seen as more specific than the machine, which is also clearly wrong. Big thanks to Chase Maupin for investigating and identifying this long standing issue. It becomes clear that a reversal of the current value will bring us to a more sane behavior, and avoids the need for the dual overrides hack mentioned in the comments, so this implements this reversal, and drops the unnecessary and confusing comments. This also introduces a MACHINE_OVERRIDES variable as a generic mechanism to inject overrides elements which are more specific than the distro but less specific than the machine, which is where things like MACHINE_CLASS or SOC_FAMILY or the like would go. This variable is *space* separated, to make it easier and more convenient to assemble the variable incrementally. Reported-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-15openswan: Update to 2.6.29Tom Rini
openswan 2.4.7 has a large number of security defects and was not pinned by any users, so remove. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-15matrix-tui: use INC_PR in versioned recipeChase Maupin
* Added an INC_PR to the matrix-tui.inc file to be used by the individual version recipes. * Modified the version recipe to use INC_PR in its PR setting. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-10-15matrix-gui: use INC_PR in versioned recipesChase Maupin
* Added an INC_PR to the matrix-gui.inc file to be used by the individual version recipes. * Modified the version recipes to use INC_PR in their PR setting. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-10-15matrix-gui-e: use INC_PR in versioned recipesChase Maupin
* Added an INC_PR to the matrix-gui-e.inc file to be used by the individual version recipes. * Modified the version recipes to use INC_PR in their PR setting. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-10-15matrix-gui-common: use INC_PR in versioned recipesChase Maupin
* Added an INC_PR to the matrix-gui-common.inc file to be used by the individual version recipes. * Modified the version recipes to use INC_PR in their PR setting. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-10-15angstrom-version: make lsb_release work with GNOMEKoen Kooi
2010-10-15mokosuite2: bump SRCREV, many bugs fixed and a test version of mokomessagesDaniele Ricci
Signed-off-by: Daniele Ricci <daniele.athome@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-15directfb_1.4.6: update mkdfiff.patch to fix building with newer eglibcMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-15python-pygobject: forcefully disable introspectionKoen Kooi
It will pick up the .pc from the native sysroot and then fail to build since we don't have target introspection libs to link against
2010-10-15xst: bump PR for pkgconfig changes in bitbake.confKoen Kooi
2010-10-15libsdl-ttf_2.0.10: add DEFAULT_PREFERENCE -1 as it doesn't build with ↵Martin Jansa
default libtool-2.2.6b * there is patch only for libtool-2.4 * it expects libtool-2.2.6
2010-10-14gdb (all): Add bison-native to DEPENDStested_2010-10-14Tom Rini
While in here, noticed that I didn't do the second half of 8b2cac31bec0b97c8bc66ff3e6d2c9903f2ae8dc as I intended and actually delete the DEPENDS line here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-14disko: update to version 1.7.0Henning Heinold
2010-10-14c-ares: Fix configure.acSean Cross
Get configure to work with our version of autoconf by fixing the syntax of configure.ac Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-14libgee: remove unnecessary dependency on gobject-introspectionSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-14libgee: define common INC_PR and use it in all specific version recipesSimon Busch
Until now there is now way to indicate that the libgee.inc common part of libgee has changed - the PR is only defined in the specific version recipes. This adds the INC_PR var to to the common libgee.inc and use it in the specific version recipes. INC_PR is initial set to the highest value of both version 0.5.2 and 0.6.0. Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-14freetype: Drop old recipesTom Rini
All of these versions have various security issues to them and are not pinned. Remove. While in here, rename files to freetype. Acks apply to the removal portion. Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-14directfb: update to version 1.4.6Henning Heinold
* ts-lib patch is applied upstream * remove older minor versions
2010-10-14openjdk: update to version 1.8.2, because of security issuesHenning Heinold
* bump PR
2010-10-14icedtea6-native: update to version 1.7.5Henning Heinold
* remove 1.7.3 version because of security bugs * explicit disable build of the new browser plugin
2010-10-14epiphany: fix EXTRA_OECONFKoen Kooi
2010-10-14gstreamer: bump PR for introspection changeKoen Kooi
2010-10-14gnome-bluetooth 2.30.0: bump PR for introspection changeKoen Kooi
2010-10-14atk 1.30.0: bump PR for introspection changeKoen Kooi
2010-10-14omap3-sgx-modules: make patch apply with all versions of patchKoen Kooi
2010-10-13mbmerlin_0.8.1-2.bb: Don't overwrite a file staged by libx11.Graham Gower
If mbmerlin is staged, packages which use the x11.pc file will get one that mbmerlin provides. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13htmldoc_1.8.27:: merge native and non-native recipesVitus Jensen
Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13htmldoc-gui_1.9.x: remove, there is no GUI code in developer snapshotsVitus Jensen
Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13ruby: update SRC_URI in ruby.incJesse Gilles
Signed-off-by: Jesse Gilles <jgilles@multitech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13ruby: fix socket extension compileJesse Gilles
* fixes building socket extension with ipv6 enabled Signed-off-by: Jesse Gilles <jgilles@multitech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13glib-2.0_2.24.1: fix `error: Could not find a glib-genmarshal in your PATH`Paul Menzel
This commit partially reverts 1e4c8a [1]. Commit 1e4c8a removed `glib-2.0-native` from `DEPENDS`. Unfortunately `configure()` fails for me for minimal distributions with the following error. (It works for `angstrom-2008.1` though.) error: Could not find a glib-genmarshal in your PATH Adding `glib-2.0-native` back to `DEPENDS` fixes the build error for me. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1e4c8ab77532c76ad041ab3b50d3e18bfc352080 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> CC: Florian Boor <florian.boor@kernelconcepts.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13dsniff_2.3.bb: fix buildability.Graham Gower
This almost 10 year old software is beginning to suffer bitrot. Libnids now uses glib, and openssl structs have moved headers. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13lua, lua-gtk2: move to obsolete.Graham Gower
Lua fails to build. There are newer recipes (lua5.1) in tree, only lua-gtk2 uses this old recipe and nothing uses lua-gtk2. mipsel-oe-linux-gcc -march=mips32 -o ../../bin/luac -L/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-rpath-link,/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-O1 -Wl,-E luac.o print.o lopcodes.o -L../../lib -llua -llualib -lm -ldl -lreadline luac.o: In function `strip': luac.c:(.text+0xa8): undefined reference to `luaM_realloc' luac.c:(.text+0xc4): undefined reference to `luaM_realloc' luac.c:(.text+0xdc): undefined reference to `luaM_realloc' luac.o: In function `main': luac.c:(.text+0x3f8): undefined reference to `lua_open' luac.c:(.text+0x438): undefined reference to `lua_tostring' luac.c:(.text+0x4cc): undefined reference to `luaM_realloc' luac.c:(.text+0x4f4): undefined reference to `luaM_realloc' collect2: ld returned 1 exit status make[1]: *** [../../bin/luac] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13ion: move to obsolete.Graham Gower
This recipe has been marked BROKEN for 5 years or so. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13prboom_2.5.0.bb: fix compilation failure due to undefined references.Graham Gower
Need to #define _GNU_SOURCE for sched.h to define CPU_ZERO/CPU_SET. SDL/libsdldoom.a(i_system.o): In function `I_SetAffinityMask': | i_system.c:(.text+0x7d4): undefined reference to `CPU_ZERO' | i_system.c:(.text+0x7e8): undefined reference to `CPU_SET' | collect2: ld returned 1 exit status Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13galago: move to obsolete.Graham Gower
libgalago doesn't build, and presumably hasn't since dbus 0.92 was in the tree. | ../libgalago/.libs/libgalago.so: undefined reference to `dbus_connection_disconnect' | collect2: ld returned 1 exit status | make[2]: *** [presence-feed] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13cpio: update 2.5 to 2.11Scott Garman
Signed-off-by: Scott Garman <sgarman@zenlinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13gdb-cross-sdk.inc: We must use do_configure_appendTom Rini
The goal is to have oe_runconf happen twice. So we want the normal gdb-cross.inc do_configure to happen so we get an initial configure. Then gdb-cross-sdk does its thing and then we run oe_runconf again. All of this shows that we really need to sit down and think and test the dance we're doing here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13gdb-cross/cross-sdk: Fixup DEPENDS furtherTom Rini
Since we are statically linking, as noted before, we now share the same DEPENDS set on cross and cross-sdk. And gdb cannot build without grabbing some stuff from the real compiler. gdb-cross was fine but gdb-cross-sdk was relying previously on an oddity of zlib. To be clear, add in virtual/${TARGET_PREFIX}gcc with a comment. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13zlib.inc: autotools.bbclass handles libtool dependsTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13gdb-cross-sdk.inc: Do not run autoreconfTim Harvey
* GDB autoconfigury mandates uses of a given autconf e.g. 2.64 for gdb 7.1, but OE's default autoconf native is 2.65 and it does not go so well with gdb. We do not really need to recreate configure if it its not needed Signed-off-by: Tim Harvey <harvey.tim@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-13udev 141/151/154: Fix update-rc.d logic for udev-cacheTom Rini
The way that functions are evaluated means that while we say append our update-rc.d addition for udev-cache ends up at the top of the postinst script meaning that $OPT is not set and this error will cause no udev rcN.d symlinks to be created until during the first boot which can be a problem. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13ffalarms: fix build with newer valaMartin Jansa
* ffalarms.vala:142.9-142.16: error: TimeZone is an ambiguous reference between GLib.TimeZone and ICal.TimeZone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-13u-boot_git: added dont-inline-weak-symbols patch for hawkboardFrans Meulenbroeks
u-boot did not build for hawkboard due weak symbols and inlining. this is a known issue with u-boot 2009.8 and git versions shortly after that added the already existing patch to SRC_URI_hawkboard Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-13totem-pl-parser 2.30.0: fix build with libtool 2.4 sysrootKoen Kooi
* also disable introspection
2010-10-13tiff: Update to 4.0.0beta6Tom Rini
This includes a number of security fixes. In addition, side-port the fix for CVE-2010-2482. Since we updated for security reasons and there was only one version before this (the previous beta), git mv and update the distros that had pinned down. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13mikmod: libtool 2.4 fix 2/2: sed out -L/usr/lib from gcc cmdlineKoen Kooi
2010-10-13mikmod: remove hack to work around powerpc toolchain bugs from 3 years agoKoen Kooi
Also run oe-stylize on it