diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-07-20 22:35:48 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-21 08:23:53 +0200 |
| commit | 640eaf12d802e8919558bebed12a4b2526c1ec05 (patch) | |
| tree | d07e9245d76de0e84ef7ecf6ce136256220839b9 | |
| parent | c83400df78a0830b17a387d399590c78a7be11a7 (diff) | |
| download | meta-openembedded-640eaf12d802e8919558bebed12a4b2526c1ec05.tar.gz | |
tangogps: add misssing dependency bluez4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb | 2 |
1 files changed, 1 insertions, 1 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 d583637c93..e04f0a50d0 100644 --- a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb +++ b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "http://tangogps.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+ gconf sqlite3 libexif libsoup-2.4" | 7 | DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4 bluez4" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz" | 9 | SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz" |
| 10 | SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d" | 10 | SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d" |
