aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/mcnavi_0.2.13.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-02 10:55:50 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-02 10:55:50 -0700
commit1b8a89a8ce0ab94d5edafe04d1c38aba40501865 (patch)
treee2a3f38c4f7d093e794c8e42e37615109a233667 /recipes/openmoko-3rdparty/mcnavi_0.2.13.bb
parente1abf539afcc870a7ccc1aaa2805771ab08ce472 (diff)
downloadopenembedded-1b8a89a8ce0ab94d5edafe04d1c38aba40501865.tar.gz
mcnavi: Upgrade to 0.2.13
0.2.10 is not fetchable anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/openmoko-3rdparty/mcnavi_0.2.13.bb')
-rw-r--r--recipes/openmoko-3rdparty/mcnavi_0.2.13.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/mcnavi_0.2.13.bb b/recipes/openmoko-3rdparty/mcnavi_0.2.13.bb
new file mode 100644
index 0000000000..f3dfe9c6d0
--- /dev/null
+++ b/recipes/openmoko-3rdparty/mcnavi_0.2.13.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Free GPS navigation for car and outdoor with OpenStreetMap maps"
+HOMEPAGE = "http://www.gps-routes.info/index.php?name=Content&pa=showpage&pid=1"
+LICENSE = "GPL"
+DEPENDS = "ecore evas imlib2 gpsd edje-native"
+
+SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz"
+SRC_URI[md5sum] = "d222351cdb3db9cd040b4666fa1b5f2a"
+SRC_URI[sha256sum] = "1ebe5e5be5ccc0ce2dde9adbcc7ec733efa91310da51a8f65b65ccca87692b16"
+
+PR = "r0"
+
+S = "${WORKDIR}/${PN}"
+
+do_configure_prepend() {
+ # replace link to (sometimes) non-existent file with empty file
+ rm -f ${S}/INSTALL; touch ${S}/INSTALL
+}
+
+inherit autotools