summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/minio/minio_git.bb
diff options
context:
space:
mode:
authorSourav Kumar Pramanik <pramanik.souravkumar@gmail.com>2023-09-04 18:08:18 +0530
committerKhem Raj <raj.khem@gmail.com>2023-09-07 08:22:43 -0700
commit3da59b8a8a5f8c1d15cdecdb77e238f8206ee880 (patch)
tree3eddc585e18113e4c3308a085078cbda181d4ac2 /meta-oe/recipes-extended/minio/minio_git.bb
parentc902a85099596136e850636192458d1cdac6c9a4 (diff)
downloadmeta-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-extended/minio/minio_git.bb')
-rw-r--r--meta-oe/recipes-extended/minio/minio_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/minio/minio_git.bb b/meta-oe/recipes-extended/minio/minio_git.bb
index 049f35ca04..f278a728fd 100644
--- a/meta-oe/recipes-extended/minio/minio_git.bb
+++ b/meta-oe/recipes-extended/minio/minio_git.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "MinIO Client (mc) provides a modern alternative to \
6 cloud storage service (AWS Signature v2 and v4). \ 6 cloud storage service (AWS Signature v2 and v4). \
7" 7"
8 8
9SRC_URI = "git://github.com/minio/mc;nobranch=1;name=mc;protocol=https \ 9SRC_URI = "git://github.com/minio/mc;branch=master;name=mc;protocol=https \
10 file://modules.txt \ 10 file://modules.txt \
11 " 11 "
12 12