diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-25 20:46:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-25 20:46:14 +0000 |
commit | 6eeadf2af1b6b26e3c0a8267617ed9527d76f278 (patch) | |
tree | d32df4ebaa5948ef8fa9bae1eca2d0cbb14ee350 /packages | |
parent | 7e3a9cd7eaae548ec9dd00948dfb9239e9fa972b (diff) |
xtscal: attempt to fix miscalibrations
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xtscal/xtscal/xtscal-cxk.patch | 2 | ||||
-rw-r--r-- | packages/xtscal/xtscal_0.6.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/xtscal/xtscal/xtscal-cxk.patch b/packages/xtscal/xtscal/xtscal-cxk.patch index 218e3c061e..d2f5078207 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 } ' </proc/cpuinfo ++ awk 'BEGIN { FS=": " } /Hardware/ { print $2 }' </proc/cpuinfo } case `module_id` in diff --git a/packages/xtscal/xtscal_0.6.3.bb b/packages/xtscal/xtscal_0.6.3.bb index 2c629dc162..18b030de7d 100644 --- a/packages/xtscal/xtscal_0.6.3.bb +++ b/packages/xtscal/xtscal_0.6.3.bb @@ -1,5 +1,5 @@ require xtscal.inc -PR = "r2" +PR = "r3" SRC_URI += "file://xtscal-cxk.patch;patch=1" |