[packages] devel/binutils: fix typo in libbfd install step
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16632 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c5aa7d72ff
commit
a614df3ce8
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2009 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.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=binutils
|
PKG_NAME:=binutils
|
||||||
PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION)))
|
PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION)))
|
||||||
#"))
|
#"))
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_SOURCE_URL:=@GNU/binutils
|
PKG_SOURCE_URL:=@GNU/binutils
|
||||||
PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2
|
||||||
PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION)
|
PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION)
|
||||||
@ -80,7 +80,7 @@ define Package/binutils/install
|
|||||||
rm -f $(1)/usr/bin/objdump
|
rm -f $(1)/usr/bin/objdump
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libbdf/install
|
define Package/libbfd/install
|
||||||
true
|
true
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user