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