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/bind/bind_9.3.1.bb | 2 +- packages/bind/bind_9.3.4-P1.bb | 2 +- packages/bind/bind_9.3.5-P1.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/bind') diff --git a/packages/bind/bind_9.3.1.bb b/packages/bind/bind_9.3.1.bb index 29112ff311..96063e0164 100644 --- a/packages/bind/bind_9.3.1.bb +++ b/packages/bind/bind_9.3.1.bb @@ -1,7 +1,7 @@ DEPENDS = "openssl" RPEDENDS = "" DESCRIPTION = "ISC Internet Domain Name Server" -PR = "r1" +FILE_PR = "r1" SRC_URI = "ftp://ftp.isc.org/isc/bind9/9.3.1/bind-9.3.1.tar.gz \ file://lib_dns_Makefile.in.patch;patch=1 \ diff --git a/packages/bind/bind_9.3.4-P1.bb b/packages/bind/bind_9.3.4-P1.bb index 59d2599a13..54bc9a37f5 100644 --- a/packages/bind/bind_9.3.4-P1.bb +++ b/packages/bind/bind_9.3.4-P1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "ISC Internet Domain Name Server" SECTION = "console/network" HOMEPAGE = "http://www.isc.org/sw/bind/" LICENSE = "BSD" -PR = "r0" +FILE_PR = "r0" DEPENDS = "openssl" diff --git a/packages/bind/bind_9.3.5-P1.bb b/packages/bind/bind_9.3.5-P1.bb index a1dff5ceaf..bba171ca5a 100644 --- a/packages/bind/bind_9.3.5-P1.bb +++ b/packages/bind/bind_9.3.5-P1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "ISC Internet Domain Name Server" SECTION = "console/network" HOMEPAGE = "http://www.isc.org/sw/bind/" LICENSE = "BSD" -PR = "r0" +FILE_PR = "r0" DEPENDS = "openssl" -- cgit v1.2.3