aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openjdk
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2011-01-12 17:38:39 -0500
committerMichael Smith <msmith@cbnco.com>2011-01-18 15:42:32 -0500
commit9d92b4fd308aa865d11f2e3be1f7073e69da4b33 (patch)
treedd664bf266d6e43f6b4a56e179ed04a10b176ad3 /recipes/openjdk
parentffaf836d25fa50fb9c6ab832c00cd163f73f3903 (diff)
downloadopenembedded-9d92b4fd308aa865d11f2e3be1f7073e69da4b33.tar.gz
openjdk-6-common.inc: remove reference to do_qa_configure
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>
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 c0f8f1f885..f04800b0b4 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() {