]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsoup: Remove libproxy from DEPENDS
authorPhil Blundell <pb@pbcl.net>
Thu, 9 Jan 2014 11:16:10 +0000 (11:16 +0000)
committerRobert Yang <liezhi.yang@windriver.com>
Sun, 26 Jan 2014 06:08:27 +0000 (14:08 +0800)
Although libsoup did use to support direct usage of libproxy, it hasn't
done so for some time.  Worse, if libsoup depends on libproxy then it
is impossible to build libproxy against webkit since webkit itself
depends on libsoup in some configurations.  Fix this by removing the
extraneous entry from DEPENDS.

(From OE-Core master rev: e588ba009402be27c643f2596acea0f178d4e42f)

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb

index 1614a3d4c4e44243aa8ef4cb10c746a1f9137fa6..afb1f2c270c4717009888efb0e7e847b551e7c4b 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
 
 SECTION = "x11/gnome/libs"
 
-DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 intltool-native"
+DEPENDS = "glib-2.0 gnutls libxml2 sqlite3 intltool-native"
 
 # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards.  Enable
 # by default but let it be easily disabled.