perf: select objdump instead of the full binutils package
[openwrt/staging/mkresin.git] / package / devel / perf / Makefile
index c999229324a2742cd58956f10e54bb7253195fed..3a36a7b98f7e4b0dcda96c6c3481cecfc91cd387 100644 (file)
@@ -14,6 +14,7 @@ PKG_RELEASE:=2
 
 PKG_USE_MIPS16:=0
 PKG_BUILD_PARALLEL:=1
+PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
 
 # Perf's makefile and headers are not relocatable and must be built from the
 # Linux sources directory
@@ -24,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