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:
parent
fc59357297
commit
b4febf32c5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue