From 263852e5a27ca2256ff11d72c0c80e963bdbee0a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 12 Oct 2011 14:14:39 +0100 Subject: cogl: Add git recipe (required by clutter) (From OE-Core rev: 00545a358fb1fd29a9dd7a77ee54eaf303f41493) Signed-off-by: Richard Purdie --- meta/recipes-graphics/clutter/cogl_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-graphics/clutter/cogl_git.bb (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 new file mode 100644 index 0000000000..890c654b04 --- /dev/null +++ b/meta/recipes-graphics/clutter/cogl_git.bb @@ -0,0 +1,19 @@ +require cogl.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" + +SRCREV = "0a70a159c65357809740971570b2e301451161b5" +PV = "1.8.0+git${SRCPV}" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master" +S = "${WORKDIR}/git" + +AUTOTOOLS_AUXDIR = "${S}/build" + +do_configure_prepend () { + # Disable DOLT + sed -i -e 's/^DOLT//' ${S}/configure.ac +} -- cgit v1.2.3-54-g00ecf