From: Martin Jansa Date: Tue, 11 Sep 2012 16:58:03 +0000 (+0200) Subject: mcnavi: fix do_configure_prepend to be reentrant X-Git-Tag: rev_ivi_2015_02_04~4275 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc4ad39d5cf6a3f85307ef0df44388b8d92f2626;p=scm%2Fbb%2Ftizen-distro.git mcnavi: fix do_configure_prepend to be reentrant (From meta-openembedded rev: d010c0650b8331d97e5cf5681930f73da7de2d29) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb b/meta-openembedded/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb index f4d594f..35c304c 100644 --- a/meta-openembedded/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb +++ b/meta-openembedded/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb @@ -4,6 +4,8 @@ LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" DEPENDS = "ecore evas imlib2 gpsd edje edje-native mysql5" +PR = "r1" + SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz" SRC_URI[md5sum] = "acc07debcdb3ef448b95e6a6cfcf53d8" SRC_URI[sha256sum] = "d3ce1f5901f13985d877b2b6ad06b64094ba43a4e13cbfe06c7cb2f1abdda309" @@ -12,7 +14,7 @@ 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 + sed -i 's#`mysql_config --include`$#`mysql_config --include`/mysql#g' ${S}/configure.ac } inherit autotools