Skip to content

Commit 726f2e8

Browse files
shr-projectkraj
authored andcommitted
cbindgen: add explicit branch parameter
* fixes: WARNING: cbindgen-native-0.8.7-r0 do_unpack: URL: git://github.com/eqrion/cbindgen.git;protocol=https does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
1 parent d813ff2 commit 726f2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-firefox/recipes-devtools/cbindgen/cbindgen_0.8.7.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inherit cargo
77

88
# how to get cbindgen could be as easy as but default to a git checkout:
99
# SRC_URI += "crate://crates.io/cbindgen/0.8.7"
10-
SRC_URI += "git://github.com/eqrion/cbindgen.git;protocol=https"
10+
SRC_URI += "git://github.com/eqrion/cbindgen.git;protocol=https;branch=master"
1111
SRCREV = "7b9ea991bdabb442093014d21fde6a192f574f21"
1212
S = "${WORKDIR}/git"
1313
CARGO_SRC_DIR=""

0 commit comments

Comments
 (0)