From: Rosen Penev Date: Tue, 18 Jun 2019 17:09:33 +0000 (-0700) Subject: poco: Do not build on ARC X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ec2f6326033d2d1a7f90c47f7c693e284c9a8d27;p=openwrt-packages.git poco: Do not build on ARC Not supported. Signed-off-by: Rosen Penev --- diff --git a/libs/poco/Makefile b/libs/poco/Makefile index b74845a3c..f71ee3e80 100644 --- a/libs/poco/Makefile +++ b/libs/poco/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=poco PKG_VERSION:=1.9.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://pocoproject.org/releases/$(PKG_NAME)-$(PKG_VERSION) @@ -29,7 +29,7 @@ define Package/poco CATEGORY:=Libraries TITLE:=Poco C++ libraries URL:=https://www.pocoproject.org/ - DEPENDS:=+libstdcpp +libpthread +librt + DEPENDS:=+libstdcpp +libpthread +librt @!arc MAINTAINER:=Jean-Michel Julien endef