From 3739374a2dbdb4eb39e7cc2e710cf51b2eadc39d Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 18 Jan 2013 16:34:32 +0000 Subject: [PATCH] perf: add missing binutils dependency, needed for libbfd Signed-off-by: Russell Senior Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@35230 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- devel/perf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/perf/Makefile b/devel/perf/Makefile index 2f3712baf..bd51fa5db 100644 --- a/devel/perf/Makefile +++ b/devel/perf/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2012 OpenWrt.org +# Copyright (C) 2011-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,14 +10,14 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=perf PKG_VERSION:=$(LINUX_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= +libelf1 +libdw +libpthread +librt + DEPENDS:= +libelf1 +libdw +libpthread +librt +binutils TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org -- 2.11.0