diff mbox series

[v2] package/libcamera: disable package affected by binutils bug 27597

Message ID 20210317170032.1944665-1-giulio.benetti@benettiengineering.com
State Accepted
Headers show
Series [v2] package/libcamera: disable package affected by binutils bug 27597 | expand

Commit Message

Giulio Benetti March 17, 2021, 5 p.m. UTC
This package is affected by binutils bug 27597 and no work around has
been found, so let's disable it if
BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597=y.

Fixes:
http://autobuild.buildroot.net/results/8ac/8ac599392f773eecff4773393ef0d0232a22f372/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
V1->V2:
* move BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 under BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS
---
 package/libcamera/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnout Vandecappelle April 26, 2021, 7:55 p.m. UTC | #1
On 17/03/2021 18:00, Giulio Benetti wrote:
> This package is affected by binutils bug 27597 and no work around has
> been found, so let's disable it if
> BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597=y.
> 
> Fixes:
> http://autobuild.buildroot.net/results/8ac/8ac599392f773eecff4773393ef0d0232a22f372/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

 Both applied to master, thanks.

 Regards,
 Arnout

> ---
> V1->V2:
> * move BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 under BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS
> ---
>  package/libcamera/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/libcamera/Config.in b/package/libcamera/Config.in
> index b9c243084e..92c17df849 100644
> --- a/package/libcamera/Config.in
> +++ b/package/libcamera/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS
>  	default y
>  	# Invalid packing size of ControlValue struct on m68k
>  	depends on !BR2_m68k
> +	depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
>  
>  menuconfig BR2_PACKAGE_LIBCAMERA
>  	bool "libcamera"
>
diff mbox series

Patch

diff --git a/package/libcamera/Config.in b/package/libcamera/Config.in
index b9c243084e..92c17df849 100644
--- a/package/libcamera/Config.in
+++ b/package/libcamera/Config.in
@@ -3,6 +3,7 @@  config BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS
 	default y
 	# Invalid packing size of ControlValue struct on m68k
 	depends on !BR2_m68k
+	depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
 
 menuconfig BR2_PACKAGE_LIBCAMERA
 	bool "libcamera"