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 <e...@hambedded.org>
---
 meta-oe/recipes-navigation/omgps/omgps_svn.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
1.7.9.5

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to