From: Koen Kooi Date: Thu, 23 Nov 2006 09:42:18 +0000 (+0000) Subject: maemo-mapper: add (a bit outdated) no-hildon version, courtesy Richard Purdie X-Git-Tag: Release-2010-05/1~9453^2~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6513fd406ca5954ac4ff3f9e6ec3e8cbb013b7;p=openembedded.git maemo-mapper: add (a bit outdated) no-hildon version, courtesy Richard Purdie --- diff --git a/conf/distro/include/sane-srcdates.inc b/conf/distro/include/sane-srcdates.inc index b3bf85a918..d700e822ff 100644 --- a/conf/distro/include/sane-srcdates.inc +++ b/conf/distro/include/sane-srcdates.inc @@ -66,6 +66,7 @@ SRCDATE_kbdd ?= "20061019" SRCDATE_led ?= "20060814" SRCDATE_linux-input ?= "20060814" SRCDATE_madwifi-modules ?= "20060814" +SRCDATE_maemo-mapper-nohildon ?= "20061114" SRCDATE_mileage ?= "20060814" SRCDATE_minimo ?= "20050401" SRCDATE_mystun-server ?= "20060814" diff --git a/packages/maemo-mapper/.mtn2git_empty b/packages/maemo-mapper/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/maemo-mapper/maemo-mapper-nohildon_svn.bb b/packages/maemo-mapper/maemo-mapper-nohildon_svn.bb new file mode 100644 index 0000000000..988cde8f37 --- /dev/null +++ b/packages/maemo-mapper/maemo-mapper-nohildon_svn.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "GPS navigation/map display software" +LICENSE = "GPL" +DEPENDS = "sqlite3 gtk+ gnome-vfs-dbus dbus bluez-libs" +PV = "1.2.4+svn${SRCDATE}" + +#only works with SRCDATE_maemo-mapper-nohildon = "20061114" +SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \ + http://home.tal.org/%7Emilang/n770/maemo-mapper-desktop-20061114-001.patch;patch=1;pnum=0" + +S = "${WORKDIR}/trunk" + +inherit autotools pkgconfig + +#FILES_${PN} = "${bindir}/gpsdrive ${bindir}/wpcvt ${bindir}/wpget ${datadir}/pixmaps ${datadir}/applications"