mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
rapidjson: Avoid usage of nobranch=1
The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1. Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
c817d19fa9
commit
8e212f5a1a
@@ -4,7 +4,7 @@ SECTION = "libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125"
|
||||
|
||||
SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1;protocol=https"
|
||||
SRC_URI = "git://github.com/miloyip/rapidjson.git;branch=master;protocol=https"
|
||||
|
||||
SRCREV = "0ccdbf364c577803e2a751f5aededce935314313"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user