freeze and netcat: fix SECTION
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 12 Feb 2007 13:29:32 +0000 (13:29 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 12 Feb 2007 13:29:32 +0000 (13:29 +0000)
packages/freeze/freeze.bb
packages/freeze/unfreeze.bb
packages/netcat/netcat_0.7.1.bb

index 48a0ba6..fa11fec 100644 (file)
@@ -13,7 +13,7 @@
 # as appropriate, directory is the sub-directory of 'packages'.
 #
 DESCRIPTION = "Freeze the bitbake files in the build"
-SECTION = "console/networking"
+SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "MIT"
 PR = "r1"
index ff280de..f2232c3 100644 (file)
@@ -2,7 +2,7 @@
 # configuration fails empty (they just contain a comment).
 #
 DESCRIPTION = "Unfreeze the bitbake files in the build"
-SECTION = "console/networking"
+SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "MIT"
 PR = "r1"
index a6361f0..c7ceccd 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "GNU Netcat"
 HOMEPAGE = "http://netcat.sourceforge.net"
+SECTION = "console/network"
 LICENSE = "GPLv2"
-SECTION = "console/networking"
 PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2"