diff options
| author | Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> | 2023-09-04 18:08:18 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
| commit | 3da59b8a8a5f8c1d15cdecdb77e238f8206ee880 (patch) | |
| tree | 3eddc585e18113e4c3308a085078cbda181d4ac2 /meta-oe/recipes-core/uutils-coreutils | |
| parent | c902a85099596136e850636192458d1cdac6c9a4 (diff) | |
| download | meta-openembedded-3da59b8a8a5f8c1d15cdecdb77e238f8206ee880.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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/uutils-coreutils')
| -rw-r--r-- | meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.20.bb b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.20.bb index 0614416690..1121e9a4c9 100644 --- a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.20.bb +++ b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.20.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41f7469eaacac62c67d5664fff2c062d" | |||
| 5 | 5 | ||
| 6 | inherit cargo cargo-update-recipe-crates | 6 | inherit cargo cargo-update-recipe-crates |
| 7 | 7 | ||
| 8 | SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;nobranch=1" | 8 | SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;branch=main" |
| 9 | 9 | ||
| 10 | # musl not supported because the libc crate does not support functions like "endutxent" at the moment, | 10 | # musl not supported because the libc crate does not support functions like "endutxent" at the moment, |
| 11 | # so src/uucore/src/lib/features.rs disables utmpx when targetting musl. | 11 | # so src/uucore/src/lib/features.rs disables utmpx when targetting musl. |
