Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mediastreamer: disable test programs
@ 2012-06-05 12:06 Luca Ceresoli
  2012-06-05 12:18 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Ceresoli @ 2012-06-05 12:06 UTC (permalink / raw)
  To: buildroot

Building tests produces an error during the "OBJCLD mediastream" phase with
some toolchains/architectures.

This is supposed to fix:
 - http://autobuild.buildroot.net/results/7fca436524e5f7ba300d27c615061b0838adb1e2
 - http://autobuild.buildroot.net/results/bd9027ce94348025f1ca02a77eb81b9200124d9a
 - http://autobuild.buildroot.net/results/4d9f554fc29901be1a577ca0c39369befee269b5

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 package/mediastreamer/mediastreamer.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/mediastreamer/mediastreamer.mk b/package/mediastreamer/mediastreamer.mk
index 8327a55..a503490 100644
--- a/package/mediastreamer/mediastreamer.mk
+++ b/package/mediastreamer/mediastreamer.mk
@@ -2,6 +2,8 @@ MEDIASTREAMER_VERSION = 2.8.2
 MEDIASTREAMER_SITE = http://download.savannah.nongnu.org/releases/linphone/mediastreamer
 MEDIASTREAMER_INSTALL_STAGING = YES
 MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkg-config ortp
+# tests fail linking on some architectures, so disable them
+MEDIASTREAMER_CONF_OPT = --disable-tests
 
 ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
 MEDIASTREAMER_CONF_OPT += --enable-alsa
-- 
1.7.9.5

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

* [Buildroot] [PATCH] mediastreamer: disable test programs
  2012-06-05 12:06 [Buildroot] [PATCH] mediastreamer: disable test programs Luca Ceresoli
@ 2012-06-05 12:18 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-06-05 12:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:

 Luca> Building tests produces an error during the "OBJCLD mediastream" phase with
 Luca> some toolchains/architectures.

 Luca> This is supposed to fix:
 Luca>  - http://autobuild.buildroot.net/results/7fca436524e5f7ba300d27c615061b0838adb1e2
 Luca>  - http://autobuild.buildroot.net/results/bd9027ce94348025f1ca02a77eb81b9200124d9a
 Luca>  - http://autobuild.buildroot.net/results/4d9f554fc29901be1a577ca0c39369befee269b5

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-06-05 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 12:06 [Buildroot] [PATCH] mediastreamer: disable test programs Luca Ceresoli
2012-06-05 12:18 ` Peter Korsgaard

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