[oe-commits] Phil Blundell : libsoup: Remove libproxy from DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:54 UTC 2014


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

Author: Phil Blundell <pb at pbcl.net>
Date:   Thu Jan  9 11:16:10 2014 +0000

libsoup: Remove libproxy from DEPENDS

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 at pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb
index 1614a3d..afb1f2c 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb
@@ -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.



More information about the Openembedded-commits mailing list