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/classpath | |
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/classpath')
-rw-r--r-- | packages/classpath/classpath-initial_0.93.bb | 2 | ||||
-rw-r--r-- | packages/classpath/classpath-minimal_0.96.1.bb | 2 | ||||
-rw-r--r-- | packages/classpath/classpath-minimal_0.97.2.bb | 2 | ||||
-rw-r--r-- | packages/classpath/classpath-native_0.96.1.bb | 2 | ||||
-rw-r--r-- | packages/classpath/classpath-native_0.97.2.bb | 2 | ||||
-rw-r--r-- | packages/classpath/classpath_0.95.bb | 2 | ||||
-rw-r--r-- | packages/classpath/classpath_0.96.1.bb | 2 | ||||
-rw-r--r-- | packages/classpath/classpath_0.97.2.bb | 2 |
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 d194d415de..5a471b3808 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." -FILE_PR = "r4" +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 947865ff77..94f8dec610 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 -FILE_PR = "r7" +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 963f4a989d..e03dc85760 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 \ " -FILE_PR = "r3" +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 0633a41ad1..2d7ebad76f 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 -FILE_PR = "r4" +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 b1a5040812..0024136b97 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 -FILE_PR = "r4" +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 392c3d5075..7e5ca458b0 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 \ " -FILE_PR = "r5" +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 084b040458..b4dd8b53e7 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 \ " -FILE_PR = "r7" +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 ac1dea3212..a6327d3710 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 \ " -FILE_PR = "r5" +PR = "r5" DEPENDS += "gtk+ gconf libxtst" |