projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e733cf
)
valgrind: re-categorize from utils to devel
author
Florian Fainelli
<florian@openwrt.org>
Wed, 21 Nov 2012 20:26:58 +0000
(20:26 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 21 Nov 2012 20:26:58 +0000
(20:26 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34293
package/devel/valgrind/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/valgrind/Makefile
b/package/devel/valgrind/Makefile
index c4f36979e01d2abcf21d84ada58c5b79bd36b5a2..dfefa0925a20a7379a29b2798c506dfedb9f2acd 100644
(file)
--- a/
package/devel/valgrind/Makefile
+++ b/
package/devel/valgrind/Makefile
@@
-24,8
+24,8
@@
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk
define Package/valgrind
- SECTION:=
utils
- CATEGORY:=
Utilities
+ SECTION:=
devel
+ CATEGORY:=
Development
DEPENDS:=@mips||mipsel||i386||powerpc||TARGET_omap4 +libpthread +librt
TITLE:=debugging and profiling tools for Linux
URL:=http://www.valgrind.org