From b6aab0d2c458437e147d2eaf96197f6956a02347 Mon Sep 17 00:00:00 2001 From: Ole Reinhardt Date: Tue, 1 Oct 2019 14:34:58 +0200 Subject: [PATCH] Use https download url for dotsplash package --- recipes-bsp/dotsplash/dotsplash_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/dotsplash/dotsplash_git.bb b/recipes-bsp/dotsplash/dotsplash_git.bb index 0a4c498..53d9f6f 100644 --- a/recipes-bsp/dotsplash/dotsplash_git.bb +++ b/recipes-bsp/dotsplash/dotsplash_git.bb @@ -6,7 +6,7 @@ SRCREV = "ff34b85bfed5401910b2bc28a150a347f26ce97f" LIC_FILES_CHKSUM = "file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" -SRC_URI = "git://git@gitlab.kernelconcepts.de:2224/danb/dotsplash.git;protocol=ssh \ +SRC_URI = "git://gitlab.kernelconcepts.de/danb/dotsplash.git;protocol=https \ file://dotsplash-default \ file://dotsplash-init \ file://splashfuncs" @@ -49,4 +49,4 @@ python populate_packages_prepend () { extra_depends='', allow_dirs=True, prepend=True) } -PACKAGES_DYNAMIC += "^dotsplash-theme-.*" \ No newline at end of file +PACKAGES_DYNAMIC += "^dotsplash-theme-.*" -- 2.39.2