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/libsdl | |
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/libsdl')
-rw-r--r-- | packages/libsdl/libsdl-image_1.2.3.bb | 2 | ||||
-rw-r--r-- | packages/libsdl/libsdl-mixer_1.2.6.bb | 2 | ||||
-rw-r--r-- | packages/libsdl/libsdl-native_1.2.11.bb | 2 | ||||
-rw-r--r-- | packages/libsdl/libsdl-net_1.2.7.bb | 2 | ||||
-rw-r--r-- | packages/libsdl/libsdl-ttf_2.0.3.bb | 2 | ||||
-rw-r--r-- | packages/libsdl/libsdl-x11_1.2.11.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/packages/libsdl/libsdl-image_1.2.3.bb b/packages/libsdl/libsdl-image_1.2.3.bb index 0c83158c03..81bb7504e6 100644 --- a/packages/libsdl/libsdl-image_1.2.3.bb +++ b/packages/libsdl/libsdl-image_1.2.3.bb @@ -1,6 +1,6 @@ require libsdl-image.inc -PR = "r2" +FILE_PR = "r2" SRC_URI += "\ file://autotools.patch;patch=1 \ diff --git a/packages/libsdl/libsdl-mixer_1.2.6.bb b/packages/libsdl/libsdl-mixer_1.2.6.bb index 84841d9741..c1ebbbc974 100644 --- a/packages/libsdl/libsdl-mixer_1.2.6.bb +++ b/packages/libsdl/libsdl-mixer_1.2.6.bb @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "virtual/libsdl libmikmod" LICENSE = "LGPL" -PR = "r2" +FILE_PR = "r2" SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz" S = "${WORKDIR}/SDL_mixer-${PV}" diff --git a/packages/libsdl/libsdl-native_1.2.11.bb b/packages/libsdl/libsdl-native_1.2.11.bb index fb8e12a4c9..144adf68c2 100644 --- a/packages/libsdl/libsdl-native_1.2.11.bb +++ b/packages/libsdl/libsdl-native_1.2.11.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Simple DirectMedia Layer - native Edition" HOMEPAGE = "http://www.libsdl.org" SECTION = "libs" LICENSE = "LGPL" -PR = "r2" +FILE_PR = "r2" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://acinclude.m4 \ diff --git a/packages/libsdl/libsdl-net_1.2.7.bb b/packages/libsdl/libsdl-net_1.2.7.bb index 8cbea5bd01..1346b5695a 100644 --- a/packages/libsdl/libsdl-net_1.2.7.bb +++ b/packages/libsdl/libsdl-net_1.2.7.bb @@ -3,7 +3,7 @@ SECTION = "libs/network" PRIORITY = "optional" DEPENDS = "virtual/libsdl" LICENSE = "LGPL" -PR = "r1" +FILE_PR = "r1" SRC_URI = "http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz \ file://libtool2.patch;patch=1 \ diff --git a/packages/libsdl/libsdl-ttf_2.0.3.bb b/packages/libsdl/libsdl-ttf_2.0.3.bb index 250fb698ce..658444ec22 100644 --- a/packages/libsdl/libsdl-ttf_2.0.3.bb +++ b/packages/libsdl/libsdl-ttf_2.0.3.bb @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "virtual/libsdl freetype" LICENSE = "LGPL" -PR = "r1" +FILE_PR = "r1" SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ file://new-freetype-includes.patch;patch=1" diff --git a/packages/libsdl/libsdl-x11_1.2.11.bb b/packages/libsdl/libsdl-x11_1.2.11.bb index 3f9120edb4..809c9852f8 100644 --- a/packages/libsdl/libsdl-x11_1.2.11.bb +++ b/packages/libsdl/libsdl-x11_1.2.11.bb @@ -3,7 +3,7 @@ require libsdl.inc # extra-keys.patch is missing DEFAULT_PREFERENCE = "-1" -PR = "r6" +FILE_PR = "r6" SRC_URI = "\ http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |