[Buildroot] [PATCH] package/openal: bump to version 1.20.1

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Apr 12 10:05:18 UTC 2020


On Sat, 11 Apr 2020 15:58:32 +0200
André Hentschel <nerv at dawncrow.de> wrote:

> Signed-off-by: André Hentschel <nerv at dawncrow.de>
> ---
>  package/openal/Config.in   | 8 +++++---
>  package/openal/openal.hash | 2 +-
>  package/openal/openal.mk   | 2 +-
>  3 files changed, 7 insertions(+), 5 deletions(-)
> 
> diff --git a/package/openal/Config.in b/package/openal/Config.in
> index a564156555..d129906d2c 100644
> --- a/package/openal/Config.in
> +++ b/package/openal/Config.in
> @@ -15,6 +15,7 @@ config BR2_PACKAGE_OPENAL_ARCH_SUPPORTS
>  
>  config BR2_PACKAGE_OPENAL
>  	bool "openal"
> +	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14

This new option needs to be propagated to the reverse dependencies of
BR2_PACKAGE_OPENAL. For example, BR2_PACKAGE_MINETEST_SOUND selects
BR2_PACKAGE_OPENAL without having the gcc >= 5 dependency.

Could you analyze the different places where BR2_PACKAGE_OPENSL is
selected, and make sure to propagate this new dependency ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list