[Buildroot] [git commit] package/ti-gfx: needs ia32 libraries

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Mar 28 13:39:43 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=1c909b318c09ec29f4a3320d6af7b488061b4e7e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The installer is a 32-bit executable, so we need the 32-bit libraries on
the host to be able to execute it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ti-gfx/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
index de4e9cb..1481534 100644
--- a/package/ti-gfx/Config.in
+++ b/package/ti-gfx/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_TI_GFX
 	bool "ti-gfx"
 	depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
+	select BR2_HOSTARCH_NEEDS_IA32_LIBS
 	select BR2_PACKAGE_HAS_LIBEGL
 	select BR2_PACKAGE_HAS_LIBGLES
 	select BR2_PACKAGE_HAS_POWERVR


More information about the buildroot mailing list