From 8b31361c55e8905332b9d2691ad81c05f51e905a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 1 May 2007 12:20:18 +0000 Subject: 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 --- packages/xtscal/xtscal/xtscal-cxk.patch | 4 ++-- packages/xtscal/xtscal_0.6.3.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/xtscal') 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 }'