package/libcamera: disable package affected by binutils bug 27597
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Wed, 17 Mar 2021 17:00:32 +0000 (18:00 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 26 Apr 2021 19:54:21 +0000 (21:54 +0200)
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>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libcamera/Config.in

index b9c243084e6da831a9947a49f5025d0701fa36d4..92c17df849a3c5847468104ba6b6b416214ab4ab 100644 (file)
@@ -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"