Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] glib-networking: Ensure certificates are consistently disabled
@ 2011-09-06 16:15 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2011-09-06 16:15 UTC (permalink / raw)
  To: openembedded-core

Currently configure is looking whether the build system has certificates
to determine the certificate paths. This is clear contamination so
this patch disables that functionality to ensure builds are consistent.
    
We could equally set this option to a consistent path if we start
installing certificates.
    
[YOCTO #1451]
 
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

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 f492dd3..521c925 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,6 +15,8 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/2.28/${BPN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777"
 SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
 
+EXTRA_OECONF = "--without-ca-certificates"
+
 inherit autotools pkgconfig
 
 FILES_${PN} += "${libdir}/gio/modules/libgio* ${datadir}/dbus-1/services/"




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-06 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 16:15 [PATCH] glib-networking: Ensure certificates are consistently disabled Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox