perf: mark as broken for now
authorFlorian Fainelli <florian@openwrt.org>
Mon, 1 Aug 2011 18:16:19 +0000 (18:16 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 1 Aug 2011 18:16:19 +0000 (18:16 +0000)
Until we properly deal with the various versions of libelf we package,
mark perf as broken

SVN-Revision: 27867

package/perf/Makefile

index 88b706d49ecd8e42923753f989a4bad99f8efeae..a1cba49a06a91933090db4dd8796276d9bbf286f 100644 (file)
@@ -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