aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-07-19 12:37:05 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-07-19 12:35:07 +0000
commite1825a156c7384b21ef2a93436016661b780daaf (patch)
tree625c149a67007b43b201a495dc44a6d5125300ae
parentc2bacc9e034e65cac028b2e4e28cf4f7a4bf4dcc (diff)
Change SRC_URI of wayland-ivi-extension to github
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> (cherry picked from commit c2344312fd5a5f8d17ba614331a7ba55155ee807)
-rw-r--r--meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb2
1 files changed, 1 insertions, 1 deletions
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"