diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-29 14:35:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 13:57:34 +0200 |
commit | 2893857e197f480d56837733e4a294febe56c543 (patch) | |
tree | 0932cf4f565215f8c662b9bc98736e76b08627ec | |
parent | 98d69cc39a04ddfcbce9a3cd736cfe1fc0dcf2dc (diff) | |
download | meta-openembedded-2893857e197f480d56837733e4a294febe56c543.tar.gz |
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@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/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 286434de6..715a7a9c0 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 @@ | |||
1 | DESCRIPTION = "gdbus-binding-tool is used to generate C code for interacting with remote objects using D-Bus." | 1 | DESCRIPTION = "gdbus-binding-tool is used to generate C code for interacting with remote objects using D-Bus." |
2 | DEPENDS = "glib-2.0 gdbus-binding-tool-native" | 2 | DEPENDS = "glib-2.0 libffi python-argparse gdbus-binding-tool-native" |
3 | DEPENDS_virtclass-native = "glib-2.0-native" | 3 | DEPENDS_virtclass-native = "glib-2.0-native libffi-native python-argparse-native" |
4 | RDEPENDS_${PN} = "glib-2.0-utils" | 4 | RDEPENDS_${PN} = "glib-2.0-utils" |
5 | # taken from glib where this is supposed to be moved later | 5 | # taken from glib where this is supposed to be moved later |
6 | LICENSE = "LGPLv2+ & BSD & public domain" | 6 | LICENSE = "LGPLv2+ & BSD & public domain" |
@@ -12,7 +12,7 @@ inherit autotools pkgconfig | |||
12 | 12 | ||
13 | SRC_URI = "git://anongit.freedesktop.org/~david/${BPN};protocol=git;branch=master \ | 13 | SRC_URI = "git://anongit.freedesktop.org/~david/${BPN};protocol=git;branch=master \ |
14 | file://COPYING" | 14 | file://COPYING" |
15 | SRCREV = "229fd9adbb6bd9d824b38a3bd092229016540f41" | 15 | SRCREV = "286f4eaf48ea79821be5a4e6bf493566b156faa4" |
16 | PV = "0.1+gitr${SRCPV}" | 16 | PV = "0.1+gitr${SRCPV}" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||