From b08a5259eaff8a0dfbecad786709f89fa15c3a32 Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Mon, 6 Jul 2015 16:38:03 +0200 Subject: [PATCH] Fixes git clone --- prepare-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare-build.sh b/prepare-build.sh index f6c9959..5103391 100755 --- a/prepare-build.sh +++ b/prepare-build.sh @@ -28,7 +28,7 @@ if [ ! -d src/meta-openembedded ] ; then git clone -b master https://github.com/openembedded/meta-openembedded.git src/meta-openembedded fi if [ ! -d src/meta-asteroid ] ; then - git clone -b fido https://github.com/FlorentRevest/meta-asteroid src/meta-asteroid + git clone -b fido https://github.com/Asteroid-Project/meta-asteroid src/meta-asteroid fi if [ ! -d src/meta-radxa-hybris ] ; then git clone -b fido https://github.com/FlorentRevest/meta-radxa-hybris src/meta-radxa-hybris @@ -43,7 +43,7 @@ if [ ! -d src/meta-virtualization ] ; then git clone -b fido http://git.yoctoproject.org/git/meta-virtualization src/meta-virtualization fi if [ ! -d src/meta-qt5 ] ; then - git clone -b fido https://github.com/meta-qt5/meta-qt5.git src/meta-qt5 src/meta-qt5 + git clone -b fido https://github.com/meta-qt5/meta-qt5.git src/meta-qt5 fi # Create local.conf and bblayers.conf