diff options
Diffstat (limited to 'meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb')
| -rw-r--r-- | meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb b/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb new file mode 100644 index 0000000000..9c7f3f2a0e --- /dev/null +++ b/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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 = "GPLv3" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | ||
| 5 | DEPENDS = "ecore evas imlib2 gpsd edje-native mysql5" | ||
| 6 | |||
| 7 | SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz" | ||
| 8 | SRC_URI[md5sum] = "acc07debcdb3ef448b95e6a6cfcf53d8" | ||
| 9 | SRC_URI[sha256sum] = "d3ce1f5901f13985d877b2b6ad06b64094ba43a4e13cbfe06c7cb2f1abdda309" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/${PN}" | ||
| 12 | |||
| 13 | do_configure_prepend() { | ||
| 14 | # for some reason our mysql_config returns just sysroot/include_dir while mysql.h is in include_dir/mysql | ||
| 15 | sed -i 's#`mysql_config --include`#`mysql_config --include`/mysql#g' ${S}/configure.ac | ||
| 16 | } | ||
| 17 | |||
| 18 | inherit autotools | ||
