mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
59bff77ad0
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
17 lines
437 B
BlitzBasic
17 lines
437 B
BlitzBasic
SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2"
|
|
LICENSE = "GPL-2.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
|
|
|
|
DEPENDS = "readline"
|
|
|
|
PV = "2.3.3+git${SRCPV}"
|
|
|
|
SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http;branch=master;protocol=https"
|
|
SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools vala
|
|
|
|
EXTRA_OECONF += "--enable-vala"
|