diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-08-01 18:16:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-08-01 18:16:19 +0000 |
commit | 901618c68d70a87159de503efcdb1f29a091f292 (patch) | |
tree | 1f60ccbb81ed3411caa85bd035225554e4728c9d /package | |
parent | 9f3aea65fcf3410c3c472ea72b94b56aebd4aabe (diff) | |
download | upstream-901618c68d70a87159de503efcdb1f29a091f292.tar.gz upstream-901618c68d70a87159de503efcdb1f29a091f292.tar.bz2 upstream-901618c68d70a87159de503efcdb1f29a091f292.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perf/Makefile b/package/perf/Makefile index 88b706d49e..a1cba49a06 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 |