From c2344312fd5a5f8d17ba614331a7ba55155ee807 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= <jsmoeller@linuxfoundation.org>
Date: Tue, 19 Jul 2016 12:37:05 +0200
Subject: [PATCH] Change SRC_URI of wayland-ivi-extension to github
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

git.projects.genivi.org seems down for git:// clones,
thus replace with github.

v2: fix typo

Change-Id: I40fa4d2c7c680685b7e68f748d9e087518ee857d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
---
 meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb
index 9170a9c71..d674be8b3 100644
--- a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb
+++ b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=176cedb32f48dd58f07e0c1c717b3ea4"
 
 DEPENDS = "weston"
 
-SRC_URI = "git://git.projects.genivi.org/${PN}.git \
+SRC_URI = "git://github.com/GENIVI/${PN}.git;protocol=https \
           "
 SRC_URI_append_wandboard = "file://wandboard_fix_build.patch"
 
-- 
2.16.6