mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
Install libuci and headers in staging_dir
SVN-Revision: 10732
This commit is contained in:
parent
16f1b84a59
commit
24c9bbe5f7
@ -73,6 +73,13 @@ define Package/uci-sh/install
|
||||
$(CP) ./files/uci-sh/* $(1)/
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
$(CP) $(PKG_BUILD_DIR)/uci{,_config}.h $(1)/usr/include
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,uci))
|
||||
$(eval $(call BuildPackage,libuci))
|
||||
$(eval $(call BuildPackage,uci-sh))
|
||||
|
Loading…
Reference in New Issue
Block a user