mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
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:
committed by
Khem Raj
parent
c902a85099
commit
3da59b8a8a
@@ -6,7 +6,7 @@ DESCRIPTION = "tio is a simple serial device tool which features a \
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
|
||||
|
||||
SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
|
||||
SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master"
|
||||
SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user