blob: e05b72dc297d2567b047407c0c7f57b60c46b2f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPLv2"
SECTION = "x11/applications"
PRIORITY = "optional"
DESCRIPTION = "lightweight and fast mapping application"
DEPENDS = "curl gtk+ gconf gypsy dbus-glib"
inherit autotools
SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz\
file://0002-Get-GPS-data-via-the-gypsy-interface.patch;patch=1 \
file://0003-Try-to-request-the-GPS-resource-from-ousaged.patch;patch=1"
S=${WORKDIR}/tangogps-${PV}
|