aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
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
2010-10-13gdb-cros-sdk.inc: Update our DEPENDS listTom Rini
Since we statically link, we don't want to depend on the -sdk version of things but do want to depend on the -native version. We also need to depend on expat-native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-13imagemagick: enable libtoolizeKoen Kooi
This is needed for libtool 2.4 and has no ill effects on libtool 2.x builds
2010-10-13libwnck 2.30.5: add missing dep on gobject-introspection-nativeKoen Kooi
2010-10-13libwnck: add 2.30.5Koen Kooi
2010-10-13iliwi: add missing libgee DEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-13libsdl-ttf: add newer version 2.0.10Martin Jansa
* conditionaly update libtool macros Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-13python-setuptools: add newer version 06c11Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-13python-numeric: add newer version 24.2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-13apr-util_1.3.4: Build without Postgres supportTasslehoff Kjappfot
apr-util attempts to execute pg_config, which could be the host pg_config binary. Ask it to build without Postgres support.
2010-10-13gstreamer-ti: bump PR for omap3 codec changesKoen Kooi
2010-10-13ti-codecs-omap3530: add version 4 with c6accel supportKoen Kooi
2010-10-13obexd_0.34.bb: remove fso patchThomas Zimmermann
* this won't apply to this version * remove as it needs complete rewrite
2010-10-13linux-omap 2.6.36rc: move SRCREV forwardKoen Kooi
2010-10-13ti-dmai svn: bump dm365 SRCREV after kernel changeKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-10-13linux-davinci 2.6.32rc2: fix typo in name and switch dm365 to use this recipeKoen Kooi
Signed-off-by: Koen Kooi <k-kooi@ti.com>