From: Yann E. MORIN Date: Wed, 19 Aug 2015 23:20:14 +0000 (+0200) Subject: package/librtas: only show comment on supported architectures X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42f1e5ce5b60c3b62c410e2d4702df6f3cb3a869;p=buildroot.git 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 --- 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