diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-01 19:08:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:26 +0100 |
commit | a975cd8e984383c3822537abb673d3c8294de93b (patch) | |
tree | 8829e4553a5cbae038c9805b993a91750f41a524 /meta-oe/recipes-navigation | |
parent | 0d80e47ce2c23f80a5394e8467fe86d64a9c3b2c (diff) | |
download | meta-openembedded-a975cd8e984383c3822537abb673d3c8294de93b.tar.gz |
geoclue: add missing dependency on gobject-introspection-native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb index 3170d44ef..1d531aec7 100644 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb +++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.4.4.bb | |||
@@ -8,7 +8,7 @@ SECTION = "console/network" | |||
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 dbus json-glib libsoup-2.4 intltool-native" | 11 | DEPENDS = "glib-2.0 dbus json-glib libsoup-2.4 intltool-native gobject-introspection-native" |
12 | 12 | ||
13 | inherit autotools pkgconfig gtk-doc | 13 | inherit autotools pkgconfig gtk-doc |
14 | 14 | ||