Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] pulseaudio: Ensure openssl is disabled
@ 2012-09-22 18:37 Phil Blundell
  2012-09-24 10:18 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Blundell @ 2012-09-22 18:37 UTC (permalink / raw)
  To: openembedded-core

We don't DEPEND on openssl but configure will try to use it if
pkg-config thinks it might be installed.  This can lead to failing
and/or nondeterministic builds, so let's force it off.

Signed-off-by: Phil Blundell <pb@pbcl.net>
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    1 +
 .../pulseaudio/pulseaudio_2.1.bb                   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 14e90a2..753b013 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -37,6 +37,7 @@ EXTRA_OECONF = "\
 		--disable-orc \
 		--enable-tcpwrap=no \
 		--with-access-group=audio \
+		--disable-openssl \
 "
 
 PARALLEL_MAKE = ""
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
index 2f3728f..947aa6d 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r4"
+PR = "r5"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
 
-- 
1.7.9






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pulseaudio: Ensure openssl is disabled
  2012-09-22 18:37 [PATCH] pulseaudio: Ensure openssl is disabled Phil Blundell
@ 2012-09-24 10:18 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-24 10:18 UTC (permalink / raw)
  To: Phil Blundell; +Cc: openembedded-core

On Sat, 2012-09-22 at 19:37 +0100, Phil Blundell wrote:
> We don't DEPEND on openssl but configure will try to use it if
> pkg-config thinks it might be installed.  This can lead to failing
> and/or nondeterministic builds, so let's force it off.
> 
> Signed-off-by: Phil Blundell <pb@pbcl.net>
> ---
>  meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    1 +
>  .../pulseaudio/pulseaudio_2.1.bb                   |    2 +-
>  2 files changed, 2 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-24 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-22 18:37 [PATCH] pulseaudio: Ensure openssl is disabled Phil Blundell
2012-09-24 10:18 ` Richard Purdie

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