projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c7dcf
)
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34291
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/devel/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/gdb/Makefile
b/package/devel/gdb/Makefile
index
fdae722
..
da5dd3f
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