diff options
author | Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> | 2023-09-04 18:08:18 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
commit | 3da59b8a8a5f8c1d15cdecdb77e238f8206ee880 (patch) | |
tree | 3eddc585e18113e4c3308a085078cbda181d4ac2 /meta-gnome/recipes-support | |
parent | c902a85099596136e850636192458d1cdac6c9a4 (diff) | |
download | meta-openembedded-3da59b8a8a5f8c1d15cdecdb77e238f8206ee880.tar.gz |
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>
Diffstat (limited to 'meta-gnome/recipes-support')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.4.bb b/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.4.bb index 71c5244f16..6f9156ded3 100644 --- a/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.4.bb +++ b/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.4.bb | |||
@@ -12,7 +12,7 @@ inherit meson pkgconfig | |||
12 | 12 | ||
13 | EXTRA_OEMESON = "-Dupdate_cache=true" | 13 | EXTRA_OEMESON = "-Dupdate_cache=true" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;nobranch=1" | 15 | SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | SRCREV = "a35014104a226265e44fe30fcdb4df9305af3466" | 18 | SRCREV = "a35014104a226265e44fe30fcdb4df9305af3466" |
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb index d6bc0e9c8b..a8e8c83de8 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb | |||
@@ -21,7 +21,7 @@ inherit meson pkgconfig gsettings features_check | |||
21 | 21 | ||
22 | REQUIRED_DISTRO_FEATURES = "polkit" | 22 | REQUIRED_DISTRO_FEATURES = "polkit" |
23 | 23 | ||
24 | SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1" | 24 | SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;branch=main" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | SRCREV = "89203bf3522556965fc225782d1a635afdac611e" | 27 | SRCREV = "89203bf3522556965fc225782d1a635afdac611e" |
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.14.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.14.1.bb index 1e0a906184..b291991d37 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.14.1.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.14.1.bb | |||
@@ -18,7 +18,7 @@ inherit gettext autotools pkgconfig gsettings features_check | |||
18 | 18 | ||
19 | REQUIRED_DISTRO_FEATURES = "polkit" | 19 | REQUIRED_DISTRO_FEATURES = "polkit" |
20 | 20 | ||
21 | SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;nobranch=1" | 21 | SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | SRCREV = "952005f6a7850a247d286f14838202f506b402b7" | 24 | SRCREV = "952005f6a7850a247d286f14838202f506b402b7" |