aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nis
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 10:56:42 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-18 18:02:07 +0200
commitc0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch)
treecfeff92229e10bf27533dc5309e42213e5bdee8f /packages/nis
parente769c7fbe16294b2c5306edfafa1ec821b7b138c (diff)
downloadopenembedded-c0b6dd9b41279ff00c5a90e49108945a0fee9cdd.tar.gz
bb files: Revert the introduction of FILE_PR
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
Diffstat (limited to 'packages/nis')
-rw-r--r--packages/nis/pwdutils_2.6.bb2
-rw-r--r--packages/nis/yp-tools_2.9.bb2
-rw-r--r--packages/nis/ypbind-mt_1.18.bb2
-rw-r--r--packages/nis/ypbind-mt_1.19.bb2
-rw-r--r--packages/nis/ypserv_2.17.bb2
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/nis/pwdutils_2.6.bb b/packages/nis/pwdutils_2.6.bb
index 57b97ca228..0e01e7e104 100644
--- a/packages/nis/pwdutils_2.6.bb
+++ b/packages/nis/pwdutils_2.6.bb
@@ -2,7 +2,7 @@
# The source package is utils/net/NIS/pwdutils
# The package requires -lpam
#
-FILE_PR = "r1"
+PR = "r1"
DESCRIPTION="\
NIS PAM password management tools. \
This is a collection of utilities to manage the passwd \
diff --git a/packages/nis/yp-tools_2.9.bb b/packages/nis/yp-tools_2.9.bb
index 22280b9d4d..ddf7ed2c8d 100644
--- a/packages/nis/yp-tools_2.9.bb
+++ b/packages/nis/yp-tools_2.9.bb
@@ -1,7 +1,7 @@
# This package builds tools to manage NIS
# The source package is utils/net/NIS/yp-tools
#
-FILE_PR = "r0"
+PR = "r0"
DESCRIPTION="\
Network Information Service tools. \
This package contains ypcat, ypmatch, ypset, \
diff --git a/packages/nis/ypbind-mt_1.18.bb b/packages/nis/ypbind-mt_1.18.bb
index 5a08cc35f4..be37fb9c28 100644
--- a/packages/nis/ypbind-mt_1.18.bb
+++ b/packages/nis/ypbind-mt_1.18.bb
@@ -1,7 +1,7 @@
# This package builds the NIS ypbind daemon
# The source package is utils/net/NIS/ypbind-mt
#
-FILE_PR = "r0"
+PR = "r0"
DESCRIPTION="\
Multithreaded NIS bind service (ypbind-mt). \
ypbind-mt is a complete new implementation of a NIS \
diff --git a/packages/nis/ypbind-mt_1.19.bb b/packages/nis/ypbind-mt_1.19.bb
index aa5c3af6fb..aee0864937 100644
--- a/packages/nis/ypbind-mt_1.19.bb
+++ b/packages/nis/ypbind-mt_1.19.bb
@@ -1,7 +1,7 @@
# This package builds the NIS ypbind daemon
# The source package is utils/net/NIS/ypbind-mt
#
-FILE_PR = "r0"
+PR = "r0"
DESCRIPTION="\
Multithreaded NIS bind service (ypbind-mt). \
ypbind-mt is a complete new implementation of a NIS \
diff --git a/packages/nis/ypserv_2.17.bb b/packages/nis/ypserv_2.17.bb
index 57521d4432..07d8aee5bb 100644
--- a/packages/nis/ypserv_2.17.bb
+++ b/packages/nis/ypserv_2.17.bb
@@ -1,7 +1,7 @@
# This package builds the NIS server
# The source package is utils/net/NIS/ypserv
#
-FILE_PR = "r0"
+PR = "r0"
DESCRIPTION="NIS version 2 server for Linux."
HOMEPAGE="http://www.linux-nis.org/nis/ypserv/index.html"