diff options
Diffstat (limited to 'recipes-core/classpath')
| -rw-r--r-- | recipes-core/classpath/classpath-initial_0.93.bb | 3 | ||||
| -rw-r--r-- | recipes-core/classpath/classpath-native.inc | 2 | ||||
| -rw-r--r-- | recipes-core/classpath/classpath.inc | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/classpath/classpath-initial_0.93.bb b/recipes-core/classpath/classpath-initial_0.93.bb index 77831c1..13ede10 100644 --- a/recipes-core/classpath/classpath-initial_0.93.bb +++ b/recipes-core/classpath/classpath-initial_0.93.bb | |||
| @@ -32,6 +32,9 @@ EXTRA_OECONF = " \ | |||
| 32 | --with-vm=java \ | 32 | --with-vm=java \ |
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | # Ensure tools.zip is not installed at same path as classpath-native | ||
| 36 | EXTRA_OEMAKE += "pkgdatadir=${STAGING_DATADIR_NATIVE}/classpath-initial" | ||
| 37 | |||
| 35 | SRC_URI[md5sum] = "ffa9e9cac31c5acbf0ea9eff9efa923d" | 38 | SRC_URI[md5sum] = "ffa9e9cac31c5acbf0ea9eff9efa923d" |
| 36 | SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945" | 39 | SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945" |
| 37 | 40 | ||
diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc index aefbf6d..16c1498 100644 --- a/recipes-core/classpath/classpath-native.inc +++ b/recipes-core/classpath/classpath-native.inc | |||
| @@ -4,6 +4,8 @@ LICENSE = "Classpath" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" | 5 | DEPENDS = "ecj-initial fastjar-native zip-native gettext-native" |
| 6 | 6 | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 7 | inherit autotools native | 9 | inherit autotools native |
| 8 | 10 | ||
| 9 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 11 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index 38037f3..55a3f6c 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc | |||
| @@ -21,6 +21,8 @@ RPROVIDES_${PN} = "${PBN}" | |||
| 21 | RPROVIDES_${PN}-common = "${PBN}-common" | 21 | RPROVIDES_${PN}-common = "${PBN}-common" |
| 22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" | 22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" |
| 23 | 23 | ||
| 24 | PR = "r1" | ||
| 25 | |||
| 24 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" | 26 | SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" |
| 25 | 27 | ||
| 26 | S = "${WORKDIR}/${PBN}-${PV}" | 28 | S = "${WORKDIR}/${PBN}-${PV}" |
