aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openjdk
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-02-18 21:00:38 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-02-18 21:40:52 +0100
commit4e75705872fd9f289bbf4c74a912ca4710f50b93 (patch)
tree7a5ecb0c9ff6bcbbb2d0e1224919105def6e40c2 /recipes/openjdk
parent8add1e3e9ce3ff09c458c6b30e949d5010e8ef12 (diff)
downloadopenembedded-4e75705872fd9f289bbf4c74a912ca4710f50b93.tar.gz
openjdk-6-common.inc: fix hardcoded path for allowing to build with linux 3.x
Diffstat (limited to 'recipes/openjdk')
-rw-r--r--recipes/openjdk/openjdk-6-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc
index f6d3c343be..ee3db29d7c 100644
--- a/recipes/openjdk/openjdk-6-common.inc
+++ b/recipes/openjdk/openjdk-6-common.inc
@@ -213,7 +213,7 @@ do_configure_prepend() {
do_configure_append() {
oe_runmake patch-ecj
- for F in ${WORKDIR}/openjdk-src-dir/hotspot/make/linux/Makefile ${WORKDIR}/icedtea6-1.8.5/build/openjdk-ecj/hotspot/make/linux/Makefile ${WORKDIR}/icedtea6-1.8.5/build/openjdk/hotspot/make/linux/Makefile ;
+ for F in ${WORKDIR}/openjdk-src-dir/hotspot/make/linux/Makefile ${B}/openjdk-ecj/hotspot/make/linux/Makefile ${B}/openjdk/hotspot/make/linux/Makefile ;
do
sed -i \
-e"s|SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%|SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3%|" \