1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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:
Felix Fietkau 2016-01-02 16:19:39 +00:00
parent c69ffda546
commit 6314c24a04

@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/perf define Package/perf
SECTION:=devel SECTION:=devel
CATEGORY:=Development CATEGORY:=Development
DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +binutils DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +objdump
TITLE:=Linux performance monitoring tool TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org URL:=http://www.kernel.org