aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdbus-binding-tool
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-24 12:28:40 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-24 12:29:43 +0100
commit29eec63909040d45cb5e4a0a97455ac4a8fe3096 (patch)
tree55cc504f785c0085c34c21f60629e70ccd193a30 /recipes/gdbus-binding-tool
parenteceb5c3567d195789e84e7d2664879f6f25f39a8 (diff)
downloadopenembedded-29eec63909040d45cb5e4a0a97455ac4a8fe3096.tar.gz
gdbus-binding-tool: add glib-2.0-utils to RDEPENDS for glib-genmarshal
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gdbus-binding-tool')
-rw-r--r--recipes/gdbus-binding-tool/gdbus-binding-tool_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gdbus-binding-tool/gdbus-binding-tool_git.bb b/recipes/gdbus-binding-tool/gdbus-binding-tool_git.bb
index c7b3c1c845..50b33dfbd3 100644
--- a/recipes/gdbus-binding-tool/gdbus-binding-tool_git.bb
+++ b/recipes/gdbus-binding-tool/gdbus-binding-tool_git.bb
@@ -1,6 +1,9 @@
DESCRIPTION = "gdbus-binding-tool is used to generate C code for interacting with remote objects using D-Bus."
DEPENDS = "glib-2.0 gdbus-binding-tool-native"
DEPENDS_virtclass-native = "glib-2.0-native"
+RDEPENDS_${PN} = "glib-2.0-utils"
+
+PR = "r1"
inherit autotools pkgconfig