Browse Source

liburcu: Fix typo from last commit

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
9dfd4867ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/liburcu/Makefile

+ 1
- 1
libs/liburcu/Makefile View File

@ -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


Loading…
Cancel
Save