blob: c6db78b4abfe27dd5c3b69a4f64cd6268ad3345e [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
Patrick Williams8e7b46e2023-05-01 14:19:06 -05009SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=master \
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"