r2392 - trunk/oe/packages/linux

stefan at sita.openmoko.org stefan at sita.openmoko.org
Wed Jul 25 17:21:50 CEST 2007


Author: stefan
Date: 2007-07-25 17:21:49 +0200 (Wed, 25 Jul 2007)
New Revision: 2392

Modified:
   trunk/oe/packages/linux/linux-gta01.inc
Log:
* Remove bashism from linux-gta01.inc (Also commited to OE.dev, no sync problem)


Modified: trunk/oe/packages/linux/linux-gta01.inc
===================================================================
--- trunk/oe/packages/linux/linux-gta01.inc	2007-07-25 14:39:27 UTC (rev 2391)
+++ trunk/oe/packages/linux/linux-gta01.inc	2007-07-25 15:21:49 UTC (rev 2392)
@@ -62,7 +62,7 @@
 
 	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 





More information about the commitlog mailing list