From 47b59867501803162a5bea22b3bdc85df8d7ecb2 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 25 Sep 2019 22:29:07 -0700 Subject: [PATCH] liburcu: Switch from @!arc to targets Works around a bug with the buildbots where they try to build it. 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 3bf46e0b6..6a661c8cf 100644 --- a/libs/liburcu/Makefile +++ b/libs/liburcu/Makefile @@ -32,7 +32,7 @@ define Package/liburcu CATEGORY:=Libraries TITLE:=User-space Read-Copy-Update library URL:=https://lttng.org/ - DEPENDS:=+libpthread @!arc + DEPENDS:=+libpthread @!TARGET_arc770 @1TARGET_archs38 endef define Package/liburcu/description