diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-09 14:03:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:51:55 +0100 |
commit | 0818a65266bb382ea308a0c8ee64d61a7b53b707 (patch) | |
tree | 37d9afde57be6724c6efce31f5760e43e58f2f06 /meta/recipes-sato/web | |
parent | b232ad2c74c93f045006a6b03b2eff7f6103a865 (diff) | |
download | openembedded-core-0818a65266bb382ea308a0c8ee64d61a7b53b707.tar.gz openembedded-core-0818a65266bb382ea308a0c8ee64d61a7b53b707.tar.bz2 openembedded-core-0818a65266bb382ea308a0c8ee64d61a7b53b707.zip |
web-sato: Update for svn -> git transtion
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/web')
-rw-r--r-- | meta/recipes-sato/web/web_git.bb (renamed from meta/recipes-sato/web/web_svn.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_git.bb index 0cfe89f334..612a02daba 100644 --- a/meta/recipes-sato/web/web_svn.bb +++ b/meta/recipes-sato/web/web_git.bb @@ -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) |