summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-10 11:56:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:40:35 +0000
commitd64469d524cac772f1f0a24ba75f69ef636e2aeb (patch)
treef5d90c807bb4bacb2ee63b7270b3d38b01d0c492 /meta/recipes-gnome
parenta02e40f98a5ba1c85948ed325727f1ff4677d459 (diff)
downloadpoky-d64469d524cac772f1f0a24ba75f69ef636e2aeb.tar.gz
meta: add explicit branch and protocol to SRC_URI
Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert-srcuri script in scripts/contrib. (From OE-Core rev: ab781d4e3fa7425d96ea770ddfd0f01f62018c5b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/libhandy/libhandy_1.2.0.bb2
-rw-r--r--meta/recipes-gnome/libportal/libportal_0.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb b/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb
index 1e37feb20a..f39cbdca5a 100644
--- a/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb
+++ b/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb
@@ -9,7 +9,7 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues"
9LICENSE = "LGPLv2.1" 9LICENSE = "LGPLv2.1"
10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
11 11
12SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https" 12SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=master"
13SRCREV = "7b38a860ffcec6c2ad28153358cc3d037ddb618f" 13SRCREV = "7b38a860ffcec6c2ad28153358cc3d037ddb618f"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
diff --git a/meta/recipes-gnome/libportal/libportal_0.3.bb b/meta/recipes-gnome/libportal/libportal_0.3.bb
index bc4ff3784c..c24a794fc4 100644
--- a/meta/recipes-gnome/libportal/libportal_0.3.bb
+++ b/meta/recipes-gnome/libportal/libportal_0.3.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://github.com/flatpak/libportal/issues"
6LICENSE = "LGPLv2.1" 6LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" 7LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
8 8
9SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https" 9SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=master"
10SRCREV = "a609e06d0c4adc5c510cf9ac7b060db3d368e78f" 10SRCREV = "a609e06d0c4adc5c510cf9ac7b060db3d368e78f"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12