Commit d1a16db8 authored by Mischa Jonker's avatar Mischa Jonker Committed by Thomas Petazzoni
Browse files

libnspr: Add dependency on !BR2_arc



ARC is not supported yet in libnspr.

v2: Propagate to ecryptfs-utils as well

Signed-off-by: default avatarMischa Jonker <mjonker@synopsys.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent e4cdd6c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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