Author: nbd Date: 2016-01-02 17:19:39 +0100 (Sat, 02 Jan 2016) New Revision: 48071
Modified: trunk/package/devel/perf/Makefile Log: perf: select objdump instead of the full binutils package Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/devel/perf/Makefile =================================================================== --- trunk/package/devel/perf/Makefile 2016-01-02 14:48:27 UTC (rev 48070) +++ trunk/package/devel/perf/Makefile 2016-01-02 16:19:39 UTC (rev 48071) @@ -25,7 +25,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
