mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27: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:
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=da2e9aa80962d54e7c726f232a2bd1e8"
|
||||
|
||||
# Use 1.0.12 tag
|
||||
SRCREV = "17b1790fb9c8abbb3c0f7e083864a6a014191d56"
|
||||
SRC_URI = "git://github.com/lloyd/yajl;nobranch=1"
|
||||
SRC_URI = "git://github.com/lloyd/yajl;nobranch=1;protocol=https"
|
||||
|
||||
inherit cmake lib_package
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://lloyd.github.com/yajl/"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d"
|
||||
|
||||
SRC_URI = "git://github.com/lloyd/yajl"
|
||||
SRC_URI = "git://github.com/lloyd/yajl;branch=master;protocol=https"
|
||||
SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user