libnspr: Add dependency on !BR2_arc
authorMischa Jonker <mischa.jonker@synopsys.com>
Wed, 31 Jul 2013 15:26:59 +0000 (17:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 31 Jul 2013 16:03:26 +0000 (18:03 +0200)
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>
package/ecryptfs-utils/Config.in
package/libnspr/Config.in
package/libnss/Config.in

index c10659ac8b942a1ab8d4cd9a8bad3d5c0240bfeb..480aeddc9b8fbafe9d3b78fd233e2d095aafed7c 100644 (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
index f87b10c2dc5c32f7180bcbda28b6e503ec3f7dab..ee7902becc65d01d8f8707feed9c34a7bda93882 100644 (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
index e8eec772b71101659211ae518ae95ef4a8216961..b5f3a01656e7abcb1c1a26436b9b789ef2414480 100644 (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