mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
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>
This commit is contained in:
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.foxtrotgps.org/"
|
|||||||
SECTION = "x11/applications"
|
SECTION = "x11/applications"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||||
DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd"
|
DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4"
|
||||||
|
|
||||||
SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz"
|
SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz"
|
||||||
SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163"
|
SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163"
|
||||||
|
|||||||
Reference in New Issue
Block a user