summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-11-25 13:18:18 -0800
committerKhem Raj <raj.khem@gmail.com>2012-11-27 09:28:55 -0800
commitbcd5a1f3e83f9fffacdd72bc54424d5b7d62bf56 (patch)
tree86c8431adde059392a53f7fa94dadb1e93443f8c /recipes-core/classpath/classpath.inc
parent3506a66b1be8b4dab1072a2c55b2fe4260aefd83 (diff)
downloadmeta-java-bcd5a1f3e83f9fffacdd72bc54424d5b7d62bf56.tar.gz
classpath: Fix build for 64bit target using lib64 for base_libdir
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-rw-r--r--recipes-core/classpath/classpath.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc
index 1a8093e..214c9cd 100644
--- a/recipes-core/classpath/classpath.inc
+++ b/recipes-core/classpath/classpath.inc
@@ -21,7 +21,7 @@ RPROVIDES_${PN} = "${PBN}"
21RPROVIDES_${PN}-common = "${PBN}-common" 21RPROVIDES_${PN}-common = "${PBN}-common"
22RPROVIDES_${PN}-gtk = "${PBN}-awt" 22RPROVIDES_${PN}-gtk = "${PBN}-awt"
23 23
24PR = "r1" 24PR = "r2"
25 25
26SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" 26SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
27 27