[oe-commits] Michael Smith : openjdk-6-common.inc: remove reference to do_qa_configure

git version control git at git.openembedded.org
Tue Jan 18 20:45:59 UTC 2011


Module: openembedded.git
Branch: master
Commit: 9d92b4fd308aa865d11f2e3be1f7073e69da4b33
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d92b4fd308aa865d11f2e3be1f7073e69da4b33

Author: Michael Smith <msmith at cbnco.com>
Date:   Wed Jan 12 17:38:39 2011 -0500

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 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() {





More information about the Openembedded-commits mailing list