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
@@ -12,7 +12,7 @@ inherit meson pkgconfig
|
||||
|
||||
EXTRA_OEMESON = "-Dupdate_cache=true"
|
||||
|
||||
SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;nobranch=1"
|
||||
SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "a35014104a226265e44fe30fcdb4df9305af3466"
|
||||
|
||||
Reference in New Issue
Block a user