[package] disable valgrind on all but armv7 targets
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 25 Jul 2012 14:01:26 +0000 (14:01 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 25 Jul 2012 14:01:26 +0000 (14:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32839 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/valgrind/Makefile

index 68af36c..8a7a52e 100644 (file)
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/kernel.mk
 define Package/valgrind
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@mips||mipsel||i386||arm||armeb||powerpc +libpthread +librt
+  DEPENDS:=@mips||mipsel||i386||powerpc @TARGET_omap4 +libpthread +librt
   TITLE:=debugging and profiling tools for Linux
   URL:=http://www.valgrind.org
 endef