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/blueprobe | |
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/blueprobe')
-rw-r--r-- | packages/blueprobe/blueprobe_0.15.bb | 2 | ||||
-rw-r--r-- | packages/blueprobe/blueprobe_0.16.bb | 2 | ||||
-rw-r--r-- | packages/blueprobe/blueprobe_0.17.bb | 2 | ||||
-rw-r--r-- | packages/blueprobe/blueprobe_0.18.bb | 2 | ||||
-rw-r--r-- | packages/blueprobe/blueprobe_svn.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/blueprobe/blueprobe_0.15.bb b/packages/blueprobe/blueprobe_0.15.bb index e39407cc16..144d3042e5 100644 --- a/packages/blueprobe/blueprobe_0.15.bb +++ b/packages/blueprobe/blueprobe_0.15.bb @@ -1,6 +1,6 @@ require blueprobe.inc -PR = "r2" +FILE_PR = "r2" SRC_URI += "file://hx4700.patch;patch=1 \ file://h6300.patch;patch=1" diff --git a/packages/blueprobe/blueprobe_0.16.bb b/packages/blueprobe/blueprobe_0.16.bb index db190332e7..f85fd5e00d 100644 --- a/packages/blueprobe/blueprobe_0.16.bb +++ b/packages/blueprobe/blueprobe_0.16.bb @@ -1,6 +1,6 @@ require blueprobe.inc -PR = "r1" +FILE_PR = "r1" SRC_URI += "file://hx4700.patch;patch=1 \ file://h6300.patch;patch=1" diff --git a/packages/blueprobe/blueprobe_0.17.bb b/packages/blueprobe/blueprobe_0.17.bb index b82bedf632..8d7d6c393a 100644 --- a/packages/blueprobe/blueprobe_0.17.bb +++ b/packages/blueprobe/blueprobe_0.17.bb @@ -1,6 +1,6 @@ require blueprobe.inc -PR = "r3" +FILE_PR = "r3" SRC_URI += "file://hx4700.patch;patch=1 \ file://h2200-fixup.patch;patch=1 \ diff --git a/packages/blueprobe/blueprobe_0.18.bb b/packages/blueprobe/blueprobe_0.18.bb index b76c16b7d9..57fd274971 100644 --- a/packages/blueprobe/blueprobe_0.18.bb +++ b/packages/blueprobe/blueprobe_0.18.bb @@ -1,6 +1,6 @@ require blueprobe.inc -PR = "r4" +FILE_PR = "r4" SRC_URI += "file://h4000.patch;patch=1 \ file://uclibc-fix.patch;patch=1 \ diff --git a/packages/blueprobe/blueprobe_svn.bb b/packages/blueprobe/blueprobe_svn.bb index 5ef2dfcf8b..9e761fa42f 100644 --- a/packages/blueprobe/blueprobe_svn.bb +++ b/packages/blueprobe/blueprobe_svn.bb @@ -1,5 +1,5 @@ PV = "0.18+svn${SRCDATE}" -PR = "r0" +FILE_PR = "r0" inherit pkgconfig gpe autotools |