Browse Source
liburcu: Switch from @!arc to targets
Works around a bug with the buildbots where they try to build it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
5 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|