projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c69ffda
)
perf: select objdump instead of the full binutils package
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Jan 2016 16:19:39 +0000
(16:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Jan 2016 16:19:39 +0000
(16:19 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48071
package/devel/perf/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/perf/Makefile
b/package/devel/perf/Makefile
index 65a3e33b01fd29715031ae5509ca141c4fe8f908..3a36a7b98f7e4b0dcda96c6c3481cecfc91cd387 100644
(file)
--- 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