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:
@@ -11,7 +11,7 @@ RDEPENDS_${PN} += "apache2"
|
||||
|
||||
# Original (github.com/disconnect/apache-websocket) is dead since 2012, the
|
||||
# fork contains patches from the modules ML and fixes CVE compliance issues
|
||||
SRC_URI = "git://github.com/jchampio/apache-websocket.git"
|
||||
SRC_URI = "git://github.com/jchampio/apache-websocket.git;branch=master;protocol=https"
|
||||
|
||||
SRCREV = "0ee34c77fc78ff08fd548706300b80a7bc7874e4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user