diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 10:56:42 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 21:41:43 +0200 |
commit | aa03004ace2fabb135a6208ef8c2d2b312aa7b0b (patch) | |
tree | 422c1d0883e7a5b9fd5ac111f39baf22aceb31a3 /packages/nis | |
parent | f629930ce8c8e4950e46af9bae5b911ca150e7c7 (diff) |
[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'packages/nis')
-rw-r--r-- | packages/nis/pwdutils_2.6.bb | 2 | ||||
-rw-r--r-- | packages/nis/yp-tools_2.9.bb | 2 | ||||
-rw-r--r-- | packages/nis/ypbind-mt_1.18.bb | 2 | ||||
-rw-r--r-- | packages/nis/ypbind-mt_1.19.bb | 2 | ||||
-rw-r--r-- | packages/nis/ypserv_2.17.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/nis/pwdutils_2.6.bb b/packages/nis/pwdutils_2.6.bb index 0e01e7e104..57b97ca228 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 # -PR = "r1" +FILE_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 ddf7ed2c8d..22280b9d4d 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 # -PR = "r0" +FILE_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 be37fb9c28..5a08cc35f4 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 # -PR = "r0" +FILE_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 aee0864937..aa5c3af6fb 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 # -PR = "r0" +FILE_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 07d8aee5bb..57521d4432 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 # -PR = "r0" +FILE_PR = "r0" DESCRIPTION="NIS version 2 server for Linux." HOMEPAGE="http://www.linux-nis.org/nis/ypserv/index.html" |