binutils: remove the empty package libbfd and fix all references to it

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17481 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-09-02 22:39:26 +00:00
parent ff829d722b
commit d696cc4e3d
3 changed files with 4 additions and 13 deletions

View File

@ -35,12 +35,6 @@ define Package/binutils/description
The Binutils package contains a linker, an assembler, and other tools for handling object files
endef
define Package/libbfd
SECTION:=libs
CATEGORY:=Libraries
TITLE:=libbfd
endef
TARGET_CFLAGS += $(FPIC)
define Build/Configure
@ -80,10 +74,5 @@ define Package/binutils/install
rm -f $(1)/usr/bin/objdump
endef
define Package/libbfd/install
true
endef
$(eval $(call BuildPackage,binutils))
$(eval $(call BuildPackage,objdump))
$(eval $(call BuildPackage,libbfd))

View File

@ -16,12 +16,14 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/ksymoops/v2.4/
PKG_MD5SUM:=4a8249e182a5dbc75e566d162e9f3314
PKG_BUILD_DEPENDS:=binutils
include $(INCLUDE_DIR)/package.mk
define Package/ksymoops
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=@LINUX_2_6 @mips||mipsel||m68k||i386 +libbfd
DEPENDS:=@LINUX_2_6 @mips||mipsel||m68k||i386
TITLE:=Interpret oops of the kernel
URL:=http://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/
MENU:=1

View File

@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/oprofile/
PKG_MD5SUM:=82b059379895cf125261d7d773465915
PKG_INSTALL:=1
PKG_BUILD_DEPENDS:=libbfd
PKG_BUILD_DEPENDS:=binutils
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk