aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-05 12:49:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-09-05 12:49:09 +0200
commit0655368e725c6847209f6273333009917deeff0f (patch)
tree5a5542465369badf0c01b0d40b958f11f3b23c44
parent9add266141c2c6ae9e96b62bb6529c13129d11bb (diff)
downloadopenembedded-0655368e725c6847209f6273333009917deeff0f.tar.gz
mcnavi: add 0.3.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/openmoko-3rdparty/mcnavi_0.3.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/mcnavi_0.3.1.bb b/recipes/openmoko-3rdparty/mcnavi_0.3.1.bb
new file mode 100644
index 0000000000..90a5c8f879
--- /dev/null
+++ b/recipes/openmoko-3rdparty/mcnavi_0.3.1.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 = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
+DEPENDS = "ecore evas imlib2 gpsd edje-native mysql5"
+
+SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz"
+SRC_URI[md5sum] = "49e1c513854188521c1d8150446bb4df"
+SRC_URI[sha256sum] = "8da57c8fbe8d0dc55ee20d7c9e4f51633fe19ee085887011444a2f2d89b85a42"
+
+S = "${WORKDIR}/${PN}"
+
+do_configure_prepend() {
+ sed -i "s#-I/usr/include/mysql#-I${STAGING_INCDIR}/mysql#g" ${S}/src/osm2mcm/Makefile.am
+ sed -i "s#-L/usr/lib/mysql#-L${STAGING_LIBDIR}/mysql#g" ${S}/src/osm2mcm/Makefile.am
+}
+
+inherit autotools