Skip to content
Snippets Groups Projects
Commit 6314c24a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

perf: select objdump instead of the full binutils package


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 48071
parent c69ffda5
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment