From: Steffen Sledz <sledz@dresearch-fe.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] openjdk: fix problem on build hosts with linux kernel 3.x
Date: Wed, 14 Dec 2011 12:23:37 +0100 [thread overview]
Message-ID: <4EE88739.70608@dresearch-fe.de> (raw)
In-Reply-To: <1323680281-3762-1-git-send-email-sledz@dresearch-fe.de>
On 12.12.2011 09:58, Steffen Sledz wrote:
> see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7072341
>
> Signed-off-by: Steffen Sledz <sledz@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
pushed to oe-classic master
--
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058
prev parent reply other threads:[~2011-12-14 11:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 8:58 [PATCH] openjdk: fix problem on build hosts with linux kernel 3.x Steffen Sledz
2011-12-14 11:23 ` Steffen Sledz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EE88739.70608@dresearch-fe.de \
--to=sledz@dresearch-fe.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox