mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57: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: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
6835415774
commit
f67e45668e
@@ -33,7 +33,7 @@ RDEPENDS:${PN} = "gnome-keyring"
|
||||
inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/GNOME/geary.git;nobranch=1;protocol=https \
|
||||
git://github.com/GNOME/geary.git;branch=main;protocol=https \
|
||||
file://0001-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch \
|
||||
file://0002-Fix-accessibility-issues-with-initializer-of-constan.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user