[Buildroot] [PATCH] package/librtas: only show comment on supported architectures

Yann E. MORIN yann.morin.1998 at free.fr
Wed Aug 19 23:20:14 UTC 2015


librtas is only available for PPC and PPC64, so only show the comment
about the (e)glibc dependency for those archs.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Sam Bobroff <sam.bobroff at au1.ibm.com>
---
 package/librtas/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/librtas/Config.in b/package/librtas/Config.in
index e437fa1..2e6063f 100644
--- a/package/librtas/Config.in
+++ b/package/librtas/Config.in
@@ -10,4 +10,5 @@ config BR2_PACKAGE_LIBRTAS
 	  http://librtas.sourceforge.net/
 
 comment "librtas needs an (e)glibc toolchain"
+	depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
 	depends on !BR2_TOOLCHAIN_USES_GLIBC
-- 
1.9.1



More information about the buildroot mailing list