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:56:21 +0100 |
commit | 54c422a2bcccdf5eda17039d54b9b0421569aa01 (patch) | |
tree | a51fbfe65b475f73bb08a727985a4dc686b7a182 /meta/recipes-sato | |
parent | ed18794c37338788a5b18f222c36d21793b1a523 (diff) | |
download | poky-54c422a2bcccdf5eda17039d54b9b0421569aa01.tar.gz |
web-sato: Update for svn -> git transtion
(From OE-Core rev: 0818a65266bb382ea308a0c8ee64d61a7b53b707)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-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" | |||
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" | 3 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" |
4 | DESCRIPTION = "Web is a multi-platform web browsing application." | 4 | DESCRIPTION = "Web is a multi-platform web browsing application." |
5 | PR = "r4" | 5 | PR = "r0" |
6 | 6 | ||
7 | SRCREV = "131" | 7 | SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a" |
8 | PV = "0.0+svnr${SRCPV}" | 8 | PV = "0.0+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/${BPN};module=trunk;proto=http \ | 10 | SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ |
11 | file://owl-window-menu.patch \ | 11 | file://owl-window-menu.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
15 | 15 | ||
16 | S = "${WORKDIR}/trunk" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | do_unpack_append () { | 18 | do_unpack_append () { |
19 | bb.build.exec_func('do_remove_patches', d) | 19 | bb.build.exec_func('do_remove_patches', d) |