summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnome-desktop-testing
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-10 11:56:20 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-12 11:05:58 +0800
commitab781d4e3fa7425d96ea770ddfd0f01f62018c5b (patch)
treedb3f04514a84cfe4477a5c624fb6d44ef0088d86 /meta/recipes-support/gnome-desktop-testing
parentb0667c83c65c9900d63a7d8a2ce88384dcc2ccc5 (diff)
downloadopenembedded-core-contrib-ab781d4e3fa7425d96ea770ddfd0f01f62018c5b.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. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-support/gnome-desktop-testing')
-rw-r--r--meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
index e5c69c0c46..19f32e8d1f 100644
--- a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
+++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4"
-SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http"
+SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http;branch=master"
SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48"
DEPENDS = "glib-2.0"