Browse Source

valgrind: re-categorize from utils to devel

Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 34293
Florian Fainelli 13 năm trước cách đây
mục cha
commit
3df1f9aecd
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      package/devel/valgrind/Makefile

+ 2 - 2
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