Commit a3038d06 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libcap-ng: cannot be built with nios2 CS 2014.05 toolchain

parent 9cc56c24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ config BR2_PACKAGE_CONNMAN_NEARD

config BR2_PACKAGE_CONNMAN_OFONO
	bool "enable ofono support"
	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
	select BR2_PACKAGE_OFONO

config BR2_PACKAGE_CONNMAN_DEBUG
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBCAP_NG
	bool "libcap-ng"
	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # triggers compiler bug
	help
	  The libcap-ng library is intended to make programming with
	  posix capabilities much easier than the traditional libcap
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ config BR2_PACKAGE_OFONO
	depends on BR2_USE_WCHAR # gettext, libglib2
	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
	depends on BR2_USE_MMU # dbus, libglib2
	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
	select BR2_PACKAGE_LIBCAP_NG
	select BR2_PACKAGE_DBUS
	select BR2_PACKAGE_LIBGLIB2
@@ -17,3 +18,4 @@ config BR2_PACKAGE_OFONO
comment "ofono needs a toolchain w/ wchar, threads"
	depends on BR2_USE_MMU
	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
+1 −0
Original line number Diff line number Diff line
@@ -214,6 +214,7 @@ config BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS

config BR2_PACKAGE_UTIL_LINUX_SETPRIV
	bool "setpriv"
	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libcap-ng
	select BR2_PACKAGE_LIBCAP_NG
	help
	  Run a program with different Linux privilege settings