binutils: add ALTERNATIVES for strings (FS#3001)
Don't move strings anymore to /bin/strings to avoid clash with busybox /usr/bin/strings but move it to /usr/bin/binutils-strings. Use ALTERNATIVES support to install it as /usr/bin/strings Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
		| @@ -49,6 +49,7 @@ define Package/binutils | |||||||
|   CATEGORY:=Development |   CATEGORY:=Development | ||||||
|   TITLE:=binutils |   TITLE:=binutils | ||||||
|   DEPENDS:=+objdump +ar |   DEPENDS:=+objdump +ar | ||||||
|  |   ALTERNATIVES:=200:/usr/bin/strings:/usr/bin/binutils-strings | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define Package/objdump | define Package/objdump | ||||||
| @@ -114,7 +115,7 @@ endef | |||||||
| define Package/binutils/install | define Package/binutils/install | ||||||
| 	$(INSTALL_DIR) $(1)/usr $(1)/bin | 	$(INSTALL_DIR) $(1)/usr $(1)/bin | ||||||
| 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/ $(1)/usr/ | 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/ $(1)/usr/ | ||||||
| 	mv $(1)/usr/bin/strings $(1)/bin/strings | 	mv $(1)/usr/bin/strings $(1)/usr/bin/binutils-strings | ||||||
| 	rm -f $(1)/usr/bin/objdump | 	rm -f $(1)/usr/bin/objdump | ||||||
| 	rm -f $(1)/usr/bin/ar | 	rm -f $(1)/usr/bin/ar | ||||||
| endef | endef | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Hans Dedecker
					Hans Dedecker