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:
10de895
)
xqt2: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:47 +0000
(15:43 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:58 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/xqt2/xqt2_20060509.bb
patch
|
blob
|
history
diff --git
a/recipes/xqt2/xqt2_20060509.bb
b/recipes/xqt2/xqt2_20060509.bb
index
4492bc7
..
034d756
100644
(file)
--- a/
recipes/xqt2/xqt2_20060509.bb
+++ b/
recipes/xqt2/xqt2_20060509.bb
@@
-67,7
+67,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