From: Michael Lauer Date: Tue, 4 Mar 2008 14:27:25 +0000 (+0000) Subject: roadmap.inc: update author's contact address to the new maintainer. X-Git-Tag: Release-2010-05/1~7588^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0426a9ec2bee047c56ad0eb426547320c552d7b4;p=openembedded.git roadmap.inc: update author's contact address to the new maintainer. Paul is interested in including patches, so whoever wants to, feel free to contact him. --- diff --git a/packages/roadmap/roadmap.inc b/packages/roadmap/roadmap.inc index 43b4b1cd3d..d98a7f88df 100644 --- a/packages/roadmap/roadmap.inc +++ b/packages/roadmap/roadmap.inc @@ -1,9 +1,7 @@ DESCRIPTION = "RoadMap is a program that provides car navigation for Linux and UNIX." -PRIORITY = "optional" -AUTHOR = "Pascal Martin " +AUTHOR = "Paul Fox " HOMEPAGE = "http://roadmap.digitalomaha.net/maps.html" LICENSE = "GPL" -RRECOMMENDS = "gpsd flite" DEPENDS = "expat" FILES_${PN} += "${datadir}/roadmap" @@ -16,3 +14,6 @@ do_install() { oe_runmake install install -m 0644 ${WORKDIR}/usdir.rdm ${D}${datadir}/roadmap/ } + +RRECOMMENDS = "gpsd flite" +FILES_${PN} += "${datadir}/roadmap"