[oe-commits] Koen Kooi : midori git: use git instead of snapshots

GIT User account git at amethyst.openembedded.net
Sat Mar 28 19:47:51 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4733329637c17e1d8d5d29a746f1462b4cc5e652
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4733329637c17e1d8d5d29a746f1462b4cc5e652

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Mar 28 20:44:17 2009 +0100

midori git: use git instead of snapshots

---

 recipes/gtk-webcore/midori_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gtk-webcore/midori_git.bb b/recipes/gtk-webcore/midori_git.bb
index 5d08f1b..a21058b 100644
--- a/recipes/gtk-webcore/midori_git.bb
+++ b/recipes/gtk-webcore/midori_git.bb
@@ -6,8 +6,8 @@ DEPENDS += "python-native python-docutils-native"
 PR = "r2"
 PV = "0.1.2+${PR}+gitr${SRCREV}"
 
-SRC_URI = "http://git.xfce.org/kalikiana/midori/snapshot/midori-${SRCREV}.tar.bz2"
-S = "${WORKDIR}/midori-${SRCREV}"
+SRC_URI = "git://git.xfce.org/kalikiana/midori;protocol=git"
+S = "${WORKDIR}/git"
 
 do_configure() {
 	./configure \





More information about the Openembedded-commits mailing list