[oe-commits] Paul Eggleton : pinpoint: fix and update

git at git.openembedded.org git at git.openembedded.org
Thu Jun 27 16:48:21 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 10fa681110ad259fb6834ca43eab5df450a9cdeb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=10fa681110ad259fb6834ca43eab5df450a9cdeb

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Jun 24 08:41:18 2013 +0000

pinpoint: fix and update

* Fix for update and PN change of clutter in OE-Core
* Fix SRC_URI
* Update to latest upstream git revision

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
index 4949570..cc247f9 100644
--- a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
+++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
@@ -7,13 +7,13 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
                     file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c"
 
-DEPENDS = "gnome-common glib-2.0 gdk-pixbuf clutter-1.8 clutter-gst-1.8"
+DEPENDS = "gnome-common glib-2.0 gdk-pixbuf clutter-1.0 clutter-gst-1.0"
 
 inherit autotools gettext
 
-SRC_URI = "git://git.gnome.org/browse/pinpoint;protocol=http"
+SRC_URI = "git://git.gnome.org/pinpoint"
 
-SRCREV = "5b22660f5b247023ca409403f1c2cc834d8ce632"
+SRCREV = "80a056c57e819d0b75035424638813b0670830e1"
 PV = "0.1.4+gitr${SRCPV}"
 
 S = "${WORKDIR}/git"



More information about the Openembedded-commits mailing list