From 824047d132133331e4727a1ff2cffc598bf9b286 Mon Sep 17 00:00:00 2001 From: Eren Türkay Date: Fri, 23 Aug 2013 14:41:52 +0000 Subject: omgps: add libcap dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/omgps/omgps_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-navigation') 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" -- cgit 1.2.3-korg