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:
149b2cf
)
xqt: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:44 +0000
(15:43 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:57 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/xqt/xqt_0.0.9.bb
patch
|
blob
|
history
diff --git
a/recipes/xqt/xqt_0.0.9.bb
b/recipes/xqt/xqt_0.0.9.bb
index
a6f8b67
..
df3308e
100644
(file)
--- a/
recipes/xqt/xqt_0.0.9.bb
+++ b/
recipes/xqt/xqt_0.0.9.bb
@@
-53,7
+53,7
@@
do_configure() {
echo "#define BuildLBX YES" >> config/cf/host.def
# change standard defines
- if [ ${TARGET_ARCH} =
=
"arm" ]; then
+ if [ ${TARGET_ARCH} = "arm" ]; then
echo "#define StandardDefines -Dlinux -D__arm__ -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE" >> config/cf/host.def
echo "#define Arm32Architecture" >> config/cf/host.def
fi