From 00f0d4ad649313e1a9ad2413d942cea78aa56348 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 3 Jan 2012 17:31:20 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/clutter/cogl_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/clutter/cogl_git.bb') diff --git a/meta/recipes-graphics/clutter/cogl_git.bb b/meta/recipes-graphics/clutter/cogl_git.bb index 7a10dd8004..689b965288 100644 --- a/meta/recipes-graphics/clutter/cogl_git.bb +++ b/meta/recipes-graphics/clutter/cogl_git.bb @@ -5,11 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" # the 1.8.2 tag SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5" PV = "1.8.2+git${SRCPV}" -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" -SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master" +SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master \ + file://build_for_armv4t.patch" S = "${WORKDIR}/git" AUTOTOOLS_AUXDIR = "${S}/build" -- cgit v1.2.3-54-g00ecf