mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/google/glog.git;nobranch=1;protocol=https \
|
||||
git://github.com/google/glog.git;branch=master;protocol=https \
|
||||
file://libexecinfo.patch \
|
||||
file://0001-Change-SleepForMilliseconds-parameter-from-unsigned-.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user