[oe-commits] Martin Jansa : mcnavi: replace link to (sometimes) non-existent INSTALL file with empty file

git version control git at git.openembedded.org
Fri Apr 2 05:24:14 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: c2c7abf7240419839acf272551860fcc603d846d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c2c7abf7240419839acf272551860fcc603d846d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Apr  2 07:20:34 2010 +0200

mcnavi: replace link to (sometimes) non-existent INSTALL file with empty file

---

 recipes/openmoko-3rdparty/mcnavi_0.2.5.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/openmoko-3rdparty/mcnavi_0.2.5.bb b/recipes/openmoko-3rdparty/mcnavi_0.2.5.bb
index 7c87a58..973023e 100644
--- a/recipes/openmoko-3rdparty/mcnavi_0.2.5.bb
+++ b/recipes/openmoko-3rdparty/mcnavi_0.2.5.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Free GPS navigation for car and outdoor with OpenStreetMap maps"
 HOMEPAGE = "http://www.gps-routes.info/index.php?name=Content&pa=showpage&pid=1"
 LICENSE = "GPL"
 DEPENDS = "ecore evas imlib2 gpsd edje-native"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz;name=archive \
            file://gpsd-2.90.patch;patch=1"
@@ -12,4 +12,9 @@ SRC_URI[archive.sha256sum] = "ee6792bef93070319141ee2020b7ae376527e3b8043f0f540b
 
 S = "${WORKDIR}/${PN}"
 
+do_configure_prepend() {
+  # replace link to (sometimes) non-existent file with empty file
+  rm -f ${S}/INSTALL; touch ${S}/INSTALL
+}
+
 inherit autotools





More information about the Openembedded-commits mailing list