[oe-commits] Martin Jansa : gdbus-binding-tool: bump SRCREV

git version control git at git.openembedded.org
Tue May 10 12:01:45 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 2893857e197f480d56837733e4a294febe56c543
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2893857e197f480d56837733e4a294febe56c543

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Apr 29 14:35:06 2011 +0200

gdbus-binding-tool: bump SRCREV

* old version was failing to build after upgrading glib-2.0
* needs new python-argparse and libffi
* be aware that command line params changed as well as generated code,
  and this recipe will be deprecated as soon as we switch to glib-2.29.3
  or newer

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

---

 .../gdbus-binding-tool/gdbus-binding-tool_git.bb   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/gdbus-binding-tool/gdbus-binding-tool_git.bb b/meta-oe/recipes-devtools/gdbus-binding-tool/gdbus-binding-tool_git.bb
index 286434d..715a7a9 100644
--- a/meta-oe/recipes-devtools/gdbus-binding-tool/gdbus-binding-tool_git.bb
+++ b/meta-oe/recipes-devtools/gdbus-binding-tool/gdbus-binding-tool_git.bb
@@ -1,6 +1,6 @@
 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"
+DEPENDS = "glib-2.0 libffi python-argparse gdbus-binding-tool-native"
+DEPENDS_virtclass-native = "glib-2.0-native libffi-native python-argparse-native"
 RDEPENDS_${PN} = "glib-2.0-utils"
 # taken from glib where this is supposed to be moved later
 LICENSE = "LGPLv2+ & BSD & public domain"
@@ -12,7 +12,7 @@ inherit autotools pkgconfig
 
 SRC_URI = "git://anongit.freedesktop.org/~david/${BPN};protocol=git;branch=master \
            file://COPYING"
-SRCREV = "229fd9adbb6bd9d824b38a3bd092229016540f41"
+SRCREV = "286f4eaf48ea79821be5a4e6bf493566b156faa4"
 PV = "0.1+gitr${SRCPV}"
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list