diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-27 12:53:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-27 12:55:35 +0000 |
commit | eddba86f51d210c70568b77ba516d61d2b81177e (patch) | |
tree | 0a699f6885cc8dc8c258d4ada9e9ba9acba6c37d /meta | |
parent | 9d77233df2b6cfbc6c46b84bb27a7d9ab591ca8a (diff) | |
download | poky-eddba86f51d210c70568b77ba516d61d2b81177e.tar.gz |
glib-networking: Disable libproxy and gnome-proxy since they're not in DEPENDS
This fixes races in build over these dependencies which could become
accidentally enabled.
(From OE-Core rev: 735a0b8215833b1e130cbc8b787d3b84792f222f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-networking/glib-networking_2.28.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb index 8c2404c1d3..17f0102f5a 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/2.28/${BPN}-${PV}.tar.bz2" | |||
15 | SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777" | 15 | SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777" |
16 | SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c" | 16 | SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c" |
17 | 17 | ||
18 | EXTRA_OECONF = "--without-ca-certificates" | 18 | EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy" |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||