mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
19 lines
528 B
BlitzBasic
19 lines
528 B
BlitzBasic
SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
|
|
|
|
DEPENDS = "readline"
|
|
|
|
PV = "2.3.3+git"
|
|
|
|
SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=master \
|
|
file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \
|
|
"
|
|
SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig vala
|
|
|
|
EXTRA_OECONF += "--enable-vala"
|