From 5caa5d0a79920551f924a56c2a0c1569c1b545bb Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 21 May 2019 17:22:06 -0700 Subject: [PATCH] liburcu: Do not build on ARC Not supported. Signed-off-by: Rosen Penev --- libs/liburcu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/liburcu/Makefile b/libs/liburcu/Makefile index 9a2f51ec7..744355fe0 100644 --- a/libs/liburcu/Makefile +++ b/libs/liburcu/Makefile @@ -31,7 +31,7 @@ define Package/liburcu CATEGORY:=Libraries TITLE:=User-space Read-Copy-Update library URL:=https://lttng.org/ - DEPENDS:=+libpthread + DEPENDS:=+libpthread @!arc endef define Package/liburcu/description