diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-01-03 17:31:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-04 11:56:42 +0000 |
commit | 00f0d4ad649313e1a9ad2413d942cea78aa56348 (patch) | |
tree | 10545f2aaa95bb6c6eed90b86d87ee65b084c7fe /meta/recipes-graphics/clutter/cogl_1.8.2.bb | |
parent | 87babb7894dff7e17a021d688af7ac898e3f48f4 (diff) | |
download | poky-00f0d4ad649313e1a9ad2413d942cea78aa56348.tar.gz |
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.
(From OE-Core rev: e19586765af518892ed55d9bfd45d0857566ae98)
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.bb | 5 |
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 d99c443b5f..25875f344a 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 @@ | |||
1 | require cogl.inc | 1 | require cogl.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 6 | ||
5 | SRC_URI = "http://source.clutter-project.org/sources/cogl/1.8/${BPN}-${PV}.tar.bz2 \ | 7 | SRC_URI = "http://source.clutter-project.org/sources/cogl/1.8/${BPN}-${PV}.tar.bz2 \ |
6 | file://macro-versions.patch" | 8 | file://macro-versions.patch \ |
9 | file://build_for_armv4t.patch" | ||
7 | 10 | ||
8 | SRC_URI[md5sum] = "3145cbf7ff162c33065ea4421c047e2f" | 11 | SRC_URI[md5sum] = "3145cbf7ff162c33065ea4421c047e2f" |
9 | SRC_URI[sha256sum] = "8b647b51a4fa93034fcd74ffe86b3d4c919b0e54789108f6d065414e6162ab73" | 12 | SRC_URI[sha256sum] = "8b647b51a4fa93034fcd74ffe86b3d4c919b0e54789108f6d065414e6162ab73" |