Message ID | 20230821111803.67598-1-pramanik.souravkumar@gmail.com |
---|---|
State | Accepted, archived |
Headers | show |
Series | [meta-oe,dunfell] rapidjson: Avoid usage of nobranch=1 | expand |
Thanks, the correct mailing list is openembedded-devel, not oe-core. Alex On Mon, 21 Aug 2023 at 13:18, Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> wrote: > > From: Sourav Pramanik <sourav.pramanik@kpit.com> > > 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> > --- > meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb > index 04ac93e92..bc90bffe5 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" > > -- > 2.25.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#186431): https://lists.openembedded.org/g/openembedded-core/message/186431 > Mute This Topic: https://lists.openembedded.org/mt/100870655/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb index 04ac93e92..bc90bffe5 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"