From: Felix Fietkau Date: Sat, 2 Jan 2016 16:19:39 +0000 (+0000) Subject: perf: select objdump instead of the full binutils package X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6314c24a04d50167a5f963d43e968625c4e54daa;p=openwrt%2Fstaging%2Fmkresin.git perf: select objdump instead of the full binutils package Signed-off-by: Felix Fietkau SVN-Revision: 48071 --- 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