From patchwork Tue Jul 17 16:22:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] web-webkit: remove unused dependencies (taken from the gecko-based recipe) Date: Tue, 17 Jul 2012 16:22:08 -0000 From: Ross Burton X-Patchwork-Id: 32283 Message-Id: <7a6794bfa273de23aa91c4e39f0184227f4692c7.1342542040.git.ross.burton@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Ross Burton --- meta/recipes-sato/web/web-webkit_git.bb | 4 ++-- 1 file 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