oprofile: mark broken on uml
authorNicolas Thill <nico@openwrt.org>
Wed, 11 Feb 2015 11:31:38 +0000 (11:31 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 11 Feb 2015 11:31:38 +0000 (11:31 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44398

package/devel/oprofile/Makefile

index cc23c939a5faac0648d1f95c419d0e90f604ab47..e85a482970604786caa5eab1c61f45bdc0b97bdb 100644 (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