[yocto] [PATCH] scripts/build.sh: Fixed local build to use the correct repository path

2013-01-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de


Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de
---
 scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build.sh b/scripts/build.sh
index 54081d5..8d8b4c3 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -115,7 +115,7 @@ mkdir ${BUILD_DIR} || fail $? Create temporary build 
directory ${BUILD_DIR}
 GIT_URL=git://git.pokylinux.org/eclipse-poky.git
 if [ $USE_LOCAL_GIT_REPO -eq 1 ]; then
SCRIPT_DIR=`dirname $0`
-   GIT_DIR=`readlink -f ${SCRIPTDIR}\..`
+   GIT_DIR=`readlink -f ${SCRIPT_DIR}\..`
GIT_URL=file://${GIT_DIR}
 fi
 
-- 
1.7.11.7

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH] scripts/build.sh: Fixed local build to use the correct repository path

2013-01-22 Thread Zhang, Jessica
Merged to eclipse-poky master.

Thanks,
Jessica

-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Timo Mueller
Sent: Tuesday, January 22, 2013 4:03 AM
To: yocto@yoctoproject.org
Cc: Timo Mueller
Subject: [yocto] [PATCH] scripts/build.sh: Fixed local build to use the correct 
repository path

From: Timo Mueller timo.muel...@bmw-carit.de


Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de
---
 scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build.sh b/scripts/build.sh index 54081d5..8d8b4c3 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -115,7 +115,7 @@ mkdir ${BUILD_DIR} || fail $? Create temporary build 
directory ${BUILD_DIR}
 GIT_URL=git://git.pokylinux.org/eclipse-poky.git
 if [ $USE_LOCAL_GIT_REPO -eq 1 ]; then
SCRIPT_DIR=`dirname $0`
-   GIT_DIR=`readlink -f ${SCRIPTDIR}\..`
+   GIT_DIR=`readlink -f ${SCRIPT_DIR}\..`
GIT_URL=file://${GIT_DIR}
 fi

--
1.7.11.7

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto