summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/clutter/cogl_1.8.2.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-01-03 17:31:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-04 11:24:24 +0000
commite19586765af518892ed55d9bfd45d0857566ae98 (patch)
tree7cc708ec0e7bc16b60bb7103eb6f81c1b067dce8 /meta/recipes-graphics/clutter/cogl_1.8.2.bb
parentab56f27d96cbd2c79ca16d12333687ca9720934c (diff)
downloadopenembedded-core-e19586765af518892ed55d9bfd45d0857566ae98.tar.gz
openembedded-core-e19586765af518892ed55d9bfd45d0857566ae98.tar.bz2
openembedded-core-e19586765af518892ed55d9bfd45d0857566ae98.tar.xz
openembedded-core-e19586765af518892ed55d9bfd45d0857566ae98.zip
cogl: ensure we can build on armv4
Without this patch cogl will not build for armv4 as it uses an unsupported instruction. This changeset adds a patch from Wolfgang Denk to add an extra guard around armv5 or above code. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/cogl_1.8.2.bb')
-rw-r--r--meta/recipes-graphics/clutter/cogl_1.8.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/cogl_1.8.2.bb b/meta/recipes-graphics/clutter/cogl_1.8.2.bb
index d99c443b5..25875f344 100644
--- a/meta/recipes-graphics/clutter/cogl_1.8.2.bb
+++ b/meta/recipes-graphics/clutter/cogl_1.8.2.bb
@@ -1,9 +1,12 @@
require cogl.inc
+PR = "r1"
+
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "http://source.clutter-project.org/sources/cogl/1.8/${BPN}-${PV}.tar.bz2 \
- file://macro-versions.patch"
+ file://macro-versions.patch \
+ file://build_for_armv4t.patch"
SRC_URI[md5sum] = "3145cbf7ff162c33065ea4421c047e2f"
SRC_URI[sha256sum] = "8b647b51a4fa93034fcd74ffe86b3d4c919b0e54789108f6d065414e6162ab73"