From: Ole Reinhardt Date: Tue, 1 Oct 2019 12:34:58 +0000 (+0200) Subject: Use https download url for dotsplash package X-Git-Url: https://git.karo-electronics.de/?p=meta-kc-bsp.git;a=commitdiff_plain;h=b6aab0d2c458437e147d2eaf96197f6956a02347 Use https download url for dotsplash package --- 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-.*"