summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath
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
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')
-rw-r--r--recipes-core/classpath/classpath-0.99/use_libdir.patch19
-rw-r--r--recipes-core/classpath/classpath.inc2
-rw-r--r--recipes-core/classpath/classpath_0.99.bb1
3 files changed, 21 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath-0.99/use_libdir.patch b/recipes-core/classpath/classpath-0.99/use_libdir.patch
new file mode 100644
index 0000000..3b4df90
--- /dev/null
+++ b/recipes-core/classpath/classpath-0.99/use_libdir.patch
@@ -0,0 +1,19 @@
1on some arches we use lib64 for libdir so hardcoding to lib
2is not gonna work always
3
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6Index: classpath-0.99/resource/Makefile.am
7===================================================================
8--- classpath-0.99.orig/resource/Makefile.am 2006-01-12 12:15:43.000000000 -0800
9+++ classpath-0.99/resource/Makefile.am 2012-11-21 14:28:02.433005139 -0800
10@@ -1,7 +1,7 @@
11 ## used by automake to generate Makefile.in
12
13 logging_DATA = java/util/logging/logging.properties
14-loggingdir = $(prefix)/lib
15+loggingdir = $(libdir)
16
17 security_DATA = java/security/classpath.security
18-securitydir = $(prefix)/lib/security
19+securitydir = $(libdir)/security
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
diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb
index ee38992..7839519 100644
--- a/recipes-core/classpath/classpath_0.99.bb
+++ b/recipes-core/classpath/classpath_0.99.bb
@@ -8,6 +8,7 @@ SRC_URI += " \
8 file://autotools.patch \ 8 file://autotools.patch \
9 file://miscompilation.patch \ 9 file://miscompilation.patch \
10 file://toolwrapper-exithook.patch \ 10 file://toolwrapper-exithook.patch \
11 file://use_libdir.patch \
11 " 12 "
12 13
13SRC_URI[md5sum] = "0ae1571249172acd82488724a3b8acb4" 14SRC_URI[md5sum] = "0ae1571249172acd82488724a3b8acb4"