diff options
author | Ross Burton <ross.burton@intel.com> | 2012-06-26 12:42:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-18 14:29:28 +0100 |
commit | e4ce4b41a801b1236af6f4e836b1c7e732282bc1 (patch) | |
tree | 4878bf5eba8456bed6a4082a9238057793eda59f | |
parent | f7d7ebc4977b36fb90c4c797f89514e862ac1ef6 (diff) | |
download | poky-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>
-rw-r--r-- | 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 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" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
7 | 7 | ||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" | 9 | DEPENDS = "glib-2.0 gtk+ webkit-gtk libowl" |
10 | 10 | ||
11 | # To access https web pages | 11 | # To access https web pages |
12 | RRECOMMENDS_${PN} += "glib-networking" | 12 | RRECOMMENDS_${PN} += "glib-networking" |
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git" | |||
23 | 23 | ||
24 | EXTRA_OECONF = "--enable-libowl" | 24 | EXTRA_OECONF = "--enable-libowl" |
25 | 25 | ||
26 | inherit autotools pkgconfig gconf | 26 | inherit autotools pkgconfig |
27 | 27 | ||
28 | do_configure_prepend() { | 28 | do_configure_prepend() { |
29 | touch ${S}/src/dummy.cpp | 29 | touch ${S}/src/dummy.cpp |