Skip to content

Commit ffa6aff

Browse files
pramaniksouravkumarakuster
authored andcommitted
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 <[email protected]> Signed-off-by: Armin Kuster <[email protected]>
1 parent a84764c commit ffa6aff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SRCREV_FORMAT = "rwmem_inih"
2222

2323
SRC_URI = " \
2424
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 \
2626
"
2727

2828
S = "${WORKDIR}/git"

meta-oe/recipes-extended/zstd/zstd_1.4.5.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause & GPLv2"
99
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7f0b161edbe52f5f345a3d1311d0b32 \
1010
file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
1111

12-
SRC_URI = "git://github.com/facebook/zstd.git;nobranch=1;protocol=https \
12+
SRC_URI = "git://github.com/facebook/zstd.git;branch=dev;protocol=https \
1313
file://0001-Fix-legacy-build-after-2103.patch \
1414
"
1515

0 commit comments

Comments
 (0)