[Buildroot] [git commit] libz160: fix dependencies

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 7 21:47:54 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=0b9e234de7a32bf692228cdc9669dc7bb41af12a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

libz160 is provided as binary. We need EABI toolchain with glibc to use
it.

[Thomas: adjust dependency comment according to Yann suggestions.]

Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/freescale-imx/libz160/Config.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/package/freescale-imx/libz160/Config.in b/package/freescale-imx/libz160/Config.in
index f956cce..cfbfb79 100644
--- a/package/freescale-imx/libz160/Config.in
+++ b/package/freescale-imx/libz160/Config.in
@@ -1,5 +1,10 @@
 config BR2_PACKAGE_LIBZ160
 	bool "libz160"
+	depends on BR2_ARM_EABI
+	depends on BR2_TOOLCHAIN_USES_GLIBC
 	help
 	  An API for user space programs to perform 2D accelerated graphics
 	  operations on AMD GPU (included for examples in iMX5x chipsets)
+
+comment "libz160 needs an EABI toolchain w/ (e)glibc"
+	depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC


More information about the buildroot mailing list