summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-support')
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc
index 810f369dd0..01f05c1b69 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 e64fcf1ee6..971ad90f9c 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 b169afcf14..7f0706e207 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=19139aaf3c8c8fa1ca6edd59c072fb9f"
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" 11"
12SRCREV = "4764395431c8f2a0b4fe18b816ab1fc966a45837" 12SRCREV = "4764395431c8f2a0b4fe18b816ab1fc966a45837"
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"