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:
4e05cf3
)
clutter: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:42:46 +0000
(15:42 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:51 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/clutter/clutter.inc
patch
|
blob
|
history
diff --git
a/recipes/clutter/clutter.inc
b/recipes/clutter/clutter.inc
index
85fe552
..
84a7af9
100644
(file)
--- a/
recipes/clutter/clutter.inc
+++ b/
recipes/clutter/clutter.inc
@@
-70,7
+70,7
@@
do_configure_prepend() {
# helper to (re)build shader source files from *.glsl
rebuild_shader_sources() {
- if [ $# =
=
1 ] && [ $1 ] && [ -d $1 ] ; then
+ if [ $# = 1 ] && [ $1 ] && [ -d $1 ] ; then
glespath=$1
for i in ${glespath}/*.glsl ; do
# *.h