libnspr: Add dependency on !BR2_arc

ARC is not supported yet in libnspr.

v2: Propagate to ecryptfs-utils as well

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Mischa Jonker 2013-07-31 17:26:59 +02:00 committed by Thomas Petazzoni
parent e4cdd6c3c2
commit d1a16db85d
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
depends on !BR2_avr32 && !BR2_microblaze # keyutils
depends on BR2_LARGEFILE # libnss
depends on BR2_TOOLCHAIN_HAS_THREADS # libnss -> libnspr
depends on !BR2_arc # libnss -> libnspr
help
eCryptfs is a POSIX-compliant enterprise cryptographic
filesystem for Linux. It is stacked on top of any other

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBNSPR
bool "libnspr"
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_arc
help
NSPR is the Netscape Portable Runtime library which provides
a platform-neutral API for system level and libc like

View File

@ -5,6 +5,7 @@ config BR2_PACKAGE_LIBNSS
select BR2_PACKAGE_ZLIB
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
depends on !BR2_arc # libnspr
help
Network Security Services (NSS) is a set of libraries designed
to support development of security-enabled client and server