diff options
Diffstat (limited to 'recipes-examples')
-rw-r--r-- | recipes-examples/multitech/helloworld-autotools_1.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-examples/multitech/helloworld-autotools_1.0.0.bb b/recipes-examples/multitech/helloworld-autotools_1.0.0.bb index 8b2eafb..9cf3d77 100644 --- a/recipes-examples/multitech/helloworld-autotools_1.0.0.bb +++ b/recipes-examples/multitech/helloworld-autotools_1.0.0.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" PR = "r0" -SRC_URI = "git://git.multitech.net/helloworld-autotools.git;protocol=git;tag=1.0.0" +SRC_URI = "git://git.multitech.net/cgit/helloworld-autotools.git;protocol=https;tag=1.0.0" S = "${WORKDIR}/git" inherit autotools |