git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee89a6e
)
openjdk: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:13 +0000
(15:43 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:54 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/openjdk/openjdk-6-common.inc
patch
|
blob
|
history
diff --git
a/recipes/openjdk/openjdk-6-common.inc
b/recipes/openjdk/openjdk-6-common.inc
index
f6a57ee
..
c0f8f1f
100644
(file)
--- 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