ti-ocf-crypto-module: add crypto module for hw accel
[openembedded.git] / recipes / openmoko-3rdparty / mcnavi_0.2.5.bb
blobed84a4cf62ff834202fa4cfcfe39fdad0ad5bcb0
1 DESCRIPTION = "Free GPS navigation for car and outdoor with OpenStreetMap maps"
2 HOMEPAGE = "http://www.gps-routes.info/index.php?name=Content&pa=showpage&pid=1"
3 LICENSE = "GPL"
4 DEPENDS = "ecore evas imlib2 gpsd edje-native"
5 PR = "r8"
7 SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz;name=archive \
8 file://gpsd-2.90.patch"
10 SRC_URI[archive.md5sum] = "b572c3691f05e22b37efd6cd53da203e"
11 SRC_URI[archive.sha256sum] = "ee6792bef93070319141ee2020b7ae376527e3b8043f0f540bcd58d418576d44"
13 S = "${WORKDIR}/${PN}"
15 do_configure_prepend() {
16 # replace link to (sometimes) non-existent file with empty file
17 rm -f ${S}/INSTALL; touch ${S}/INSTALL
20 inherit autotools