[oe-commits] Richard Purdie : web-webkit: Drop, we have midori now

git at git.openembedded.org git at git.openembedded.org
Fri Aug 30 16:16:02 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 3883d2cb03fb79fa39a7d85505c79784a996f178
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3883d2cb03fb79fa39a7d85505c79784a996f178

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Aug 30 17:25:26 2013 +0100

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]

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/distro/include/seperatebuilddir.inc      |    1 -
 .../packagegroups/packagegroup-core-x11-sato.bb    |    2 +-
 meta/recipes-sato/web/web-webkit_git.bb            |   29 --------------------
 3 files changed, 1 insertions(+), 31 deletions(-)

diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc
index bd98f8f..5bd0ab4 100644
--- a/meta/conf/distro/include/seperatebuilddir.inc
+++ b/meta/conf/distro/include/seperatebuilddir.inc
@@ -694,7 +694,6 @@ B_pn-wayland = "${SEPB}"
 B_pn-wayland-native = "${SEPB}"
 # Not even going there
 #B_pn-webkit-gtk = "${SEPB}"
-B_pn-web-webkit = "${SEPB}"
 B_pn-weston = "${SEPB}"
 B_pn-wget = "${SEPB}"
 B_pn-which = "${SEPB}"
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
index a7fee55..4ec5e89 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"
 FILEMANAGER_mips ?= ""
 
 WEB ?= ""
-#WEB = "web-webkit"
+#WEB = "midori"
 
 SUMMARY_${PN}-apps = "Sato desktop - applications"
 RDEPENDS_${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 f32304e..0000000
--- a/meta/recipes-sato/web/web-webkit_git.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "Multi-platform web browsing application."
-HOMEPAGE = "http://o-hand.com/"
-BUGTRACKER = "http://bugzilla.openedhand.com/"
-
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
-
-SECTION = "x11"
-DEPENDS = "glib-2.0 gtk+ webkit-gtk libowl"
-
-# To access https web pages
-RRECOMMENDS_${PN} += "glib-networking"
-
-SRCREV = "b0676c190f876cbdb1df202fbcec42f212374503"
-PV = "0.1+git${SRCPV}"
-PR = "r2"
-
-SRC_URI = "git://git.yoctoproject.org/${BPN}"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OECONF = "--enable-libowl"
-
-# web-webkit could NOT be built on MIPS64 with 64 bits userspace
-COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
-
-inherit autotools pkgconfig
-
-FILES_${PN} += "${datadir}/web2"



More information about the Openembedded-commits mailing list