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/aspell/aspell6-en_6.0-0.bb | 2 +- packages/aspell/aspell6-pl_6.0-20061121-0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/aspell') diff --git a/packages/aspell/aspell6-en_6.0-0.bb b/packages/aspell/aspell6-en_6.0-0.bb index 6c013eb546..c2ef8704ea 100644 --- a/packages/aspell/aspell6-en_6.0-0.bb +++ b/packages/aspell/aspell6-en_6.0-0.bb @@ -1,6 +1,6 @@ LICENSE = "Copyright file" SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-${PV}.tar.bz2" -PR="r1" +FILE_PR ="r1" require aspell-lang.inc diff --git a/packages/aspell/aspell6-pl_6.0-20061121-0.bb b/packages/aspell/aspell6-pl_6.0-20061121-0.bb index ef6802d2e8..d4cfdea09e 100644 --- a/packages/aspell/aspell6-pl_6.0-20061121-0.bb +++ b/packages/aspell/aspell6-pl_6.0-20061121-0.bb @@ -1,6 +1,6 @@ LICENSE = "GPLv2" SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2" -PR="r1" +FILE_PR ="r1" require aspell-lang.inc -- cgit 1.2.3-korg