From 29eec63909040d45cb5e4a0a97455ac4a8fe3096 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 24 Dec 2010 12:28:40 +0100 Subject: [PATCH] gdbus-binding-tool: add glib-2.0-utils to RDEPENDS for glib-genmarshal Signed-off-by: Martin Jansa --- recipes/gdbus-binding-tool/gdbus-binding-tool_git.bb | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5