[oe-commits] Andreas Oberritter : openjdk: fix sh equality operator

git version control git at git.openembedded.org
Sun Nov 14 23:43:36 UTC 2010


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Tue Oct 26 15:43:13 2010 +0000

openjdk: fix sh equality operator

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Acked-by: Michael Smith <msmith at cbnco.com>

---

 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 f6a57ee..c0f8f1f 100644
--- a/recipes/openjdk/openjdk-6-common.inc
+++ b/recipes/openjdk/openjdk-6-common.inc
@@ -191,7 +191,7 @@ do_configure_prepend() {
   # can happen if icedtea6-native is not ready at this point. The recipe
   # should make sure this is not the case but a little sanity checking
   # in such a complicated build can't be wrong.
-  if [ x$symlinked == xfalse ]
+  if [ x$symlinked = xfalse ]
   then
     oefatal "Build b0rken! Have not created any symlinks for fake-jdk!"
   else





More information about the Openembedded-commits mailing list