[oe-commits] org.oe.dev nis: fix SECTION and LICENSE

Laibsch commit openembedded-commits at lists.openembedded.org
Mon Feb 12 15:54:56 UTC 2007


nis: fix SECTION and LICENSE

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: a2ea2ba01be8c2babd17cd36a01a565129ceb888
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a2ea2ba01be8c2babd17cd36a01a565129ceb888
Files:
1
packages/nis/nis-all.bb
packages/nis/nis.inc
Diffs:

#
# mt diff -r62abe8db367ee416f682f63d88cf3243bbc7de3a -ra2ea2ba01be8c2babd17cd36a01a565129ceb888
#
# 
# 
# patch "packages/nis/nis-all.bb"
#  from [b6359185ae270f30ff47d1c47be12b3b59c8cb38]
#    to [a0d88f843a53c1cfb9641ad9c4e89263736628b3]
# 
# patch "packages/nis/nis.inc"
#  from [898c6c55f1fe6fa65222a368c0419deffcb0d6ff]
#    to [d874e65c06928b05278c7efc0dd754ef551a99b2]
# 
============================================================
--- packages/nis/nis-all.bb	b6359185ae270f30ff47d1c47be12b3b59c8cb38
+++ packages/nis/nis-all.bb	a0d88f843a53c1cfb9641ad9c4e89263736628b3
@@ -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"
 
============================================================
--- packages/nis/nis.inc	898c6c55f1fe6fa65222a368c0419deffcb0d6ff
+++ packages/nis/nis.inc	d874e65c06928b05278c7efc0dd754ef551a99b2
@@ -5,9 +5,9 @@ HOMEPAGE ?= "http://www.linux-nis.org/ni
 # 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"






More information about the Openembedded-commits mailing list