[oe] [PATCH 2/2] openjdk-6-common.inc: remove reference to do_qa_configure

Michael Smith msmith at cbnco.com
Wed Jan 12 22:42:55 UTC 2011


do_qa_configure is only defined for distros that inherit insane.

Signed-off-by: Michael Smith <msmith at cbnco.com>
Cc: Henning Heinold <heinold at 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





More information about the Openembedded-devel mailing list