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.ozo.com/?a=commitdiff_plain;h=20d3ed2dec119e5a1ddf5a4d09de62fddd27a3eb;p=openwrt-github%2F.git perf: select objdump instead of the full binutils package Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48071 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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