diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-02-12 21:51:42 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-02-12 21:51:42 +0000 |
commit | 7bf9ed5ae2ab1443dc063c78f932f1c625273378 (patch) | |
tree | a4c906819d5d246f00305a1ce4c0c7c25ff0c5dd /packages/nis | |
parent | 4ff8b59a986c1d737129603a026a33b6cb016686 (diff) | |
parent | 6b632d5626c5fd6936afa1e8a38352f3fef494c6 (diff) |
merge of '26eef9824538dbeb602a9de19e679d9024dabece'
and '55734c4486f119a88c9e73fd18da42abdf708f5b'
Diffstat (limited to 'packages/nis')
-rw-r--r-- | packages/nis/nis-all.bb | 6 | ||||
-rw-r--r-- | packages/nis/nis.inc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/packages/nis/nis-all.bb b/packages/nis/nis-all.bb index a0af47b0cb..181a06cd2e 100644 --- a/packages/nis/nis-all.bb +++ b/packages/nis/nis-all.bb @@ -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" diff --git a/packages/nis/nis.inc b/packages/nis/nis.inc index 45232881cb..90f7ff50a0 100644 --- a/packages/nis/nis.inc +++ b/packages/nis/nis.inc @@ -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" |