mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-05 01:01:05 +02:00
Install libuci and headers in staging_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10732 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
80f84673ab
commit
4e9ede3591
@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
# Copyright (C) 2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
@ -73,6 +73,13 @@ define Package/uci-sh/install
|
|||||||
$(CP) ./files/uci-sh/* $(1)/
|
$(CP) ./files/uci-sh/* $(1)/
|
||||||
endef
|
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,uci))
|
||||||
$(eval $(call BuildPackage,libuci))
|
$(eval $(call BuildPackage,libuci))
|
||||||
$(eval $(call BuildPackage,uci-sh))
|
$(eval $(call BuildPackage,uci-sh))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user