aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath
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/classpath
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/classpath')
-rw-r--r--packages/classpath/classpath-initial_0.93.bb2
-rw-r--r--packages/classpath/classpath-minimal_0.96.1.bb2
-rw-r--r--packages/classpath/classpath-minimal_0.97.2.bb2
-rw-r--r--packages/classpath/classpath-native_0.96.1.bb2
-rw-r--r--packages/classpath/classpath-native_0.97.2.bb2
-rw-r--r--packages/classpath/classpath_0.95.bb2
-rw-r--r--packages/classpath/classpath_0.96.1.bb2
-rw-r--r--packages/classpath/classpath_0.97.2.bb2
8 files changed, 8 insertions, 8 deletions
diff --git a/packages/classpath/classpath-initial_0.93.bb b/packages/classpath/classpath-initial_0.93.bb
index 5a471b3808..d194d415de 100644
--- a/packages/classpath/classpath-initial_0.93.bb
+++ b/packages/classpath/classpath-initial_0.93.bb
@@ -5,7 +5,7 @@ require classpath-native.inc
DESCRIPTION="Java1.4-compatible GNU Classpath variant that is used as bootclasspath for jikes-native."
-PR = "r4"
+FILE_PR = "r4"
DEPENDS = "zip-native fastjar-native jikes-native gettext-native"
diff --git a/packages/classpath/classpath-minimal_0.96.1.bb b/packages/classpath/classpath-minimal_0.96.1.bb
index 94f8dec610..947865ff77 100644
--- a/packages/classpath/classpath-minimal_0.96.1.bb
+++ b/packages/classpath/classpath-minimal_0.96.1.bb
@@ -1,6 +1,6 @@
require classpath.inc
-PR = "r7"
+FILE_PR = "r7"
SRC_URI += "\
file://gjar-prefix-patch.diff;patch=1;pnum=0 \
diff --git a/packages/classpath/classpath-minimal_0.97.2.bb b/packages/classpath/classpath-minimal_0.97.2.bb
index e03dc85760..963f4a989d 100644
--- a/packages/classpath/classpath-minimal_0.97.2.bb
+++ b/packages/classpath/classpath-minimal_0.97.2.bb
@@ -12,7 +12,7 @@ SRC_URI += "\
file://cp-byte-loophelper.patch;patch=1;pnum=0 \
"
-PR = "r3"
+FILE_PR = "r3"
PROVIDES = "${PN} classpath"
diff --git a/packages/classpath/classpath-native_0.96.1.bb b/packages/classpath/classpath-native_0.96.1.bb
index 2d7ebad76f..0633a41ad1 100644
--- a/packages/classpath/classpath-native_0.96.1.bb
+++ b/packages/classpath/classpath-native_0.96.1.bb
@@ -1,6 +1,6 @@
require classpath-native.inc
-PR = "r4"
+FILE_PR = "r4"
SRC_URI += "\
file://gjar-prefix-patch.diff;patch=1;pnum=0 \
diff --git a/packages/classpath/classpath-native_0.97.2.bb b/packages/classpath/classpath-native_0.97.2.bb
index 0024136b97..b1a5040812 100644
--- a/packages/classpath/classpath-native_0.97.2.bb
+++ b/packages/classpath/classpath-native_0.97.2.bb
@@ -1,6 +1,6 @@
require classpath-native.inc
-PR = "r4"
+FILE_PR = "r4"
# The code affected by the javanet-local patch
# is usually not compiled. However if someone changes
diff --git a/packages/classpath/classpath_0.95.bb b/packages/classpath/classpath_0.95.bb
index 7e5ca458b0..392c3d5075 100644
--- a/packages/classpath/classpath_0.95.bb
+++ b/packages/classpath/classpath_0.95.bb
@@ -6,7 +6,7 @@ SRC_URI += "\
file://javanet-local.patch;patch=1;pnum=0 \
"
-PR = "r5"
+FILE_PR = "r5"
DEPENDS += "gtk+ gconf libxtst"
diff --git a/packages/classpath/classpath_0.96.1.bb b/packages/classpath/classpath_0.96.1.bb
index b4dd8b53e7..084b040458 100644
--- a/packages/classpath/classpath_0.96.1.bb
+++ b/packages/classpath/classpath_0.96.1.bb
@@ -6,7 +6,7 @@ SRC_URI += "\
file://javanet-local.patch;patch=1;pnum=0 \
"
-PR = "r7"
+FILE_PR = "r7"
DEPENDS += "gtk+ gconf libxtst"
diff --git a/packages/classpath/classpath_0.97.2.bb b/packages/classpath/classpath_0.97.2.bb
index a6327d3710..ac1dea3212 100644
--- a/packages/classpath/classpath_0.97.2.bb
+++ b/packages/classpath/classpath_0.97.2.bb
@@ -11,7 +11,7 @@ SRC_URI += "\
file://drawpolyline.patch;patch=1;pnum=0 \
"
-PR = "r5"
+FILE_PR = "r5"
DEPENDS += "gtk+ gconf libxtst"