[oe-commits] org.oe.dev Remove bashism from linux-gta01.inc

stefan commit openembedded-commits at lists.openembedded.org
Wed Jul 25 15:19:34 UTC 2007


Remove bashism from linux-gta01.inc

Author: stefan at openembedded.org
Branch: org.openembedded.dev
Revision: 16117855ab79f990564455eee9d420e472e6ab44
ViewMTN: http://monotone.openembedded.org/revision.psp?id=16117855ab79f990564455eee9d420e472e6ab44
Files:
1
packages/linux/linux-gta01.inc
Diffs:

#
# mt diff -ra89a3c03d59c04f2da8d480d784c8e4372a4cef0 -r16117855ab79f990564455eee9d420e472e6ab44
#
# 
# 
# patch "packages/linux/linux-gta01.inc"
#  from [3a7770395578a216ea4cae48cbad1a35cdcb367e]
#    to [b9cd2d85a96c0356b675190788e767d1e96ca9c5]
# 
============================================================
--- packages/linux/linux-gta01.inc	3a7770395578a216ea4cae48cbad1a35cdcb367e
+++ packages/linux/linux-gta01.inc	b9cd2d85a96c0356b675190788e767d1e96ca9c5
@@ -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 






More information about the Openembedded-commits mailing list