[oe-commits] Steffen Sledz : icedtea6-native: 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: c3b9e78eefec8b451755d68c0cf6cccd771014c4
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=c3b9e78eefec8b451755d68c0cf6cccd771014c4

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Fri Dec  9 17:00:27 2011 +0000

icedtea6-native: 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.de>

---

 recipes/icedtea/icedtea6-native.inc |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/recipes/icedtea/icedtea6-native.inc b/recipes/icedtea/icedtea6-native.inc
index 06da7c0..91d6075 100644
--- a/recipes/icedtea/icedtea6-native.inc
+++ b/recipes/icedtea/icedtea6-native.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Harness to build the source code from OpenJDK using Free Software build tools"
 HOMEPAGE = "http://icedtea.classpath.org"
 LICENSE  = "GPL with Classpath Exception"
-INC_PR = "r4"
+INC_PR = "r5"
 
 DEPENDS = "virtual/javac-native classpath-tools-native \
 	   virtual/java-native classpath-native \
@@ -108,6 +108,13 @@ do_configure_append() {
 			-e"s|g++\$(GCC_SUFFIX)|${CXX}|" \
 			$F
 	done
+
+	for F in openjdk/hotspot/make/linux/Makefile openjdk-ecj/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
 }
 
 EXTRA_OEMAKE = ' \





More information about the Openembedded-commits mailing list