summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-06-26 12:42:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-18 14:29:28 +0100
commite4ce4b41a801b1236af6f4e836b1c7e732282bc1 (patch)
tree4878bf5eba8456bed6a4082a9238057793eda59f /meta/recipes-sato
parentf7d7ebc4977b36fb90c4c797f89514e862ac1ef6 (diff)
downloadpoky-e4ce4b41a801b1236af6f4e836b1c7e732282bc1.tar.gz
web-webkit: remove unused dependencies (taken from the gecko-based recipe)
(From OE-Core rev: cc156badafe1e42653b9eb080c0dffd47d2a6130) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/web/web-webkit_git.bb4
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 2af12bc392..57cd545063 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"
6LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 6LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
7 7
8SECTION = "x11" 8SECTION = "x11"
9DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" 9DEPENDS = "glib-2.0 gtk+ webkit-gtk libowl"
10 10
11# To access https web pages 11# To access https web pages
12RRECOMMENDS_${PN} += "glib-networking" 12RRECOMMENDS_${PN} += "glib-networking"
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
23 23
24EXTRA_OECONF = "--enable-libowl" 24EXTRA_OECONF = "--enable-libowl"
25 25
26inherit autotools pkgconfig gconf 26inherit autotools pkgconfig
27 27
28do_configure_prepend() { 28do_configure_prepend() {
29 touch ${S}/src/dummy.cpp 29 touch ${S}/src/dummy.cpp