1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:06:02 +03:00

[package] perf: mark as broken for now

Until we properly deal with the various versions of libelf we package,
mark perf as broken

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27867 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2011-08-01 18:16:19 +00:00
parent 157c107494
commit 3aae946f21

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