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: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Sourav Kumar Pramanik
2023-09-04 18:08:18 +05:30
committed by Khem Raj
parent c902a85099
commit 3da59b8a8a
14 changed files with 14 additions and 14 deletions
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41f7469eaacac62c67d5664fff2c062d"
inherit cargo cargo-update-recipe-crates
SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;nobranch=1"
SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;branch=main"
# musl not supported because the libc crate does not support functions like "endutxent" at the moment,
# so src/uucore/src/lib/features.rs disables utmpx when targetting musl.