Change SRC_URI of wayland-ivi-extension to github 49/6149/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 19 Jul 2016 10:37:05 +0000 (12:37 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 19 Jul 2016 10:54:43 +0000 (12:54 +0200)
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

index 9170a9c..d674be8 100644 (file)
@@ -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"