liburcu: Fix typo from last commit
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
8ed2d22de3
commit
9dfd4867ee
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ define Package/liburcu
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=User-space Read-Copy-Update library
|
TITLE:=User-space Read-Copy-Update library
|
||||||
URL:=https://lttng.org/
|
URL:=https://lttng.org/
|
||||||
DEPENDS:=+libpthread @!TARGET_arc770 @1TARGET_archs38
|
DEPENDS:=+libpthread @!TARGET_arc770 @!TARGET_archs38
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/liburcu/description
|
define Package/liburcu/description
|
||||||
|
|
Loading…
Reference in a new issue