summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/cogl_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/clutter/cogl_git.bb')
-rw-r--r--meta/recipes-graphics/clutter/cogl_git.bb5
1 files changed, 3 insertions, 2 deletions
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"
5# the 1.8.2 tag 5# the 1.8.2 tag
6SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5" 6SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5"
7PV = "1.8.2+git${SRCPV}" 7PV = "1.8.2+git${SRCPV}"
8PR = "r0" 8PR = "r1"
9 9
10DEFAULT_PREFERENCE = "-1" 10DEFAULT_PREFERENCE = "-1"
11 11
12SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master" 12SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master \
13 file://build_for_armv4t.patch"
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
14 15
15AUTOTOOLS_AUXDIR = "${S}/build" 16AUTOTOOLS_AUXDIR = "${S}/build"