summaryrefslogtreecommitdiff
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
commit3df1f9aecdd5b132fb15d6fdbd99b2d86b365c7f (patch)
tree4e6e4df2a7b292cfb33e1b92edfc558367d4c48c /package/devel
parent4e733cfbc952f7fe4ddaad531d03a6bbd5e0d18a (diff)
downloadmtk-20170518-3df1f9aecdd5b132fb15d6fdbd99b2d86b365c7f.zip
mtk-20170518-3df1f9aecdd5b132fb15d6fdbd99b2d86b365c7f.tar.gz
mtk-20170518-3df1f9aecdd5b132fb15d6fdbd99b2d86b365c7f.tar.bz2
valgrind: re-categorize from utils to devel
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34293
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 c4f3697..dfefa09 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