From e00521bc7651f1494f29f9eba68721cb1064d2b3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 22 Jul 2019 20:26:26 -0700 Subject: [PATCH] poco: Do not build on ARC Not supported. Signed-off-by: Rosen Penev (ported from ec2f6326033d2d1a7f90c47f7c693e284c9a8d27) --- libs/poco/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/poco/Makefile b/libs/poco/Makefile index 54041a4496..cd303035a1 100644 --- a/libs/poco/Makefile +++ b/libs/poco/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=poco PKG_VERSION:=1.8.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://pocoproject.org/releases/$(PKG_NAME)-$(PKG_VERSION) @@ -28,7 +28,7 @@ define Package/poco CATEGORY:=Libraries TITLE:=Poco C++ libraries URL:=http://www.pocoproject.org/ - DEPENDS:=+libstdcpp +libpthread +librt + DEPENDS:=+libstdcpp +libpthread +librt @!arc MAINTAINER:=Jean-Michel Julien endef -- 2.30.2