Skip to content
Snippets Groups Projects
Unverified Commit 13810e09 authored by Rosen Penev's avatar Rosen Penev
Browse files

liburcu: Don't build under ARC, not even InstallDev


This should finally get rid of buildbot failures.

Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
parent dbdb19aa
No related branches found
No related tags found
No related merge requests found
......@@ -32,19 +32,21 @@ define Package/liburcu
CATEGORY:=Libraries
TITLE:=User-space Read-Copy-Update library
URL:=https://lttng.org/
DEPENDS:=+libpthread @!TARGET_arc770 @!TARGET_archs38
DEPENDS:=+libpthread @!arc
endef
define Package/liburcu/description
Userspace Read-Copy-Update library.
endef
ifeq ($(CONFIG_arc),)
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/urcu* $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/liburcu*.{a,so*} $(1)/usr/lib/
endef
endif
define Package/liburcu/install
$(INSTALL_DIR) $(1)/usr/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment