summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-02-22 15:19:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-02-22 15:19:49 +0000
commit05a838f9c50b866fb58e5ddb4a7fa94bb594aefd (patch)
treefd860b6eebd2b1826d6651170475dfb1b69bca6b /packages/linux
parent1dae69bdb0d41e96655d849de94b85d4fd6ccfda (diff)
parentd3496eaadf50d896a6fd89fed51a4f6a50e508f6 (diff)
merge of '59341f601c1006b473e6599023cd3870fec6ff99'
and '7b8ecf841cab8930e619a7d8366b45d045d72c16'
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-nokia770_2.6.16-osso26.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-nokia770_2.6.16-osso26.bb b/packages/linux/linux-nokia770_2.6.16-osso26.bb
index ea0f2d5b41..6370643f98 100644
--- a/packages/linux/linux-nokia770_2.6.16-osso26.bb
+++ b/packages/linux/linux-nokia770_2.6.16-osso26.bb
@@ -22,7 +22,7 @@ do_configure_prepend() {
rm -f ${S}/.config || true
- if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
+ if [ "${TARGET_OS}" = "linux-gnueabi" -o "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
else