aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorEren Türkay <eren@hambedded.org>2013-08-23 14:41:52 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-03 19:12:39 +0200
commit824047d132133331e4727a1ff2cffc598bf9b286 (patch)
treec1ed335a5f671f2d7be2ac74f9cfa03c792183a5 /meta-oe
parent72418a062400b5c2b02d17725115bf52ad92046c (diff)
downloadmeta-openembedded-contrib-824047d132133331e4727a1ff2cffc598bf9b286.tar.gz
omgps: add libcap dependency
http://lists.openembedded.org/pipermail/openembedded-core/2013-August/082530.html Omgps links against libcap without checking the library. If it cannot find it as in the minimal build, it emits an error in the linking stage. Add the dependency explicitly. Signed-off-by: Eren Türkay <eren@hambedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-navigation/omgps/omgps_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
index 1a79df486a..625377dd9a 100644
--- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb
+++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://omgps.googlecode.com"
SECTION = "openmoko/applications"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "gtk+ python-pygobject dbus-glib"
+DEPENDS = "gtk+ python-pygobject dbus-glib libcap"
SRCREV = "109"
PV = "0.1+svnr${SRCPV}"
PR = "r2"