From aa03004ace2fabb135a6208ef8c2d2b312aa7b0b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 15 Oct 2008 10:56:42 +0200 Subject: [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 --- packages/monotone/monotone-4_0.19.bb | 2 +- packages/monotone/monotone-5_0.20.bb | 2 +- packages/monotone/monotone-5_0.21.bb | 2 +- packages/monotone/monotone-5_0.22.bb | 2 +- packages/monotone/monotone-5_0.23.bb | 2 +- packages/monotone/monotone-5_0.24.bb | 2 +- packages/monotone/monotone-5_0.25.2.bb | 2 +- packages/monotone/monotone-6_0.26.bb | 2 +- packages/monotone/monotone-6_0.27.bb | 2 +- packages/monotone/monotone-6_0.31.bb | 2 +- packages/monotone/monotone-6_0.33.bb | 2 +- packages/monotone/monotone-6_0.34.bb | 2 +- packages/monotone/monotone-6_0.37.bb | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'packages/monotone') diff --git a/packages/monotone/monotone-4_0.19.bb b/packages/monotone/monotone-4_0.19.bb index 402d57db37..fc92aa3b10 100644 --- a/packages/monotone/monotone-4_0.19.bb +++ b/packages/monotone/monotone-4_0.19.bb @@ -1,7 +1,7 @@ require monotone.inc SUBV = "1" -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://www.venge.net/monotone/downloads/monotone_${PV}-${SUBV}.tar.gz \ file://txt2c-cross.patch;patch=1 \ diff --git a/packages/monotone/monotone-5_0.20.bb b/packages/monotone/monotone-5_0.20.bb index bee2269767..b344e26323 100644 --- a/packages/monotone/monotone-5_0.20.bb +++ b/packages/monotone/monotone-5_0.20.bb @@ -1,6 +1,6 @@ require monotone.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross.patch;patch=1 \ diff --git a/packages/monotone/monotone-5_0.21.bb b/packages/monotone/monotone-5_0.21.bb index 447614b92f..d42fab2618 100644 --- a/packages/monotone/monotone-5_0.21.bb +++ b/packages/monotone/monotone-5_0.21.bb @@ -1,6 +1,6 @@ require monotone.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross.patch;patch=1 \ diff --git a/packages/monotone/monotone-5_0.22.bb b/packages/monotone/monotone-5_0.22.bb index 9ce745d04f..53dc83abe5 100644 --- a/packages/monotone/monotone-5_0.22.bb +++ b/packages/monotone/monotone-5_0.22.bb @@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm" require monotone.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross.patch;patch=1 \ diff --git a/packages/monotone/monotone-5_0.23.bb b/packages/monotone/monotone-5_0.23.bb index 2f0aab1077..86a216a5dd 100644 --- a/packages/monotone/monotone-5_0.23.bb +++ b/packages/monotone/monotone-5_0.23.bb @@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm" require monotone.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ diff --git a/packages/monotone/monotone-5_0.24.bb b/packages/monotone/monotone-5_0.24.bb index 2f0aab1077..86a216a5dd 100644 --- a/packages/monotone/monotone-5_0.24.bb +++ b/packages/monotone/monotone-5_0.24.bb @@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm" require monotone.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ diff --git a/packages/monotone/monotone-5_0.25.2.bb b/packages/monotone/monotone-5_0.25.2.bb index b5d6a376c1..5b33d80ef4 100644 --- a/packages/monotone/monotone-5_0.25.2.bb +++ b/packages/monotone/monotone-5_0.25.2.bb @@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm" require monotone.inc -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ diff --git a/packages/monotone/monotone-6_0.26.bb b/packages/monotone/monotone-6_0.26.bb index afbe65fada..4f9f641913 100644 --- a/packages/monotone/monotone-6_0.26.bb +++ b/packages/monotone/monotone-6_0.26.bb @@ -22,7 +22,7 @@ inherit autotools #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ diff --git a/packages/monotone/monotone-6_0.27.bb b/packages/monotone/monotone-6_0.27.bb index afbe65fada..4f9f641913 100644 --- a/packages/monotone/monotone-6_0.27.bb +++ b/packages/monotone/monotone-6_0.27.bb @@ -22,7 +22,7 @@ inherit autotools #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ diff --git a/packages/monotone/monotone-6_0.31.bb b/packages/monotone/monotone-6_0.31.bb index 5be156f2be..23731abe45 100644 --- a/packages/monotone/monotone-6_0.31.bb +++ b/packages/monotone/monotone-6_0.31.bb @@ -22,7 +22,7 @@ inherit autotools #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ diff --git a/packages/monotone/monotone-6_0.33.bb b/packages/monotone/monotone-6_0.33.bb index e58477ddd1..d7a42d2c3a 100644 --- a/packages/monotone/monotone-6_0.33.bb +++ b/packages/monotone/monotone-6_0.33.bb @@ -25,7 +25,7 @@ inherit autotools #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -PR = "r1" +FILE_PR = "r1" SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ diff --git a/packages/monotone/monotone-6_0.34.bb b/packages/monotone/monotone-6_0.34.bb index 6a5dcb5d9c..4c11a12a47 100644 --- a/packages/monotone/monotone-6_0.34.bb +++ b/packages/monotone/monotone-6_0.34.bb @@ -25,7 +25,7 @@ inherit autotools #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ diff --git a/packages/monotone/monotone-6_0.37.bb b/packages/monotone/monotone-6_0.37.bb index 7d65982e3d..a5e455d894 100644 --- a/packages/monotone/monotone-6_0.37.bb +++ b/packages/monotone/monotone-6_0.37.bb @@ -25,7 +25,7 @@ inherit autotools #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" -PR = "r0" +FILE_PR = "r0" SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \ file://txt2c-cross-post-0.22.patch;patch=1 \ -- cgit 1.2.3-korg