From 9dfd4867eec145d7d0fe9fe547462879681aaa39 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 26 Sep 2019 11:16:58 -0700 Subject: [PATCH] liburcu: Fix typo from last commit 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 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