blob: 07c5cc939403217c5e6ed62d05237f2d98e5213f [file] [log] [blame]
Brad Bishop996bc452019-12-02 13:05:15 -05001SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-2.0-only"
Brad Bishop996bc452019-12-02 13:05:15 -05003LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
4
5DEPENDS = "readline"
6
7PV = "2.3.3+git${SRCPV}"
8
Andrew Geissler595f6302022-01-24 19:11:47 +00009SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http;branch=master;protocol=https \
Andrew Geissler4b7c1152020-11-30 19:55:29 -060010 file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \
11 "
Brad Bishop996bc452019-12-02 13:05:15 -050012SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
13
14S = "${WORKDIR}/git"
15
Andrew Geissler5199d832021-09-24 16:47:35 -050016inherit autotools pkgconfig vala
Brad Bishop996bc452019-12-02 13:05:15 -050017
18EXTRA_OECONF += "--enable-vala"