mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
e8be179802
With the exception of paho-mqtt-cpp, the double protocol= attributes were added to the SRC_URIs when protocol=https was added to all SRC_URIs fetching from github.com in commitb402a3076f(recipes: Update SRC_URI branch and protocols). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit2e0a581bee) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
19 lines
536 B
BlitzBasic
19 lines
536 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${SRCPV}"
|
|
|
|
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"
|