[oe-commits] Martin Jansa : gdbus-binding-tool: add glib-2. 0-utils to RDEPENDS for glib-genmarshal

git version control git at git.openembedded.org
Fri Dec 24 11:30:17 UTC 2010


Module: openembedded.git
Branch: master
Commit: 29eec63909040d45cb5e4a0a97455ac4a8fe3096
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=29eec63909040d45cb5e4a0a97455ac4a8fe3096

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Dec 24 12:28:40 2010 +0100

gdbus-binding-tool: add glib-2.0-utils to RDEPENDS for glib-genmarshal

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../gdbus-binding-tool/gdbus-binding-tool_git.bb   |    3 +++
 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 c7b3c1c..50b33df 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
 





More information about the Openembedded-commits mailing list