[oe-commits] Steffen Sledz : testscript.sh: update to bitbake 1.10.2

git version control git at git.openembedded.org
Mon Feb 7 08:01:41 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 59b44e5f054ba147e178791db988734f20b12fb8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=59b44e5f054ba147e178791db988734f20b12fb8

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Mon Feb  7 09:00:34 2011 +0100

testscript.sh: update to bitbake 1.10.2

Signed-off-by: Steffen Sledz <sledz at dresearch.de>

---

 contrib/testing/testscript.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/testing/testscript.sh b/contrib/testing/testscript.sh
index 48b6ff3..7ae2bd5 100755
--- a/contrib/testing/testscript.sh
+++ b/contrib/testing/testscript.sh
@@ -18,16 +18,16 @@ fi
 (cd openembedded; git checkout testing-next)
 
 # test if bitbake exist; if not; fetch it and untar it
-if [ ! -d bitbake-1.10.1 ]
+if [ ! -d bitbake-1.10.2 ]
 then
-    (wget http://download.berlios.de/bitbake/bitbake-1.10.1.tar.gz; tar xf bitbake-1.10.1.tar.gz; rm bitbake-1.10.0.tar.gz) 
+    (wget http://download.berlios.de/bitbake/bitbake-1.10.2.tar.gz; tar xf bitbake-1.10.2.tar.gz; rm bitbake-1.10.2.tar.gz) 
 fi
 
 # TOPDIR is where we are now
 TOPDIR=`pwd`
 
 # add bitbake to the path
-export PATH=${TOPDIR}/bitbake-1.10.1/bin:$PATH
+export PATH=${TOPDIR}/bitbake-1.10.2/bin:$PATH
 
 # create a local.conf by using a here document
 cat > ${TOPDIR}/openembedded/conf/local.conf << EOF





More information about the Openembedded-commits mailing list