[oe-commits] Martin Jansa : mcnavi: remove myslq_config include path work around

git at git.openembedded.org git at git.openembedded.org
Fri Oct 19 09:52:54 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 0b0b889a1e5c49902d7e1d87a670f11054b384ae
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0b0b889a1e5c49902d7e1d87a670f11054b384ae

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Oct 13 10:21:52 2012 +0200

mcnavi: remove myslq_config include path work around

* it was fixed in mysql5 3f95bb907381ac5fd789452e1330c12f9a8904f9

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 35c304c..75958d0 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
 DEPENDS = "ecore evas imlib2 gpsd edje edje-native mysql5"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz"
 SRC_URI[md5sum] = "acc07debcdb3ef448b95e6a6cfcf53d8"
@@ -12,9 +12,4 @@ SRC_URI[sha256sum] = "d3ce1f5901f13985d877b2b6ad06b64094ba43a4e13cbfe06c7cb2f1ab
 
 S = "${WORKDIR}/${PN}"
 
-do_configure_prepend() {
-  # for some reason our mysql_config returns just sysroot/include_dir while mysql.h is in include_dir/mysql
-  sed -i 's#`mysql_config --include`$#`mysql_config --include`/mysql#g' ${S}/configure.ac
-}
-
 inherit autotools





More information about the Openembedded-commits mailing list