[oe-commits] Steffen Sledz : openjdk: fix problem on build hosts with linux kernel 3.x

git at git.openembedded.org git at git.openembedded.org
Tue Dec 20 15:00:29 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 6131292e6e5c8d2b3a39cbd0ca78393845eebe4b
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=6131292e6e5c8d2b3a39cbd0ca78393845eebe4b

Author: Steffen Sledz <sledz at dresearch-fe.de>
Date:   Mon Dec 12 08:58:01 2011 +0000

openjdk: fix problem on build hosts with linux kernel 3.x

see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7072341

Signed-off-by: Steffen Sledz <sledz at dresearch-fe.de>

---

 recipes/openjdk/openjdk-6-common.inc |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc
index 54c45f8..59a7a56 100644
--- a/recipes/openjdk/openjdk-6-common.inc
+++ b/recipes/openjdk/openjdk-6-common.inc
@@ -10,7 +10,7 @@ ICEDTEA = "NEEDS TO BE SET"
 S = "${WORKDIR}/${ICEDTEA}"
 B = "${S}/build"
 
-INC_PR = "r11"
+INC_PR = "r12"
 
 SRC_URI = "\
   ${ICEDTEA_URI} \
@@ -208,6 +208,13 @@ 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 ;
+	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%|" \
+			$F
+	done
 }
 
 # Work around broken variable quoting in oe-stable 2009 and provide the variable





More information about the Openembedded-commits mailing list