]> code.ossystems Code Review - openembedded-core.git/commitdiff
web-sato: Update for svn -> git transtion
authorSaul Wold <sgw@linux.intel.com>
Mon, 9 May 2011 21:03:32 +0000 (14:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 08:51:55 +0000 (09:51 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-sato/web/web_git.bb [moved from meta/recipes-sato/web/web_svn.bb with 72% similarity]

similarity index 72%
rename from meta/recipes-sato/web/web_svn.bb
rename to meta/recipes-sato/web/web_git.bb
index 0cfe89f334bab23d2b2d8a3cece1c86ed0277ad3..612a02dabac7c4211d3736bfc1847437def3c048 100644 (file)
@@ -2,18 +2,18 @@ LICENSE = "GPLv2"
 SECTION = "x11"
 DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
 DESCRIPTION = "Web is a multi-platform web browsing application."
-PR = "r4"
+PR = "r0"
 
-SRCREV = "131"
-PV = "0.0+svnr${SRCPV}"
+SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a"
+PV = "0.0+git${SRCPV}"
 
-SRC_URI =      "svn://svn.o-hand.com/repos/${BPN};module=trunk;proto=http \
+SRC_URI =      "git://git.yoctoproject.org/web-sato;protocol=git \
                file://owl-window-menu.patch \
                "
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-S = "${WORKDIR}/trunk"
+S = "${WORKDIR}/git"
 
 do_unpack_append () {
        bb.build.exec_func('do_remove_patches', d)