nis: fix SECTION and LICENSE
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 12 Feb 2007 13:26:25 +0000 (13:26 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 12 Feb 2007 13:26:25 +0000 (13:26 +0000)
packages/nis/nis-all.bb
packages/nis/nis.inc

index a0af47b..181a06c 100644 (file)
@@ -1,12 +1,12 @@
 # This meta package is a convenience to build all of the
 # NIS packages.
 #
-PR = "r0"
+
 DESCRIPTION="NIS services"
 HOMEPAGE="http://www.linux-nis.org/nis/"
-SECTION = "console/networking"
+SECTION = "console/network"
 PRIORITY = "optional"
-LICENSE = "GPL-2"
+LICENSE = "GPLv2"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
index 4523288..90f7ff5 100644 (file)
@@ -5,9 +5,9 @@
 # the rpcsvc functionality is not present in uclibc
 DESCRIPTION ?= "NIS Server and Tools"
 HOMEPAGE ?= "http://www.linux-nis.org/nis/"
-SECTION ?= "console/networking"
+SECTION ?= "console/network"
 PRIORITY ?= "optional"
-LICENSE ?= "GPL-2"
+LICENSE ?= "GPLv2"
 
 # Override these *after* the include file if necessary!
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/${P}.tar.bz2"