From: Rosen Penev Date: Thu, 26 Sep 2019 05:29:07 +0000 (-0700) Subject: liburcu: Switch from @!arc to targets X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=47b59867501803162a5bea22b3bdc85df8d7ecb2;p=openwrt-packages.git liburcu: Switch from @!arc to targets Works around a bug with the buildbots where they try to build it. Signed-off-by: Rosen Penev --- 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