summaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-02 16:19:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-02 16:19:39 +0000
commit6314c24a04d50167a5f963d43e968625c4e54daa (patch)
treed3916c77efe1b84aa7e51f2d6abcb56bee70620f /package/devel
parentc69ffda546522ae67544ad717a45abbc2ca3527f (diff)
downloadmaster-31e0f0ae-6314c24a04d50167a5f963d43e968625c4e54daa.tar.gz
master-31e0f0ae-6314c24a04d50167a5f963d43e968625c4e54daa.tar.bz2
master-31e0f0ae-6314c24a04d50167a5f963d43e968625c4e54daa.zip
perf: select objdump instead of the full binutils package
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48071
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile
index 65a3e33b01..3a36a7b98f 100644
--- a/package/devel/perf/Makefile
+++ b/package/devel/perf/Makefile
@@ -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