[oe-commits] Richard Purdie : glib-networking: Disable libproxy and gnome-proxy since they're not in DEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Mar 27 12:53:28 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 735a0b8215833b1e130cbc8b787d3b84792f222f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=735a0b8215833b1e130cbc8b787d3b84792f222f

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Mar 27 12:53:12 2013 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 8c2404c..17f0102 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"
 SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777"
 SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
 
-EXTRA_OECONF = "--without-ca-certificates"
+EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list