aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSourav Pramanik <sourav.pramanik@kpit.com>2023-08-21 17:17:45 +0530
committerArmin Kuster <akuster808@gmail.com>2023-09-04 09:05:48 -0400
commit637cd4fd96b99c9a32ede741c265a105ed04eaca (patch)
treea58f34cdd49eea7ead0fb8c5721604e2fabc77c1
parentd96f8c485326e3bf4420d28aeab4c4fae8a48906 (diff)
downloadmeta-openembedded-contrib-637cd4fd96b99c9a32ede741c265a105ed04eaca.tar.gz
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: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
index 04ac93e92e..bc90bffe5e 100644
--- a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
+++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
@@ -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"