projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426d806
)
gdb: recategorize from utils to devel in menuconfig
author
Florian Fainelli
<florian@openwrt.org>
Wed, 21 Nov 2012 20:26:51 +0000
(20:26 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 21 Nov 2012 20:26:51 +0000
(20:26 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34291
package/devel/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/gdb/Makefile
b/package/devel/gdb/Makefile
index fdae722bf5021f6ee2d56597b646004686fe5787..da5dd3fabc627171fda07db6a389e42c677ef446 100644
(file)
--- a/
package/devel/gdb/Makefile
+++ b/
package/devel/gdb/Makefile
@@
-21,8
+21,8
@@
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
- SECTION:=
utils
- CATEGORY:=
Utilities
+ SECTION:=
devel
+ CATEGORY:=
Development
DEPENDS:=@!(avr32||cris) +libthread-db +PACKAGE_zlib:zlib
URL:=http://www.gnu.org/software/gdb/
endef