mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
@@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 gtk+3 gdk-pixbuf clutter-1.0 clutter-gtk-1.0 libsoup-2.4"
|
||||
inherit meson gobject-introspection
|
||||
|
||||
SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e"
|
||||
SRC_URI = "git://github.com/gnome/libchamplain.git"
|
||||
SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ PV = "1.5.23+git${SRCPV}"
|
||||
DEPENDS = "unicode-ucd"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/ibus/ibus.git \
|
||||
git://github.com/ibus/ibus.git;branch=master;protocol=https \
|
||||
file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
|
||||
"
|
||||
SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40"
|
||||
|
||||
@@ -13,7 +13,7 @@ B = "${S}"
|
||||
|
||||
SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
|
||||
PV = "3.0+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
|
||||
SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "gtk+"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2750797da77c1d784e7626b3f7d7ff3e"
|
||||
DEPENDS_class-target = "${BPN}-native"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/snowballstem/snowball.git \
|
||||
git://github.com/snowballstem/snowball.git;branch=master;protocol=https \
|
||||
file://0001-Build-so-lib.patch \
|
||||
file://0002-snowball-stemwords-do-link-with-LDFLAGS-set-by-build.patch \
|
||||
"
|
||||
|
||||
@@ -9,6 +9,6 @@ DEPENDS = " \
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "git://github.com/linuxwacom/libwacom.git"
|
||||
SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
|
||||
SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user