diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-11 22:04:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:31 +0200 |
commit | 79d6d08e77c362bb9985f84dfc949a6317b14857 (patch) | |
tree | 5d75c11ec1c22811ebfbe5e4752691b2494e37a5 /meta-oe/recipes-navigation | |
parent | cf46cc88bb3507f33d631c5a6a9059ee0450469b (diff) | |
download | meta-openembedded-79d6d08e77c362bb9985f84dfc949a6317b14857.tar.gz |
foxtrotgps: add bluez4 dependency
* configure doesn't allow to disable it and bluez is quite common
on devices where foxtrotgps would be used
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb index ca1a01e84..860f84e70 100644 --- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.foxtrotgps.org/" | |||
4 | SECTION = "x11/applications" | 4 | SECTION = "x11/applications" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
7 | DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd" | 7 | DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4" |
8 | 8 | ||
9 | SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" | 9 | SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" |
10 | SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" | 10 | SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" |