aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/mdbus2/mdbus2_git.bb')
-rw-r--r--meta-oe/recipes-core/mdbus2/mdbus2_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
index 71ab4d45a7..a7ac358f27 100644
--- a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
+++ b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
@@ -1,18 +1,18 @@
SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2"
-LICENSE = "GPL-2.0"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
DEPENDS = "readline"
-PV = "2.3.3+git${SRCPV}"
+PV = "2.3.3+git"
-SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http \
+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 vala
+inherit autotools pkgconfig vala
EXTRA_OECONF += "--enable-vala"