summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-02-12 17:26:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-13 16:52:31 +0000
commite9dd4824a5bd9bd65f15149d966a46b1c14709eb (patch)
treec6fa98721467866c38e4977925e121181e0e728c /meta/recipes-sato/web/web_git.bb
parent600dff4f2c6c37fa0a0cff2d287bade037c214b6 (diff)
downloadpoky-e9dd4824a5bd9bd65f15149d966a46b1c14709eb.tar.gz
web: remove gtkhtml2 version
The gtkhtml2 version of Web is even older than the webkitgtk port, remove it. (From OE-Core rev: 7ee3c35ca51e358e1d5a710922acb52c0724086e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/web/web_git.bb')
-rw-r--r--meta/recipes-sato/web/web_git.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-sato/web/web_git.bb b/meta/recipes-sato/web/web_git.bb
deleted file mode 100644
index ac4810df8e..0000000000
--- a/meta/recipes-sato/web/web_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1LICENSE = "GPLv2"
2SECTION = "x11"
3DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
4DESCRIPTION = "Web is a multi-platform web browsing application."
5PR = "r0"
6
7SRCREV = "e9a1c9433b9500feb7e3b9bb135debcea3a3e651"
8PV = "0.0+git${SRCPV}"
9
10SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \
11 file://owl-window-menu.patch \
12 file://fix_makefile.patch \
13 "
14
15LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
16
17S = "${WORKDIR}/git"
18
19do_unpack_append () {
20 bb.build.exec_func('do_remove_patches', d)
21}
22
23do_remove_patches () {
24 rm -rf ${S}/patches
25}
26
27inherit autotools pkgconfig gconf
28