[package] disable valgrind on all but armv7 targets

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32839 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-07-25 14:01:26 +00:00
parent 0aab4aa3ec
commit ad4dafc099

View 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