[package] elfutils: rename libelf to libelf1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28032 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0554fbc984
commit
5e25f701c9
@ -32,7 +32,7 @@ define Package/libdw
|
||||
TITLE+= (libdw)
|
||||
endef
|
||||
|
||||
define Package/libelf
|
||||
define Package/libelf1
|
||||
$(call Package/elfutils/Default)
|
||||
TITLE+= (libelf)
|
||||
endef
|
||||
@ -55,10 +55,10 @@ define Package/libdw/install
|
||||
$(CP) $(PKG_BUILD_DIR)/libdw/libdw.so* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Package/libelf/install
|
||||
define Package/libelf1/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/libelf/libelf.so* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libdw))
|
||||
$(eval $(call BuildPackage,libelf))
|
||||
$(eval $(call BuildPackage,libelf1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user