diff options
author | Eren Türkay <eren@hambedded.org> | 2013-08-23 14:41:52 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-03 19:12:39 +0200 |
commit | 824047d132133331e4727a1ff2cffc598bf9b286 (patch) | |
tree | c1ed335a5f671f2d7be2ac74f9cfa03c792183a5 | |
parent | 72418a062400b5c2b02d17725115bf52ad92046c (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | 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 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" | |||
3 | SECTION = "openmoko/applications" | 3 | SECTION = "openmoko/applications" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
6 | DEPENDS = "gtk+ python-pygobject dbus-glib" | 6 | DEPENDS = "gtk+ python-pygobject dbus-glib libcap" |
7 | SRCREV = "109" | 7 | SRCREV = "109" |
8 | PV = "0.1+svnr${SRCPV}" | 8 | PV = "0.1+svnr${SRCPV}" |
9 | PR = "r2" | 9 | PR = "r2" |