summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-08-01 18:16:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-08-01 18:16:19 +0000
commit901618c68d70a87159de503efcdb1f29a091f292 (patch)
tree1f60ccbb81ed3411caa85bd035225554e4728c9d /package
parent9f3aea65fcf3410c3c472ea72b94b56aebd4aabe (diff)
downloadmtk-20170518-901618c68d70a87159de503efcdb1f29a091f292.zip
mtk-20170518-901618c68d70a87159de503efcdb1f29a091f292.tar.gz
mtk-20170518-901618c68d70a87159de503efcdb1f29a091f292.tar.bz2
perf: mark as broken for now
Until we properly deal with the various versions of libelf we package, mark perf as broken SVN-Revision: 27867
Diffstat (limited to 'package')
-rw-r--r--package/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perf/Makefile b/package/perf/Makefile
index 88b706d..a1cba49 100644
--- a/package/perf/Makefile
+++ b/package/perf/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/perf
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:= +libdw +libelf +libpthread +librt
+ DEPENDS:= +libdw +libelf +libpthread +librt @BROKEN
TITLE:=Linux performance monitoring tool
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org