diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-08-20 01:20:14 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-20 23:58:57 +0200 |
| commit | 42f1e5ce5b60c3b62c410e2d4702df6f3cb3a869 (patch) | |
| tree | 7a80f58f8712a556a169f7e49b2aea418a537a3a /package/librtas | |
| parent | ce3864a44b0458771477b4f5625ceaf404069396 (diff) | |
| download | buildroot-42f1e5ce5b60c3b62c410e2d4702df6f3cb3a869.tar.gz buildroot-42f1e5ce5b60c3b62c410e2d4702df6f3cb3a869.zip | |
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" <yann.morin.1998@free.fr>
Cc: Sam Bobroff <sam.bobroff@au1.ibm.com>
Reviewed-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/librtas')
| -rw-r--r-- | package/librtas/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |

