diff options
author | Phil Blundell <pb@pbcl.net> | 2014-01-09 11:16:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 11:04:16 +0000 |
commit | abc38c0259be59d0a94c4db21cc584fa601fc38f (patch) | |
tree | 5f1582804c085c0038486cf26449b6bf0bbca9eb | |
parent | f4f84e410bba142b203a0ec637f742f893dc2495 (diff) | |
download | poky-abc38c0259be59d0a94c4db21cc584fa601fc38f.tar.gz |
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)
(From OE-Core rev: 18b0c51668a8da50d679c6e9a55ccd3c0595c011)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 1614a3d4c4..afb1f2c270 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" | |||
7 | 7 | ||
8 | SECTION = "x11/gnome/libs" | 8 | SECTION = "x11/gnome/libs" |
9 | 9 | ||
10 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 intltool-native" | 10 | DEPENDS = "glib-2.0 gnutls libxml2 sqlite3 intltool-native" |
11 | 11 | ||
12 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable | 12 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable |
13 | # by default but let it be easily disabled. | 13 | # by default but let it be easily disabled. |