blob: 82f2cf8c941146440c1c8c831c07dd0c64657e8f [file] [log] [blame]
Brad Bishop996bc452019-12-02 13:05:15 -05001SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2"
2LICENSE = "GPL-2.0"
3LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
4
5DEPENDS = "readline"
6
7PV = "2.3.3+git${SRCPV}"
8
9SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http"
10SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
11
12S = "${WORKDIR}/git"
13
14inherit autotools vala
15
16EXTRA_OECONF += "--enable-vala"