[package] valgrind: fix DEPENDS after r32839
Remove the invalid whitespace leading to valgrind being only available on omap4 instead of all the listed architectures a well. git-svn-id: svn://svn.openwrt.org/openwrt/packages@33373 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b4576f6f86
commit
f55cd70460
@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
define Package/valgrind
|
define Package/valgrind
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=@mips||mipsel||i386||powerpc @TARGET_omap4 +libpthread +librt
|
DEPENDS:=@mips||mipsel||i386||powerpc||TARGET_omap4 +libpthread +librt
|
||||||
TITLE:=debugging and profiling tools for Linux
|
TITLE:=debugging and profiling tools for Linux
|
||||||
URL:=http://www.valgrind.org
|
URL:=http://www.valgrind.org
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user