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-18 18:02:07 +0200 |
commit | c0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch) | |
tree | cfeff92229e10bf27533dc5309e42213e5bdee8f /packages/jamvm | |
parent | e769c7fbe16294b2c5306edfafa1ec821b7b138c (diff) |
bb files: Revert the introduction of FILE_PR
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
Diffstat (limited to 'packages/jamvm')
-rw-r--r-- | packages/jamvm/jamvm-initial_1.4.5.bb | 2 | ||||
-rw-r--r-- | packages/jamvm/jamvm-initial_1.5.0.bb | 2 | ||||
-rw-r--r-- | packages/jamvm/jamvm-native_1.5.1.bb | 2 | ||||
-rw-r--r-- | packages/jamvm/jamvm_1.4.5.bb | 2 | ||||
-rw-r--r-- | packages/jamvm/jamvm_1.5.0.bb | 2 | ||||
-rw-r--r-- | packages/jamvm/jamvm_1.5.1.bb | 2 |
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 e965027e37..c71811dd4e 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" -FILE_PR = "r0" +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 a7a9a3b6a2..a1c415dd62 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" -FILE_PR = "r1" +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 92728e0c2a..3b42dbbef6 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 -FILE_PR = "r1" +PR = "r1" diff --git a/packages/jamvm/jamvm_1.4.5.bb b/packages/jamvm/jamvm_1.4.5.bb index 67645e0916..e8ca076350 100644 --- a/packages/jamvm/jamvm_1.4.5.bb +++ b/packages/jamvm/jamvm_1.4.5.bb @@ -1,6 +1,6 @@ require jamvm.inc -FILE_PR = "r2" +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 712c483c78..92c1992ea9 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" -FILE_PR = "r3" +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 e023039d54..81977a5f40 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" -FILE_PR = "r2" +PR = "r2" do_configure_prepend() { # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory |