From: Michael Smith <msmith@cbnco.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/2] openjdk-6-common.inc: remove reference to do_qa_configure
Date: Wed, 12 Jan 2011 17:42:55 -0500 [thread overview]
Message-ID: <1294872175-23969-2-git-send-email-msmith@cbnco.com> (raw)
In-Reply-To: <1294872175-23969-1-git-send-email-msmith@cbnco.com>
do_qa_configure is only defined for distros that inherit insane.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Cc: Henning Heinold <heinold@inf.fu-berlin.de>
---
recipes/openjdk/openjdk-6-common.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc
index c0f8f1f..f04800b 100644
--- a/recipes/openjdk/openjdk-6-common.inc
+++ b/recipes/openjdk/openjdk-6-common.inc
@@ -282,7 +282,7 @@ do_compilestepone() {
cp -ar openjdk-ecj/${BUILD_DIR}/hotspot/import/include openjdk-ecj/${BUILD_DIR}/j2sdk-image/
install -d openjdk-ecj/${BUILD_DIR}/j2sdk-image/bin
}
-addtask compilestepone after do_qa_configure before do_compilesteptwo
+addtask compilestepone after do_configure before do_compilesteptwo
# This part can be shared between cacao and hotspot-zero builds.
do_compilesteptwo() {
--
1.6.3.2
prev parent reply other threads:[~2011-01-12 22:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-12 22:42 [PATCH 1/2] icedtea6-native 1.7.5: fix build on old build hosts Michael Smith
2011-01-12 22:42 ` Michael Smith [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=1294872175-23969-2-git-send-email-msmith@cbnco.com \
--to=msmith@cbnco.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.