mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
507 B
BlitzBasic
18 lines
507 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"
|
|
|
|
|
|
inherit autotools pkgconfig vala
|
|
|
|
EXTRA_OECONF += "--enable-vala"
|