aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/testing
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2011-02-07 09:00:34 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-02-07 09:00:34 +0100
commit59b44e5f054ba147e178791db988734f20b12fb8 (patch)
tree0badcef93cdc2ab78dd78c1c08575877e3c285f6 /contrib/testing
parent0146b25d1658c1716fe93d2fb1df3bee7ef8c752 (diff)
downloadopenembedded-59b44e5f054ba147e178791db988734f20b12fb8.tar.gz
testscript.sh: update to bitbake 1.10.2
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'contrib/testing')
-rwxr-xr-xcontrib/testing/testscript.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/testing/testscript.sh b/contrib/testing/testscript.sh
index 48b6ff319c..7ae2bd5309 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