All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clutter: Update git recipe to more recent version
@ 2011-10-12 13:41 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2011-10-12 13:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb
index 020453f..897f5ff 100644
--- a/meta/recipes-graphics/clutter/clutter_git.bb
+++ b/meta/recipes-graphics/clutter/clutter_git.bb
@@ -3,9 +3,13 @@ require clutter-package.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 
-SRCREV = "e957e277b8a4893ce8c99e94402036d42a8b3748"
-PV = "1.0.0+git${SRCPV}"
-PR = "r9"
+DEPENDS += "cogl"
+
+SRCREV = "39db46123ed6bbbc3e6ad359a64d4d344ca9e11b"
+PV = "1.8.0+git${SRCPV}"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \
            file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
@@ -14,6 +18,8 @@ S = "${WORKDIR}/git"
 
 BASE_CONF += "--disable-introspection"
 
+AUTOTOOLS_AUXDIR = "${S}/build"
+
 do_configure_prepend () {
 	# Disable DOLT
 	sed -i -e 's/^DOLT//' ${S}/configure.ac





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-12 13:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 13:41 [PATCH] clutter: Update git recipe to more recent version Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.