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-support/tio | |
| 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-support/tio')
| -rw-r--r-- | meta-oe/recipes-support/tio/tio_2.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tio/tio_2.6.bb b/meta-oe/recipes-support/tio/tio_2.6.bb index 1a83a2e420..faef290737 100644 --- a/meta-oe/recipes-support/tio/tio_2.6.bb +++ b/meta-oe/recipes-support/tio/tio_2.6.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "tio is a simple serial device tool which features a \ | |||
| 6 | LICENSE = "GPL-2.0-or-later" | 6 | LICENSE = "GPL-2.0-or-later" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1" | 9 | SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master" |
| 10 | SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472" | 10 | SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
