[oe-commits] Ross Burton : web-webkit: remove unused dependencies ( taken from the gecko-based recipe)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 13:31:40 UTC 2012


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jun 26 12:42:05 2012 +0100

web-webkit: remove unused dependencies (taken from the gecko-based recipe)

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-sato/web/web-webkit_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-sato/web/web-webkit_git.bb b/meta/recipes-sato/web/web-webkit_git.bb
index 2af12bc..57cd545 100644
--- a/meta/recipes-sato/web/web-webkit_git.bb
+++ b/meta/recipes-sato/web/web-webkit_git.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 
 SECTION = "x11"
-DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl"
+DEPENDS = "glib-2.0 gtk+ webkit-gtk libowl"
 
 # To access https web pages
 RRECOMMENDS_${PN} += "glib-networking"
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "--enable-libowl"
 
-inherit autotools pkgconfig gconf
+inherit autotools pkgconfig
 
 do_configure_prepend() {
     touch ${S}/src/dummy.cpp





More information about the Openembedded-commits mailing list