perf: select objdump instead of the full binutils package
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48071
This commit is contained in:
		@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 | 
			
		||||
define Package/perf
 | 
			
		||||
  SECTION:=devel
 | 
			
		||||
  CATEGORY:=Development
 | 
			
		||||
  DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +binutils
 | 
			
		||||
  DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +objdump
 | 
			
		||||
  TITLE:=Linux performance monitoring tool
 | 
			
		||||
  VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
 | 
			
		||||
  URL:=http://www.kernel.org
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user