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/fetchmail/fetchmail_6.2.5.bb | 2 +- packages/fetchmail/fetchmail_6.3.8.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/fetchmail') diff --git a/packages/fetchmail/fetchmail_6.2.5.bb b/packages/fetchmail/fetchmail_6.2.5.bb index 89df7fe017..d05abff1c9 100644 --- a/packages/fetchmail/fetchmail_6.2.5.bb +++ b/packages/fetchmail/fetchmail_6.2.5.bb @@ -1,4 +1,4 @@ -PR = "r2" +FILE_PR = "r2" SECTION = "console/network" LICENSE = "GPL" DESCRIPTION = "Fetchmail is a free, full-featured, robust, \ diff --git a/packages/fetchmail/fetchmail_6.3.8.bb b/packages/fetchmail/fetchmail_6.3.8.bb index 9b789aae25..8a92a696d2 100644 --- a/packages/fetchmail/fetchmail_6.3.8.bb +++ b/packages/fetchmail/fetchmail_6.3.8.bb @@ -6,7 +6,7 @@ SECTION = "console/network" LICENSE = "GPL" -PR = "r2" +FILE_PR = "r2" SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \ file://CVE-2007-4565.patch;patch=1 \ -- cgit v1.2.3