summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers
diff options
context:
space:
mode:
authorSourav Kumar Pramanik <pramanik.souravkumar@gmail.com>2023-09-04 18:02:19 +0530
committerArmin Kuster <akuster808@gmail.com>2023-09-04 12:01:53 -0400
commitf67e45668ee0459f03584f658d4237810420f3fd (patch)
tree578c425aca3286dfe3be30975b7ce4568b0e6ce2 /meta-oe/dynamic-layers
parent68354157744e108f7b64a88badac952091f21fd6 (diff)
downloadmeta-openembedded-f67e45668ee0459f03584f658d4237810420f3fd.tar.gz
meta-oe-components: 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 for these components. Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers')
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb
index 7bca24cc0a..b59fc1bc95 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb
@@ -22,7 +22,7 @@ SRCREV_FORMAT = "rwmem_inih"
22 22
23SRC_URI = " \ 23SRC_URI = " \
24 git://github.com/tomba/rwmem.git;protocol=https;name=rwmem;branch=master \ 24 git://github.com/tomba/rwmem.git;protocol=https;name=rwmem;branch=master \
25 git://github.com/benhoyt/inih.git;protocol=https;name=inih;nobranch=1;destsuffix=git/ext/inih \ 25 git://github.com/benhoyt/inih.git;protocol=https;name=inih;branch=master;destsuffix=git/ext/inih \
26" 26"
27 27
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"