From: Rosen Penev Date: Thu, 26 Sep 2019 18:16:58 +0000 (-0700) Subject: liburcu: Fix typo from last commit X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9dfd4867eec145d7d0fe9fe547462879681aaa39;p=openwrt-packages.git liburcu: Fix typo from last commit Signed-off-by: Rosen Penev --- diff --git a/libs/liburcu/Makefile b/libs/liburcu/Makefile index 6a661c8cf..401c5db54 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 @!TARGET_arc770 @1TARGET_archs38 + DEPENDS:=+libpthread @!TARGET_arc770 @!TARGET_archs38 endef define Package/liburcu/description