aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-30 12:59:12 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-30 13:01:53 +0200
commit58cdf0ae0663a7322ce968f8ae7c11767a06b583 (patch)
tree470bdc2c9af65984d9ffa1f4d90873cbf0f1df4b /recipes/openmoko-3rdparty
parentc2c6f15e59b78b1ba6cad24c3d806a60e5fea2a1 (diff)
downloadopenembedded-58cdf0ae0663a7322ce968f8ae7c11767a06b583.tar.gz
mcnavi: add 0.2.10
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-3rdparty')
-rw-r--r--recipes/openmoko-3rdparty/mcnavi_0.2.10.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/mcnavi_0.2.10.bb b/recipes/openmoko-3rdparty/mcnavi_0.2.10.bb
new file mode 100644
index 0000000000..e72b1d1611
--- /dev/null
+++ b/recipes/openmoko-3rdparty/mcnavi_0.2.10.bb
@@ -0,0 +1,18 @@
+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;name=archive"
+
+SRC_URI[archive.md5sum] = "627d36d735b866ecb0dc3ad350fe815d"
+SRC_URI[archive.sha256sum] = "70abe699d93adfa544fb1243356b71ccc0178e23af743726ac5e707825b11e06"
+
+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