aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-21 20:26:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-21 20:26:58 +0000
commit7a7bfbf4710950232fb366ba0ce4ed6b4087de76 (patch)
treef532106167a3821c215f9d44c803f4f26ef85b3b /package/devel
parent75add71bb98666ba951100d2b99a21f0f9e78f9c (diff)
downloadupstream-7a7bfbf4710950232fb366ba0ce4ed6b4087de76.tar.gz
upstream-7a7bfbf4710950232fb366ba0ce4ed6b4087de76.tar.bz2
upstream-7a7bfbf4710950232fb366ba0ce4ed6b4087de76.zip
[package] valgrind: re-categorize from utils to devel
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34293 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/valgrind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index c4f36979e0..dfefa0925a 100644
--- 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