summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/gdbus-binding-tool/gdbus-binding-tool_git.bb6
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 @@
1DESCRIPTION = "gdbus-binding-tool is used to generate C code for interacting with remote objects using D-Bus." 1DESCRIPTION = "gdbus-binding-tool is used to generate C code for interacting with remote objects using D-Bus."
2DEPENDS = "glib-2.0 gdbus-binding-tool-native" 2DEPENDS = "glib-2.0 libffi python-argparse gdbus-binding-tool-native"
3DEPENDS_virtclass-native = "glib-2.0-native" 3DEPENDS_virtclass-native = "glib-2.0-native libffi-native python-argparse-native"
4RDEPENDS_${PN} = "glib-2.0-utils" 4RDEPENDS_${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
6LICENSE = "LGPLv2+ & BSD & public domain" 6LICENSE = "LGPLv2+ & BSD & public domain"
@@ -12,7 +12,7 @@ inherit autotools pkgconfig
12 12
13SRC_URI = "git://anongit.freedesktop.org/~david/${BPN};protocol=git;branch=master \ 13SRC_URI = "git://anongit.freedesktop.org/~david/${BPN};protocol=git;branch=master \
14 file://COPYING" 14 file://COPYING"
15SRCREV = "229fd9adbb6bd9d824b38a3bd092229016540f41" 15SRCREV = "286f4eaf48ea79821be5a4e6bf493566b156faa4"
16PV = "0.1+gitr${SRCPV}" 16PV = "0.1+gitr${SRCPV}"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18