diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-26 16:04:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 09:28:52 -0700 |
commit | d6d7494542b2c747bba98f3fd09cb404ac2f0563 (patch) | |
tree | 8eda8197c0e2403186160dd1322ba5e600380f4c /meta/recipes-qt | |
parent | bda0ac2b2d06589d298aa1ef2e86a684218ae76e (diff) | |
download | poky-d6d7494542b2c747bba98f3fd09cb404ac2f0563.tar.gz |
fotowall: update SRC_URI to use github instead of qt-apps.org
GitHub is where upstream development is happening, so we are more likely
to find out about new releases from there
(From OE-Core rev: 029cf9c83c91b8430375bec1bb241430174bd5d8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt-apps/fotowall_0.9.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb index 48dcc02e2a..3af026525b 100644 --- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb +++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb | |||
@@ -10,14 +10,12 @@ SECTION = "x11/apps" | |||
10 | 10 | ||
11 | PR = "r4" | 11 | PR = "r4" |
12 | 12 | ||
13 | SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2 \ | 13 | SRCREV = "06d5a4142c599604d9a9fd64727b6945eb8cd3da" |
14 | SRC_URI = "git://github.com/enricoros/fotowall.git \ | ||
14 | file://ExportWizard-depends-on-ui_wizard.patch \ | 15 | file://ExportWizard-depends-on-ui_wizard.patch \ |
15 | " | 16 | " |
16 | 17 | ||
17 | SRC_URI[md5sum] = "142ef697332e0777c6d22c5bc96cc438" | 18 | S = "${WORKDIR}/git" |
18 | SRC_URI[sha256sum] = "e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d" | ||
19 | |||
20 | S = "${WORKDIR}/Fotowall-${PV}" | ||
21 | 19 | ||
22 | inherit qt4x11 | 20 | inherit qt4x11 |
23 | 21 | ||