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:
905009f
)
Remove bashism from linux-gta01.inc
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Wed, 25 Jul 2007 14:46:01 +0000
(14:46 +0000)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Wed, 25 Jul 2007 14:46:01 +0000
(14:46 +0000)
packages/linux/linux-gta01.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux-gta01.inc
b/packages/linux/linux-gta01.inc
index
915e563
..
098ae9d
100644
(file)
--- a/
packages/linux/linux-gta01.inc
+++ b/
packages/linux/linux-gta01.inc
@@
-62,7
+62,7
@@
do_configure() {
echo "CONFIG_CMDLINE=\"${CMDLINE}\"" >> ${S}/.config
- if [ "${TARGET_OS}" =
=
"linux-gnueabi" ]; then
+ if [ "${TARGET_OS}" = "linux-gnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
else