Author: ayoung
Date: Wed Feb 10 06:18:46 2010
New Revision: 8474

URL: http://svn.slimdevices.com/jive?rev=8474&view=rev
Log:
bug 15665: Move to external-csl2009q3 toolchain 
Try again

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=8474&r1=8473&r2=8474&view=diff
==============================================================================
--- 7.5/trunk/squeezeos/poky/parabuild/build.sh (original)
+++ 7.5/trunk/squeezeos/poky/parabuild/build.sh Wed Feb 10 06:18:46 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/^(?:Squeezeplay )?[\d\.]+\sr(\d+)$/$1/'`
+SQUEEZEPLAY_VERSION=`strings tmp-${MACHINE}/rootfs/usr/bin/jive | perl -nle 
'if(s/^(?:Squeezeplay )?[\d\.]+\sr(\d+)$/$1/){print;exit;}'`
 
 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