Author: ayoung
Date: Wed Feb 10 05:43:53 2010
New Revision: 8473

URL: http://svn.slimdevices.com/jive?rev=8473&view=rev
Log:
bug 15665: Move to external-csl2009q3 toolchain 
Need different grep for version# in SP binary.

Modified:
    7.5/trunk/squeezeos/poky/parabuild/build.sh

Modified: 7.5/trunk/squeezeos/poky/parabuild/build.sh
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeos/poky/parabuild/build.sh?rev=8473&r1=8472&r2=8473&view=diff
==============================================================================
--- 7.5/trunk/squeezeos/poky/parabuild/build.sh (original)
+++ 7.5/trunk/squeezeos/poky/parabuild/build.sh Wed Feb 10 05:43:53 2010
@@ -79,7 +79,7 @@
 
 # QA: Check version numbers match
 SQUEEZEOS_VERSION=`cat tmp-${MACHINE}/rootfs/etc/squeezeos.version | perl -nle 
'print if s/^[\d\.]+\sr(\d+)$/$1/'`
-SQUEEZEPLAY_VERSION=`strings tmp-${MACHINE}/rootfs/usr/bin/jive | perl -nle 
'print if s/^[\d\.]+\sr(\d+)$/$1/'`
+SQUEEZEPLAY_VERSION=`strings tmp-${MACHINE}/rootfs/usr/bin/jive | perl -nle 
'print if s/^(?:Squeezeplay )?[\d\.]+\sr(\d+)$/$1/'`
 
 echo "SQUEEZEOS_VERSION=${SQUEEZEOS_VERSION}"
 echo "SQUEEZEPLAY_VERSION=${SQUEEZEPLAY_VERSION}"

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to