mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@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