binutils: remove pkgconf dependency (finally!)

This commit is contained in:
Tony Theodore 2017-11-26 00:39:23 +11:00
parent 01e2a64d00
commit 2a22eee58f
1 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@ $(PKG)_SUBDIR := binutils-$($(PKG)_VERSION)
$(PKG)_FILE := binutils-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://ftp.gnu.org/gnu/binutils/$($(PKG)_FILE)
$(PKG)_URL_2 := https://ftpmirror.gnu.org/binutils/$($(PKG)_FILE)
$(PKG)_DEPS := pkgconf
$(PKG)_DEPS :=
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://ftp.gnu.org/gnu/binutils/?C=M;O=D' | \
@ -37,5 +37,3 @@ define $(PKG)_BUILD
rm -f $(addprefix $(PREFIX)/$(TARGET)/bin/, ar as dlltool ld ld.bfd nm objcopy objdump ranlib strip)
endef
$(PKG)_BUILD_$(BUILD) :=