aboutsummaryrefslogtreecommitdiffstats
path: root/packages/jamvm
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 10:56:42 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 21:41:43 +0200
commitaa03004ace2fabb135a6208ef8c2d2b312aa7b0b (patch)
tree422c1d0883e7a5b9fd5ac111f39baf22aceb31a3 /packages/jamvm
parentf629930ce8c8e4950e46af9bae5b911ca150e7c7 (diff)
downloadopenembedded-aa03004ace2fabb135a6208ef8c2d2b312aa7b0b.tar.gz
[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/jamvm')
-rw-r--r--packages/jamvm/jamvm-initial_1.4.5.bb2
-rw-r--r--packages/jamvm/jamvm-initial_1.5.0.bb2
-rw-r--r--packages/jamvm/jamvm-native_1.5.1.bb2
-rw-r--r--packages/jamvm/jamvm_1.4.5.bb2
-rw-r--r--packages/jamvm/jamvm_1.5.0.bb2
-rw-r--r--packages/jamvm/jamvm_1.5.1.bb2
6 files changed, 6 insertions, 6 deletions
diff --git a/packages/jamvm/jamvm-initial_1.4.5.bb b/packages/jamvm/jamvm-initial_1.4.5.bb
index c71811dd4e..e965027e37 100644
--- a/packages/jamvm/jamvm-initial_1.4.5.bb
+++ b/packages/jamvm/jamvm-initial_1.4.5.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
DEPENDS = "zlib-native classpath-initial jikes-initial"
-PR = "r0"
+FILE_PR = "r0"
PROVIDES = "virtual/java-initial"
diff --git a/packages/jamvm/jamvm-initial_1.5.0.bb b/packages/jamvm/jamvm-initial_1.5.0.bb
index a1c415dd62..a7a9a3b6a2 100644
--- a/packages/jamvm/jamvm-initial_1.5.0.bb
+++ b/packages/jamvm/jamvm-initial_1.5.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
DEPENDS = "zlib-native classpath-initial jikes-initial"
-PR = "r1"
+FILE_PR = "r1"
PROVIDES = "virtual/java-initial"
diff --git a/packages/jamvm/jamvm-native_1.5.1.bb b/packages/jamvm/jamvm-native_1.5.1.bb
index 3b42dbbef6..92728e0c2a 100644
--- a/packages/jamvm/jamvm-native_1.5.1.bb
+++ b/packages/jamvm/jamvm-native_1.5.1.bb
@@ -1,4 +1,4 @@
require jamvm-native.inc
-PR = "r1"
+FILE_PR = "r1"
diff --git a/packages/jamvm/jamvm_1.4.5.bb b/packages/jamvm/jamvm_1.4.5.bb
index e8ca076350..67645e0916 100644
--- a/packages/jamvm/jamvm_1.4.5.bb
+++ b/packages/jamvm/jamvm_1.4.5.bb
@@ -1,6 +1,6 @@
require jamvm.inc
-PR = "r2"
+FILE_PR = "r2"
SRC_URI += "file://jamvm-1.3.1-size-defaults.patch;patch=1"
diff --git a/packages/jamvm/jamvm_1.5.0.bb b/packages/jamvm/jamvm_1.5.0.bb
index 92c1992ea9..712c483c78 100644
--- a/packages/jamvm/jamvm_1.5.0.bb
+++ b/packages/jamvm/jamvm_1.5.0.bb
@@ -2,7 +2,7 @@ require jamvm.inc
SRC_URI += "file://debian-jni.patch;patch=1;pnum=0"
-PR = "r3"
+FILE_PR = "r3"
do_configure_prepend() {
# Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory
diff --git a/packages/jamvm/jamvm_1.5.1.bb b/packages/jamvm/jamvm_1.5.1.bb
index 81977a5f40..e023039d54 100644
--- a/packages/jamvm/jamvm_1.5.1.bb
+++ b/packages/jamvm/jamvm_1.5.1.bb
@@ -2,7 +2,7 @@ require jamvm.inc
SRC_URI += "file://debian-jni.patch;patch=1;pnum=0"
-PR = "r2"
+FILE_PR = "r2"
do_configure_prepend() {
# Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory