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/xorg-util/gccmakedep_1.0.2.bb | 2 +- packages/xorg-util/imake_1.0.2.bb | 2 +- packages/xorg-util/lndir_1.0.1.bb | 2 +- packages/xorg-util/makedepend-native_1.0.1.bb | 2 +- packages/xorg-util/makedepend_1.0.1.bb | 2 +- packages/xorg-util/util-macros-native_1.1.5.bb | 2 +- packages/xorg-util/util-macros_1.1.5.bb | 2 +- packages/xorg-util/xorg-cf-files_1.0.2.bb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'packages/xorg-util') diff --git a/packages/xorg-util/gccmakedep_1.0.2.bb b/packages/xorg-util/gccmakedep_1.0.2.bb index 3abfa037a2..b7c1f80d29 100644 --- a/packages/xorg-util/gccmakedep_1.0.2.bb +++ b/packages/xorg-util/gccmakedep_1.0.2.bb @@ -3,5 +3,5 @@ require xorg-util-common.inc DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" RDEPENDS = "gcc" -PR = "r2" +FILE_PR = "r2" PE = "1" diff --git a/packages/xorg-util/imake_1.0.2.bb b/packages/xorg-util/imake_1.0.2.bb index deeb4477a1..a835887f28 100644 --- a/packages/xorg-util/imake_1.0.2.bb +++ b/packages/xorg-util/imake_1.0.2.bb @@ -3,5 +3,5 @@ require xorg-util-common.inc DESCRIPTION = "C preprocessor interface to the make utility" RDEPENDS = "perl xproto" -PR = "r1" +FILE_PR = "r1" PE = "1" diff --git a/packages/xorg-util/lndir_1.0.1.bb b/packages/xorg-util/lndir_1.0.1.bb index 34309a6487..1ef4b2fa96 100644 --- a/packages/xorg-util/lndir_1.0.1.bb +++ b/packages/xorg-util/lndir_1.0.1.bb @@ -1,5 +1,5 @@ require xorg-util-common.inc DESCRIPTION = "create a shadow directory of symbolic links to another directory tree" -PR = "r1" +FILE_PR = "r1" PE = "1" diff --git a/packages/xorg-util/makedepend-native_1.0.1.bb b/packages/xorg-util/makedepend-native_1.0.1.bb index 9facfc69fa..2c9cad5945 100644 --- a/packages/xorg-util/makedepend-native_1.0.1.bb +++ b/packages/xorg-util/makedepend-native_1.0.1.bb @@ -3,7 +3,7 @@ inherit native DESCRIPTION = "create dependencies in makefiles" DEPENDS = "xproto-native util-macros-native" -PR = "r2" +FILE_PR = "r2" PE = "1" XORG_PN = "makedepend" diff --git a/packages/xorg-util/makedepend_1.0.1.bb b/packages/xorg-util/makedepend_1.0.1.bb index e998bba1b0..edef6a0208 100644 --- a/packages/xorg-util/makedepend_1.0.1.bb +++ b/packages/xorg-util/makedepend_1.0.1.bb @@ -2,5 +2,5 @@ require xorg-util-common.inc DESCRIPTION = "create dependencies in makefiles" DEPENDS = "xproto util-macros" -PR = "r2" +FILE_PR = "r2" PE = "1" diff --git a/packages/xorg-util/util-macros-native_1.1.5.bb b/packages/xorg-util/util-macros-native_1.1.5.bb index c327f3f54e..21ff91569e 100644 --- a/packages/xorg-util/util-macros-native_1.1.5.bb +++ b/packages/xorg-util/util-macros-native_1.1.5.bb @@ -2,7 +2,7 @@ require util-macros_${PV}.bb inherit native -PR = "r1" +FILE_PR = "r1" XORG_PN = "util-macros" diff --git a/packages/xorg-util/util-macros_1.1.5.bb b/packages/xorg-util/util-macros_1.1.5.bb index 22634bffd2..65fedf3516 100644 --- a/packages/xorg-util/util-macros_1.1.5.bb +++ b/packages/xorg-util/util-macros_1.1.5.bb @@ -1,7 +1,7 @@ require xorg-util-common.inc DESCRIPTION = "X autotools macros" -PR = "r1" +FILE_PR = "r1" PE = "1" SRC_URI += "file://unbreak_cross_compile.patch;patch=1" diff --git a/packages/xorg-util/xorg-cf-files_1.0.2.bb b/packages/xorg-util/xorg-cf-files_1.0.2.bb index 7c3fb8d7e9..0cfcf61a8b 100644 --- a/packages/xorg-util/xorg-cf-files_1.0.2.bb +++ b/packages/xorg-util/xorg-cf-files_1.0.2.bb @@ -2,7 +2,7 @@ require xorg-util-common.inc DESCRIPTION = "X Window System CF files" -PR = "r1" +FILE_PR = "r1" PE = "1" FILES_${PN} += " /usr/lib/X11/config" -- cgit 1.2.3-korg