diff mbox series

[3/3] package/tbtools: Allow 32-bit builds

Message ID 20240618130403.3387346-3-mika.westerberg@linux.intel.com
State Accepted
Headers show
Series [1/3] package/tbtools: bump to version 0.4.1 | expand

Commit Message

Mika Westerberg June 18, 2024, 1:04 p.m. UTC
With the latest tbtools 32-bit builds should work too so drop this
limitation.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 package/tbtools/Config.in | 2 --
 1 file changed, 2 deletions(-)

Comments

Thomas Petazzoni July 10, 2024, 9:46 p.m. UTC | #1
On Tue, 18 Jun 2024 16:04:03 +0300
Mika Westerberg <mika.westerberg@linux.intel.com> wrote:

> With the latest tbtools 32-bit builds should work too so drop this
> limitation.
> 
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> ---
>  package/tbtools/Config.in | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/package/tbtools/Config.in b/package/tbtools/Config.in
> index 9c27bf0e30..0a649a9555 100644
> --- a/package/tbtools/Config.in
> +++ b/package/tbtools/Config.in
> @@ -3,8 +3,6 @@ config BR2_PACKAGE_TBTOOLS
>  	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
>  	depends on BR2_TOOLCHAIN_USES_GLIBC
>  	depends on BR2_PACKAGE_HAS_UDEV
> -	# Fails to build on 32-bit systems
> -	depends on BR2_ARCH_IS_64

You had forgotten to drop the BR2_ARCH_IS_64 dependency in the
Config.in comment in the same file, so I dropped it and applied. Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/tbtools/Config.in b/package/tbtools/Config.in
index 9c27bf0e30..0a649a9555 100644
--- a/package/tbtools/Config.in
+++ b/package/tbtools/Config.in
@@ -3,8 +3,6 @@  config BR2_PACKAGE_TBTOOLS
 	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
 	depends on BR2_TOOLCHAIN_USES_GLIBC
 	depends on BR2_PACKAGE_HAS_UDEV
-	# Fails to build on 32-bit systems
-	depends on BR2_ARCH_IS_64
 	select BR2_PACKAGE_HOST_RUSTC
 	help
 	  tbtools is a collection of tools for Linux Thunderbolt/USB4