Browse Source

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
Florian Fainelli 14 years ago
parent
commit
901618c68d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/perf/Makefile

+ 1 - 1
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