aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
blob: 7f5cf822efb37d3afda28a4475a5f2dab69ab5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"

DEPENDS = "readline"

PV = "2.3.3+git${SRCPV}"

SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http;branch=master;protocol=https \
           file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \
           "
SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"

S = "${WORKDIR}/git"

inherit autotools vala

EXTRA_OECONF += "--enable-vala"