From: Koen Kooi Date: Tue, 1 May 2007 12:20:18 +0000 (+0000) Subject: xtscal: reinstate tr toupper filter so everything works again. X-Git-Tag: Release-2010-05/1~8868^2~658^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b31361c55e8905332b9d2691ad81c05f51e905a;p=openembedded.git xtscal: reinstate tr toupper filter so everything works again. NOTE: it would be nice if machine maintainers run the script on their device instead of pasting a line from /proc/cpuinfo. If the htc universal people had done so, they would have noticed everything comes up in *uppercase*. So xtscal wasn't broken --- diff --git a/packages/xtscal/xtscal/xtscal-cxk.patch b/packages/xtscal/xtscal/xtscal-cxk.patch index d97e5a118f..fbca56abd7 100644 --- a/packages/xtscal/xtscal/xtscal-cxk.patch +++ b/packages/xtscal/xtscal/xtscal-cxk.patch @@ -6,7 +6,7 @@ module_id() { - # Get model name - echo `grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z` -+ awk 'BEGIN { FS=": " } /Hardware/ { print $2 }'