[oe-commits] =?UTF-8?Q?Eren=20T=C3=BCrkay=20?=: omgps: add libcap dependency

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 17:36:24 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 824047d132133331e4727a1ff2cffc598bf9b286
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=824047d132133331e4727a1ff2cffc598bf9b286

Author: Eren Türkay <eren at hambedded.org>
Date:   Fri Aug 23 14:41:52 2013 +0000

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 at hambedded.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-navigation/omgps/omgps_svn.bb |    2 +-
 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 1a79df4..625377d 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"



More information about the Openembedded-commits mailing list