summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/rapidjson
diff options
context:
space:
mode:
authorSourav Pramanik <sourav.pramanik@kpit.com>2023-08-21 17:38:56 +0530
committerKhem Raj <raj.khem@gmail.com>2023-08-21 08:46:50 -0700
commit8e212f5a1a8b563a0ba12a04d78935d16ea24d4e (patch)
tree95113d6afe37770da5d6e9857256286a9eff8f41 /meta-oe/recipes-devtools/rapidjson
parentc817d19fa9b702dcf54e8f3f5bb7be4d05f86d1f (diff)
downloadmeta-openembedded-8e212f5a1a8b563a0ba12a04d78935d16ea24d4e.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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/rapidjson')
-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 b6ff62b91..65294fafa 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"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125" 5LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125"
6 6
7SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1;protocol=https" 7SRC_URI = "git://github.com/miloyip/rapidjson.git;branch=master;protocol=https"
8 8
9SRCREV = "0ccdbf364c577803e2a751f5aededce935314313" 9SRCREV = "0ccdbf364c577803e2a751f5aededce935314313"
10 10