From 42f1e5ce5b60c3b62c410e2d4702df6f3cb3a869 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 20 Aug 2015 01:20:14 +0200 Subject: [PATCH] package/librtas: only show comment on supported architectures 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" Cc: Sam Bobroff Reviewed-by: Sam Bobroff Signed-off-by: Thomas Petazzoni --- package/librtas/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/librtas/Config.in b/package/librtas/Config.in index e437fa12bf..2e6063f830 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 -- 2.30.2