summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-10-24 14:36:17 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-26 13:00:23 +0200
commit86ac5cbea5e2e2abf2a4a1fe32295362a30c3f8a (patch)
treeaac8426c6b75663f7df62ec2603a8d5b0348aa58 /meta-oe/recipes-navigation
parent9c44bdd0cb7e73e0e7ffeaedd58b80f35dd1fe0f (diff)
downloadmeta-openembedded-86ac5cbea5e2e2abf2a4a1fe32295362a30c3f8a.tar.gz
tangogps: inherit gconf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
index 5a4231ab1..1fb763369 100644
--- a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
+++ b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "http://tangogps.org/"
4SECTION = "x11/applications" 4SECTION = "x11/applications"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4 bluez4" 7DEPENDS = "curl gtk+ sqlite3 libexif libsoup-2.4 bluez4"
8PR = "r2" 8PR = "r3"
9 9
10SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz \ 10SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz \
11 file://remove.unused.header.patch \ 11 file://remove.unused.header.patch \
@@ -14,6 +14,6 @@ SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz \
14SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d" 14SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d"
15SRC_URI[sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a" 15SRC_URI[sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a"
16 16
17inherit autotools pkgconfig 17inherit autotools pkgconfig gconf
18 18
19RRECOMMENDS_${PN} = "gpsd" 19RRECOMMENDS_${PN} = "gpsd"