mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 08:21:06 +02:00
Revert the InstallDev section, was only there testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8787 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
418adb8b4e
commit
e7c233e67e
@ -201,14 +201,6 @@ define Package/uclibc/install
|
|||||||
done
|
done
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/InstallDev
|
|
||||||
$(INSTALL_DIR) $(STAGING_DIR)/lib
|
|
||||||
for file in ld-uClibc libc libcrypt libdl libm libnsl libresolv librt libuClibc libutil; do \
|
|
||||||
$(CP) $(TOOLCHAIN_DIR)/lib/$$$$file.so.* $(STAGING_DIR)/lib/; \
|
|
||||||
$(CP) $(TOOLCHAIN_DIR)/lib/$$$$file-$(UCLIBC_VERSION).so $(STAGING_DIR)/lib/; \
|
|
||||||
done
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/ldd/install
|
define Package/ldd/install
|
||||||
$(INSTALL_DIR) $(1)/bin/
|
$(INSTALL_DIR) $(1)/bin/
|
||||||
$(CP) $(TOOLCHAIN_DIR)/target-utils/ldd $(1)/bin/
|
$(CP) $(TOOLCHAIN_DIR)/target-utils/ldd $(1)/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user