mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.figlet.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857"
|
||||
|
||||
SRC_URI = "git://github.com/cmatsuoka/figlet.git \
|
||||
SRC_URI = "git://github.com/cmatsuoka/figlet.git;branch=master;protocol=https \
|
||||
file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch"
|
||||
SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user