mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +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
@@ -22,7 +22,7 @@ DEPENDS = " \
|
||||
|
||||
RRECOMMENDS:${PN} = "gnuchess"
|
||||
|
||||
SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;nobranch=1"
|
||||
SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master"
|
||||
|
||||
inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -21,7 +21,7 @@ inherit meson pkgconfig gsettings features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1"
|
||||
SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "89203bf3522556965fc225782d1a635afdac611e"
|
||||
|
||||
@@ -18,7 +18,7 @@ inherit gettext autotools pkgconfig gsettings features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;nobranch=1"
|
||||
SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "952005f6a7850a247d286f14838202f506b402b7"
|
||||
|
||||
Reference in New Issue
Block a user