aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/xqt2/xqt2_20060509.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xqt2/xqt2_20060509.bb b/recipes/xqt2/xqt2_20060509.bb
index 4492bc75a8..034d756d28 100644
--- 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