aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2009-08-10linux-davinci: add defconfig for dm365-evmKoen Kooi
2009-08-10gvfs: add 1.3.3Steve Sakoman
2009-08-10gnome-vfs: add 2.24.1, share patches with 2.22.0Steve Sakoman
2009-08-10opencv: Bump SRCREV, explicitly build with ffmpegSteve Sakoman
2009-08-10task-beagleboard-demo: make gnash armv7a specific since it's using boost ↵Koen Kooi
atomic ops which are missing for pre-v7 arms
2009-08-10linux-davinci: update git recipeKoen Kooi
2009-08-10icu: Fix compilation for mips using -fPIC on the rematch.oGraham Gower
/home/grg/oe/tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: rematch.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC http://patchwork.openembedded.org/patch/920/ Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-10portmap-unslung: Drop the recipe as it is obsoleteHolger Hans Peter Freyther
According to Mike Westerhof it is obsolete and can be removed: http://patchwork.openembedded.org/patch/922/
2009-08-10portmap_6.0: Fix building on mipsel with gcc4.3Graham Gower
with gcc-4.4 and provides the following: | tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: portmap.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC The CFLAGS in portmap's Makefile contains -fpie, but is ignored. The CFLAGS I've added below are constructed from portmap's Makefile. When built with gcc-4.3.3 the resultant binary no longer segfaults. Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-10qt4: Hack out the pg_config invocation on configureHolger Hans Peter Freyther
Currently the configure script of Qt is invoking pg_config which is a native application and not staged. Even though we pass the directory with the header files we will fail the postgres test as pg_config from the host will tell us something about /usr/include. There is no need for us to check pg_config, hack it out.
2009-08-09Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-08-09gnome-python: add 2.26.1Steve Sakoman
2009-08-09gconf-editor: add 2.26.0Steve Sakoman
2009-08-09gnome-common: one more bit of cleanupSteve Sakoman
2009-08-09gnome-common: restructure recipes to use gnome-common.inc, add 2.26.0Steve Sakoman
2009-08-09task-qte-toolchain-target: Do not install the full qt4-embeddedHolger Hans Peter Freyther
Do not install debug packages and examples making the SDK a bit smaller.
2009-08-09xcalibrate: Use increment-able PV format as other git version recipes do.Stanislav Brabec
2009-08-09uclibc-initial_0.9.30.1.bb: Fix do_stage for ubuntu karmicHolger Hans Peter Freyther
gcc4.4 and glibc 2.10 complain that getline already has a different signature. Rename the version in the unidef.c.
2009-08-09Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj
into org.openembedded.dev
2009-08-09pciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-09qt4-x11-free.inc: Do not override the var set by qt4-x11-free-glesHolger Hans Peter Freyther
Another attempt to fix the dependencies of qt4-x11-free-gles. Do not make libqt4-FOO-dev depend on qt4-x11-free-gles which will drag in more dependencies. A better fix would be to build the OpenVG graphicsengine unconditionally and build the screendriver out of this tree and install it as a plugin. Do the same change to qt4-embedded.inc.
2009-08-09meta-toolchain-qte: Export some more pathsHolger Hans Peter Freyther
Export RCC, UIC3, DBUSXML2CPP, DBUSCPP2XML environment variables. This is based on a patch from Ihar Hrachyshka. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2009-08-09qt4-tools-sdk: Use an install target to install the qt4 utilitiesHolger Hans Peter Freyther
2009-08-08linux-titan-sh4-2.6.21: Provide sidivsi3_i4i and udivsi3_i4iKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08lilo-sh_21.bb: Replace PAGE_SIZEKhem Raj
PAGE_SIZE is not available to usersplace anymore struct partion in linux/genhd.h is defined conditional if CONFIG_BLOCK is defined. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08RFC: eglibc libc6 and tzdataFlorian Boor
Hi, the eglibc libc6 package provides tzdata. The applied patch add this knowledge to the eglibc-package class. Greetings Florian >From 30d75e2580414498c86c6c1e023d35631019c370 Mon Sep 17 00:00:00 2001 From: Florian Boor <florian.boor@kernelconcepts.de> Date: Thu, 23 Jul 2009 12:17:33 +0200 Subject: [PATCH] eglibc: libc6 package provides tzdata Avoids conflict with tzdata package. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08u-boot-mkimage-openmoko: Fix SRC_URIRamax Lo
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08justreader: fixed buildMichal Hrusecky
Adding missing include file so package can be built again. Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08gtksourceview: renamed the 1.x tree to gtksourceview1Elena Grandi
GtkSourceView 1.x is an older stable version that is still required by some packages and is currently used in 2 recipes. Signed-off-by: Elena Grandi <elena.valhalla@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08eglibc-package.bbclass: Replace hardcoded /lib referencesPhil Blundell
It turns out that eglibc contains a bunch of hard-coded references to /lib. This patch replaces them with the appropriate ${base_libdir}. Also, the globs in ${libc_baselibs} were a bit too permissive and would accept, for example, "libc.a" which isn't something that we want in the main library package. - Phil Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-By: Michael Smith <msmith@cbnco.com>
2009-08-08linux-titan-sh4_2.6.21.bb: Include limits.h in sumversion.cKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08gcc-4.4.1.inc: Make cross compile for SH architecture.Khem Raj
checksums.ini: Add checksum for lilo. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-08xserver-kdrive-1300: Bump PR to keep incremental versioning.Stanislav Brabec
2009-08-08gmp: Bump PR to keep incremental versioning.Stanislav Brabec
2009-08-08pkgconfig: Bump PR to keep incremental versioning.Stanislav Brabec
2009-08-08fribidi: add 0.19.2Koen Kooi
2009-08-08gedit: depend on iso-codesKoen Kooi
2009-08-08gconf: add 2.26.2Steve Sakoman
2009-08-08vte: add 0.20.0Steve Sakoman
2009-08-08gnome-terminal: add 2.26.2Steve Sakoman
2009-08-08gnome-python-extras: add 2.25.3Steve Sakoman
2009-08-08gedit: add 2.6.22Steve Sakoman
2009-08-08gtksourceview: add 2.7.3Steve Sakoman
2009-08-08atk: add 1.26.0Steve Sakoman
2009-08-08libgail-gnome: add 1.20.1Steve Sakoman
2009-08-08at-spi: add 1.26.0Steve Sakoman
2009-08-08glibmm: add 2.21.2Steve Sakoman
2009-08-08gcalctool: add 5.27.5Steve Sakoman
2009-08-08eel: add 2.26.0Steve Sakoman
2009-08-08devicekit-power: add recipe for devicekit-power version 009Steve Sakoman