oprofile: mark broken on uml

Signed-off-by: Nicolas Thill <nico@openwrt.org>

SVN-Revision: 44398
This commit is contained in:
Nicolas Thill 2015-02-11 11:31:38 +00:00
parent f87f373c9f
commit 693d76466a

View File

@ -31,7 +31,7 @@ define Package/oprofile
CATEGORY:=Development
TITLE:=OProfile System Profiler
URL:=http://oprofile.sourceforge.net
DEPENDS:=+libpopt +kmod-oprofile +libstdcpp +objdump
DEPENDS:=+libpopt +kmod-oprofile +libstdcpp +objdump @(!TARGET_uml||BROKEN)
endef
define Package/oprofile/description