* [Buildroot] [PATCH] openal: Disable build also for examples and tests
@ 2016-09-15 16:27 André Hentschel
2016-09-17 11:47 ` André Hentschel
2016-09-17 12:28 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: André Hentschel @ 2016-09-15 16:27 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/openal/openal.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/openal/openal.mk b/package/openal/openal.mk
index 356f2c1..6384104 100644
--- a/package/openal/openal.mk
+++ b/package/openal/openal.mk
@@ -16,8 +16,8 @@ OPENAL_LICENSE = LGPLv2+
OPENAL_LICENSE_FILES = COPYING
OPENAL_INSTALL_STAGING = YES
-# We don't need the utilities, Distros don't ship them either
-OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF
+# We don't need examples, tests and utilities, Distros don't ship them either
+OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF -DALSOFT_EXAMPLES=OFF -DALSOFT_TESTS=OFF
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8),y)
OPENAL_CONF_OPTS += -DEXTRA_LIBS=atomic
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] openal: Disable build also for examples and tests
2016-09-15 16:27 [Buildroot] [PATCH] openal: Disable build also for examples and tests André Hentschel
@ 2016-09-17 11:47 ` André Hentschel
2016-09-17 12:28 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: André Hentschel @ 2016-09-17 11:47 UTC (permalink / raw)
To: buildroot
Am 15.09.2016 um 18:27 schrieb Andr? Hentschel:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
> ---
> package/openal/openal.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/openal/openal.mk b/package/openal/openal.mk
> index 356f2c1..6384104 100644
> --- a/package/openal/openal.mk
> +++ b/package/openal/openal.mk
> @@ -16,8 +16,8 @@ OPENAL_LICENSE = LGPLv2+
> OPENAL_LICENSE_FILES = COPYING
> OPENAL_INSTALL_STAGING = YES
>
> -# We don't need the utilities, Distros don't ship them either
> -OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF
> +# We don't need examples, tests and utilities, Distros don't ship them either
> +OPENAL_CONF_OPTS += -DALSOFT_UTILS=OFF -DALSOFT_EXAMPLES=OFF -DALSOFT_TESTS=OFF
>
> ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8),y)
> OPENAL_CONF_OPTS += -DEXTRA_LIBS=atomic
>
Note, this is for http://autobuild.buildroot.net/results/a11eab534b8642077705d891329c1fd40d394419
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] openal: Disable build also for examples and tests
2016-09-15 16:27 [Buildroot] [PATCH] openal: Disable build also for examples and tests André Hentschel
2016-09-17 11:47 ` André Hentschel
@ 2016-09-17 12:28 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-09-17 12:28 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 15 Sep 2016 18:27:48 +0200, Andr? Hentschel wrote:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
> ---
> package/openal/openal.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to master after adding the reference to the autobuilder failure.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-09-17 12:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15 16:27 [Buildroot] [PATCH] openal: Disable build also for examples and tests André Hentschel
2016-09-17 11:47 ` André Hentschel
2016-09-17 12:28 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox