summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-30 17:25:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-30 17:27:08 +0100
commit156baf84e72158193d596158b53c4c5a42860bc9 (patch)
tree4087fdbd570d8077b8e834e4b09cfbb95feb593e /meta/recipes-sato
parentb2a0e3ad91ddc0d62592a59cf0367be1349170d0 (diff)
downloadpoky-156baf84e72158193d596158b53c4c5a42860bc9.tar.gz
web-webkit: Drop, we have midori now
This was never a particularly useful browser and is a dead codebase, retire it and suggest midori instead. [YOCTO #2318] (From OE-Core rev: 3883d2cb03fb79fa39a7d85505c79784a996f178) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb2
-rw-r--r--meta/recipes-sato/web/web-webkit_git.bb29
2 files changed, 1 insertions, 30 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
index a7fee55646..4ec5e8961c 100644
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
@@ -49,7 +49,7 @@ FILEMANAGER ?= "pcmanfm"
49FILEMANAGER_mips ?= "" 49FILEMANAGER_mips ?= ""
50 50
51WEB ?= "" 51WEB ?= ""
52#WEB = "web-webkit" 52#WEB = "midori"
53 53
54SUMMARY_${PN}-apps = "Sato desktop - applications" 54SUMMARY_${PN}-apps = "Sato desktop - applications"
55RDEPENDS_${PN}-apps = "\ 55RDEPENDS_${PN}-apps = "\
diff --git a/meta/recipes-sato/web/web-webkit_git.bb b/meta/recipes-sato/web/web-webkit_git.bb
deleted file mode 100644
index f32304eec4..0000000000
--- a/meta/recipes-sato/web/web-webkit_git.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1DESCRIPTION = "Multi-platform web browsing application."
2HOMEPAGE = "http://o-hand.com/"
3BUGTRACKER = "http://bugzilla.openedhand.com/"
4
5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
7
8SECTION = "x11"
9DEPENDS = "glib-2.0 gtk+ webkit-gtk libowl"
10
11# To access https web pages
12RRECOMMENDS_${PN} += "glib-networking"
13
14SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503"
15PV = "0.1+git${SRCPV}"
16PR = "r2"
17
18SRC_URI = "git://git.yoctoproject.org/${BPN}"
19
20S = "${WORKDIR}/git"
21
22EXTRA_OECONF = "--enable-libowl"
23
24# web-webkit could NOT be built on MIPS64 with 64 bits userspace
25COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
26
27inherit autotools pkgconfig
28
29FILES_${PN} += "${datadir}/web2"