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 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta/recipes-sato/web/web_git.bb (limited to 'meta/recipes-sato/web/web_git.bb') 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 + -- cgit v1.2.3-54-g00ecf