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/sharp-binary-only | |
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/sharp-binary-only')
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb b/packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb index bc015e3d52..0798ab59f4 100644 --- a/packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb +++ b/packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Driver for the Ati W100 found on the Sharp Zaurus C[87]x0" SECTION = "libs" PRIORITY = "optional" LICENSE = "CLOSED" -PR = "r4" +FILE_PR = "r4" SRC_URI = "http://mirror1.pdaxrom.org/source/src/AtiCore-1.0.1.tar.bz2 \ file://fixstretchblit.patch;patch=1 \ diff --git a/packages/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.bb b/packages/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.bb index 701915dbe3..b83ce172ae 100644 --- a/packages/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.bb +++ b/packages/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.bb @@ -3,7 +3,7 @@ SECTION = "kernel/modules" PRIORITY = "optional" LICENSE = "CLOSED" RDEPENDS = "kernel (${KERNEL_VERSION})" -PR = "r4" +FILE_PR = "r4" SRC_URI = "http://openzaurus.sf.net/mirror/camera-modules-2.4.18-rmk7-pxa3-embedix.tar.bz2 \ file://CE-AG06.dat \ diff --git a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb index 3fa80452f6..95df9dc448 100644 --- a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb +++ b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb @@ -8,7 +8,7 @@ RDEPENDS = "opie-sh" RPROVIDES = "oz-compat" RCONFLICTS = "oz-compat" LICENSE = "GPL" -PR = "r2" +FILE_PR = "r2" EXCLUDE_FROM_SHLIBS = "1" COMPATIBLE_HOST = "arm.*-linux" diff --git a/packages/sharp-binary-only/sharp-sdmmc-support.bb b/packages/sharp-binary-only/sharp-sdmmc-support.bb index 7fc60aa250..adb1013a4d 100644 --- a/packages/sharp-binary-only/sharp-sdmmc-support.bb +++ b/packages/sharp-binary-only/sharp-sdmmc-support.bb @@ -3,7 +3,7 @@ SECTION = "kernel/modules" PRIORITY = "optional" LICENSE = "CLOSED" RDEPENDS = "kernel (${PV})" -PR = "r23" +FILE_PR = "r23" PACKAGE_ARCH = "${MACHINE}" COMPATIBLE_MACHINE = '(collie|poodle|tosa)' |