]> git.karo-electronics.de Git - meta-kc-bsp.git/commitdiff
Use https download url for dotsplash package
authorOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Tue, 1 Oct 2019 12:34:58 +0000 (14:34 +0200)
committerOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Tue, 1 Oct 2019 12:34:58 +0000 (14:34 +0200)
recipes-bsp/dotsplash/dotsplash_git.bb

index 0a4c49846098c215d25adf2e3f35761cff95a3aa..53d9f6fd3bdc35d00b143aee3aa383fdd5374266 100644 (file)
@@ -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-.*"