tangogps-fso_0.9.2.bb: Add a tangogps version with experimental patches that
[openembedded.git] / packages / tangogps / tangogps-fso_0.9.2.bb
1 LICENSE = "GPLv2"
2 SECTION = "x11/applications"
3 PRIORITY = "optional"
4 DESCRIPTION = "lightweight and fast mapping application"
5 DEPENDS = "curl gtk+ gconf gypsy dbus-glib"
6
7 inherit autotools
8
9 SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz\
10         file://0002-Get-GPS-data-via-the-gypsy-interface.patch;patch=1 \
11         file://0003-Try-to-request-the-GPS-resource-from-ousaged.patch;patch=1"
12
13 S=${WORKDIR}/tangogps-${PV}