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/abiword | |
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/abiword')
-rw-r--r-- | packages/abiword/abiword-plugins_2.4.6.bb | 2 | ||||
-rw-r--r-- | packages/abiword/abiword-plugins_2.5.1.bb | 2 | ||||
-rw-r--r-- | packages/abiword/abiword-plugins_2.5.2.bb | 2 | ||||
-rw-r--r-- | packages/abiword/abiword.inc | 2 | ||||
-rw-r--r-- | packages/abiword/abiword_2.5.1.bb | 2 | ||||
-rw-r--r-- | packages/abiword/abiword_2.5.2.bb | 2 | ||||
-rw-r--r-- | packages/abiword/abiword_2.6.3.bb | 2 | ||||
-rw-r--r-- | packages/abiword/abiword_2.6.4.bb | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/packages/abiword/abiword-plugins_2.4.6.bb b/packages/abiword/abiword-plugins_2.4.6.bb index 41652828bf..672a807544 100644 --- a/packages/abiword/abiword-plugins_2.4.6.bb +++ b/packages/abiword/abiword-plugins_2.4.6.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" DEPENDS = "libwpd librsvg goffice poppler" RDEPENDS = "abiword" -PR = "r1" +FILE_PR = "r1" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ file://abiword-plugin-pdf-poppler.patch;patch=1;pnum=2" diff --git a/packages/abiword/abiword-plugins_2.5.1.bb b/packages/abiword/abiword-plugins_2.5.1.bb index eb626aba91..b47577bb21 100644 --- a/packages/abiword/abiword-plugins_2.5.1.bb +++ b/packages/abiword/abiword-plugins_2.5.1.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" DEPENDS = "libwpd librsvg goffice poppler libglade" RDEPENDS = "abiword" -PR = "r1" +FILE_PR = "r1" DEFAULT_PREFERENCE = "-1" diff --git a/packages/abiword/abiword-plugins_2.5.2.bb b/packages/abiword/abiword-plugins_2.5.2.bb index 89a0527401..2ff5db167d 100644 --- a/packages/abiword/abiword-plugins_2.5.2.bb +++ b/packages/abiword/abiword-plugins_2.5.2.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" DEPENDS = "boost loudmouth libwpd librsvg goffice poppler libglade" RDEPENDS = "abiword" -PR = "r1" +FILE_PR = "r1" DEFAULT_PREFERENCE = "1" diff --git a/packages/abiword/abiword.inc b/packages/abiword/abiword.inc index 58f712aca9..1edd9a6e63 100644 --- a/packages/abiword/abiword.inc +++ b/packages/abiword/abiword.inc @@ -6,7 +6,7 @@ DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfrib RDEPENDS = "enchant " RDEPENDS_linux += "glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" -PR = "r2" +FILE_PR = "r2" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" S = "${WORKDIR}/abiword-${PV}/abi" diff --git a/packages/abiword/abiword_2.5.1.bb b/packages/abiword/abiword_2.5.1.bb index 9741ad6413..ad5109618b 100644 --- a/packages/abiword/abiword_2.5.1.bb +++ b/packages/abiword/abiword_2.5.1.bb @@ -2,6 +2,6 @@ require abiword-2.5.inc DEFAULT_PREFERENCE = "-1" -PR = "r2" +FILE_PR = "r2" RCONFLICTS = "abiword-embedded" diff --git a/packages/abiword/abiword_2.5.2.bb b/packages/abiword/abiword_2.5.2.bb index 5fcc1dd1a2..70b6c93432 100644 --- a/packages/abiword/abiword_2.5.2.bb +++ b/packages/abiword/abiword_2.5.2.bb @@ -2,6 +2,6 @@ require abiword-2.5.inc DEFAULT_PREFERENCE = "-1" -PR = "r1" +FILE_PR = "r1" RCONFLICTS = "abiword-embedded" diff --git a/packages/abiword/abiword_2.6.3.bb b/packages/abiword/abiword_2.6.3.bb index fe6399226f..bb0c80c31e 100644 --- a/packages/abiword/abiword_2.6.3.bb +++ b/packages/abiword/abiword_2.6.3.bb @@ -1,6 +1,6 @@ require abiword-2.5.inc -PR = "r1" +FILE_PR = "r1" RCONFLICTS = "abiword-embedded" diff --git a/packages/abiword/abiword_2.6.4.bb b/packages/abiword/abiword_2.6.4.bb index 0dd2602571..c07256c33c 100644 --- a/packages/abiword/abiword_2.6.4.bb +++ b/packages/abiword/abiword_2.6.4.bb @@ -1,6 +1,6 @@ require abiword-2.5.inc -PR = "r2" +FILE_PR = "r2" RCONFLICTS = "abiword-embedded" |