]> code.ossystems Code Review - openembedded-core.git/commitdiff
fotowall: update SRC_URI to use github instead of qt-apps.org
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 26 Jun 2015 13:04:33 +0000 (16:04 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Aug 2015 16:04:44 +0000 (09:04 -0700)
GitHub is where upstream development is happening, so we are more likely
to find out about new releases from there

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-qt/qt-apps/fotowall_0.9.bb

index 48dcc02e2a47f5146af3df8e27024312b483b12d..3af026525bef12f245cc680bf91da6412c72d284 100644 (file)
@@ -10,14 +10,12 @@ SECTION = "x11/apps"
 
 PR = "r4"
 
-SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2 \
+SRCREV = "06d5a4142c599604d9a9fd64727b6945eb8cd3da"
+SRC_URI = "git://github.com/enricoros/fotowall.git \
            file://ExportWizard-depends-on-ui_wizard.patch \
            "
 
-SRC_URI[md5sum] = "142ef697332e0777c6d22c5bc96cc438"
-SRC_URI[sha256sum] = "e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d"
-
-S = "${WORKDIR}/Fotowall-${PV}"
+S = "${WORKDIR}/git"
 
 inherit qt4x11