From 54c422a2bcccdf5eda17039d54b9b0421569aa01 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 9 May 2011 14:03:32 -0700 Subject: web-sato: Update for svn -> git transtion (From OE-Core rev: 0818a65266bb382ea308a0c8ee64d61a7b53b707) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-sato/web/web_git.bb | 27 +++++++++++++++++++++++++++ meta/recipes-sato/web/web_svn.bb | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 meta/recipes-sato/web/web_git.bb delete mode 100644 meta/recipes-sato/web/web_svn.bb (limited to 'meta/recipes-sato/web') diff --git a/meta/recipes-sato/web/web_git.bb b/meta/recipes-sato/web/web_git.bb new file mode 100644 index 0000000000..612a02daba --- /dev/null +++ b/meta/recipes-sato/web/web_git.bb @@ -0,0 +1,27 @@ +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 = "r0" + +SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a" +PV = "0.0+git${SRCPV}" + +SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ + file://owl-window-menu.patch \ + " + +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +S = "${WORKDIR}/git" + +do_unpack_append () { + bb.build.exec_func('do_remove_patches', d) +} + +do_remove_patches () { + rm -rf ${S}/patches +} + +inherit autotools pkgconfig gconf + diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb deleted file mode 100644 index 0cfe89f334..0000000000 --- a/meta/recipes-sato/web/web_svn.bb +++ /dev/null @@ -1,27 +0,0 @@ -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" - -SRCREV = "131" -PV = "0.0+svnr${SRCPV}" - -SRC_URI = "svn://svn.o-hand.com/repos/${BPN};module=trunk;proto=http \ - file://owl-window-menu.patch \ - " - -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -S = "${WORKDIR}/trunk" - -do_unpack_append () { - bb.build.exec_func('do_remove_patches', d) -} - -do_remove_patches () { - rm -rf ${S}/patches -} - -inherit autotools pkgconfig gconf - -- cgit v1.2.3-54-g00ecf