[oe-commits] Christoph Settgast : maliit: Follow move to github

git at git.openembedded.org git at git.openembedded.org
Thu Oct 31 09:15:01 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 615aeb15051b55e7975c7d3b28c967cd01f4dd26
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=615aeb15051b55e7975c7d3b28c967cd01f4dd26

Author: Christoph Settgast <christoph.settgast at methodpark.de>
Date:   Mon Oct 28 13:51:03 2013 +0000

maliit: Follow move to github

The maliit sources are hosted on github now, update the SRC_URI
accordingly.

Signed-off-by: Christoph Settgast <christoph.settgast at methodpark.de>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-support/maliit/maliit-framework_git.bb |    2 +-
 .../recipes-support/maliit/maliit-plugins_git.bb   |    2 +-
 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 15719f4..5e30df1 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"
 inherit autotools qt4x11 gtk-immodules-cache
 
 
-SRC_URI = "git://gitorious.org/maliit/maliit-framework.git;branch=master \
+SRC_URI = "git://github.com/maliit/framework.git;branch=master \
     file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \
     file://0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch \
     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 0fc7c68..326c9fa 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"
 
 RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg"
 
-SRC_URI = "git://gitorious.org/maliit/maliit-plugins.git;branch=master"
+SRC_URI = "git://github.com/maliit/plugins.git;branch=master"
 
 SRCREV = "0760e585df494b394df1b887e5138ffef19c481f"
 PV = "0.92.3+git${SRCPV}"



More information about the Openembedded-commits mailing list