botan: Do not build on ARC

Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2019-05-15 14:40:46 -07:00
parent 762778b36e
commit a4df3a3ec1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ define Package/libbotan
CATEGORY:=Libraries
TITLE+= (library)
ABI_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)
DEPENDS:=+libstdcpp +libpthread
DEPENDS:=+libstdcpp +libpthread @!arc
endef
define Package/libbotan/description