[oe-commits] Armin Kuster : fingerterm: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Fri May 1 14:54:10 UTC 2015


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

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sat Apr  4 17:14:28 2015 -0700

fingerterm: update SRC_URI

the previous source hqh.unlink.org/harmattan is dead. Update to using
repo on github.

This fixes build error:
WARNING: Failed to fetch URL http://hqh.unlink.org/harmattan/fingerterm-1.0.2.tar.gz, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'http://hqh.unlink.org/harmattan/fingerterm-1.0.2.tar.gz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/akuster/oss/clean/poky/build/tmp/work/ppc7400-poky-linux/fingerterm/1.0.2-r0/temp/log.do_fetch.11225
ERROR: Task 6183 (/home/akuster/oss/clean/meta-openembedded/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb, do_fetch) failed with exit code '1'

Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 .../{fingerterm_1.0.2.bb => fingerterm.bb}         | 34 ++++++++++------------
 1 file changed, 15 insertions(+), 19 deletions(-)

diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm.bb
similarity index 56%
rename from meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
rename to meta-oe/recipes-qt/fingerterm/fingerterm.bb
index 155d282..b706d10 100644
--- a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm.bb
@@ -1,29 +1,19 @@
-DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \
-virtual keyboard and usability-enhancing features such as URL grabber, pan \
-gestures and customizable shortcut menu. Designed especially to be used with \
-screen and irssi."
-HOMEPAGE = "http://hqh.unlink.org/harmattan"
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+DESCRIPTION = "fingerterm is a terminal emulator designed for touch-based interaction, specifically for (but not limited to) use on the Nokia N9 and Jolla's Jolla device."
 SECTION = "qt/app"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 
-inherit qt4x11 pkgconfig
+SRCREV = "5c74711c3a18237ff26d9d583c09d49cd0c09a6e"
 
-SRC_URI = " \
-    http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
-"
+PV = "1.1.14+git${SRCPV}"
 
-SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
-SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150"
+SRC_URI = "git://github.com/nemomobile/fingerterm.git"
 
-S = "${WORKDIR}/${PN}"
 
-FILES_${PN} = " \
-    ${bindir}/${PN} \
-    ${datadir}/applications/${PN}.desktop \
-    ${datadir}/pixmaps/${PN}.png \
-"
+S = "${WORKDIR}/git"
+
+inherit qt4x11 pkgconfig
 
 do_install() {
     install -d ${D}${bindir}
@@ -41,3 +31,9 @@ do_install() {
     install -d ${D}${datadir}/pixmaps
     install -m 0644 ${S}/${PN}.png ${D}${datadir}/pixmaps
 }
+
+FILES_${PN} = " \
+    ${bindir}/${PN} \
+    ${datadir}/applications/${PN}.desktop \
+    ${datadir}/pixmaps/${PN}.png \
+"



More information about the Openembedded-commits mailing list