summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-07 10:42:23 -0800
committerArmin Kuster <akuster808@gmail.com>2021-11-13 07:45:48 -0800
commit7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch)
treec3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-gnome
parent10dabf3896591f33c02f420204cb79fefecd2f19 (diff)
downloadmeta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.tar.gz
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb2
-rw-r--r--meta-gnome/recipes-support/ibus/ibus.inc2
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb2
-rw-r--r--meta-gnome/recipes-support/libstemmer/libstemmer_git.bb2
-rw-r--r--meta-gnome/recipes-support/libwacom/libwacom_0.33.bb2
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
index 90e5533015..7564275668 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
@@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 gtk+3 gdk-pixbuf clutter-1.0 clutter-gtk-1.0 libsoup-2.4"
6inherit meson gobject-introspection 6inherit meson gobject-introspection
7 7
8SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e" 8SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e"
9SRC_URI = "git://github.com/gnome/libchamplain.git" 9SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc
index ea413cf4bd..59f9a4789a 100644
--- a/meta-gnome/recipes-support/ibus/ibus.inc
+++ b/meta-gnome/recipes-support/ibus/ibus.inc
@@ -10,7 +10,7 @@ PV = "1.5.23+git${SRCPV}"
10DEPENDS = "unicode-ucd" 10DEPENDS = "unicode-ucd"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 git://github.com/ibus/ibus.git \ 13 git://github.com/ibus/ibus.git;branch=master;protocol=https \
14 file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \ 14 file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
15" 15"
16SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40" 16SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40"
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index d567d00d3f..fb4c816729 100644
--- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -13,7 +13,7 @@ B = "${S}"
13 13
14SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" 14SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
15PV = "3.0+git${SRCPV}" 15PV = "3.0+git${SRCPV}"
16SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ 16SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \
17" 17"
18 18
19RDEPENDS_${PN} = "gtk+" 19RDEPENDS_${PN} = "gtk+"
diff --git a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb
index 96dd880b6a..837807ccf9 100644
--- a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb
+++ b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2750797da77c1d784e7626b3f7d7ff3e"
6DEPENDS_class-target = "${BPN}-native" 6DEPENDS_class-target = "${BPN}-native"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 git://github.com/snowballstem/snowball.git \ 9 git://github.com/snowballstem/snowball.git;branch=master;protocol=https \
10 file://0001-Build-so-lib.patch \ 10 file://0001-Build-so-lib.patch \
11 file://0002-snowball-stemwords-do-link-with-LDFLAGS-set-by-build.patch \ 11 file://0002-snowball-stemwords-do-link-with-LDFLAGS-set-by-build.patch \
12" 12"
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
index 6fb3b82ef1..5db78b7cf7 100644
--- a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
+++ b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
@@ -9,6 +9,6 @@ DEPENDS = " \
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12SRC_URI = "git://github.com/linuxwacom/libwacom.git" 12SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
13SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658" 13SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"