mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
liburcu: Don't build under ARC, not even InstallDev
This should finally get rid of buildbot failures.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 13810e0980)
This commit is contained in:
@@ -38,12 +38,14 @@ define Package/liburcu/description
|
|||||||
Userspace Read-Copy-Update library.
|
Userspace Read-Copy-Update library.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_arc),)
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/urcu* $(1)/usr/include/
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/urcu* $(1)/usr/include/
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/liburcu*.{a,so*} $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/liburcu*.{a,so*} $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/liburcu/install
|
define Package/liburcu/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user