mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bda0ac2b2d
commit
d6d7494542
@@ -10,14 +10,12 @@ SECTION = "x11/apps"
|
|||||||
|
|
||||||
PR = "r4"
|
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 \
|
file://ExportWizard-depends-on-ui_wizard.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "142ef697332e0777c6d22c5bc96cc438"
|
S = "${WORKDIR}/git"
|
||||||
SRC_URI[sha256sum] = "e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/Fotowall-${PV}"
|
|
||||||
|
|
||||||
inherit qt4x11
|
inherit qt4x11
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user