mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +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:
@@ -14,7 +14,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b"
|
||||
|
||||
SRCREV = "d2e6a971f4544c55b8e3b25cf96db266971b778f"
|
||||
SRC_URI = "git://github.com/open-source-parsers/jsoncpp"
|
||||
SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user