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
This commit is contained in:
Florian Fainelli 2011-08-01 18:16:19 +00:00
parent 9f3aea65fc
commit 901618c68d

View 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