From: Martin Jansa Date: Fri, 24 Dec 2010 11:28:40 +0000 (+0100) Subject: gdbus-binding-tool: add glib-2.0-utils to RDEPENDS for glib-genmarshal X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29eec63909040d45cb5e4a0a97455ac4a8fe3096;p=openembedded.git gdbus-binding-tool: add glib-2.0-utils to RDEPENDS for glib-genmarshal Signed-off-by: Martin Jansa --- 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