Merge pull request #9049 from neheb/urc

liburcu: Do not build on ARC
This commit is contained in:
Rosen Penev 2019-05-22 01:52:46 -07:00 committed by GitHub
commit e6bdc5ed33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,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 DEPENDS:=+libpthread @!arc
endef endef
define Package/liburcu/description define Package/liburcu/description