summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/maliit/maliit-framework_git.bb2
-rw-r--r--meta-oe/recipes-support/maliit/maliit-plugins_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
index 15719f4aeb..5e30df17ee 100644
--- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad"
7inherit autotools qt4x11 gtk-immodules-cache 7inherit autotools qt4x11 gtk-immodules-cache
8 8
9 9
10SRC_URI = "git://gitorious.org/maliit/maliit-framework.git;branch=master \ 10SRC_URI = "git://github.com/maliit/framework.git;branch=master \
11 file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \ 11 file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \
12 file://0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch \ 12 file://0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch \
13 file://0001-Link-to-libmaliit-1-0-in-inputcontext-plugin.patch \ 13 file://0001-Link-to-libmaliit-1-0-in-inputcontext-plugin.patch \
diff --git a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
index 0fc7c680ea..326c9fa479 100644
--- a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
@@ -10,7 +10,7 @@ DEPENDS = "maliit-framework"
10 10
11RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg" 11RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg"
12 12
13SRC_URI = "git://gitorious.org/maliit/maliit-plugins.git;branch=master" 13SRC_URI = "git://github.com/maliit/plugins.git;branch=master"
14 14
15SRCREV = "0760e585df494b394df1b887e5138ffef19c481f" 15SRCREV = "0760e585df494b394df1b887e5138ffef19c481f"
16PV = "0.92.3+git${SRCPV}" 16PV = "0.92.3+git${SRCPV}"