aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-11-27 10:03:03 -0300
committerKhem Raj <raj.khem@gmail.com>2019-11-27 20:07:43 -0800
commit8c214f0d2172a23a296bff214fed32f539cf030a (patch)
tree44be57024c5f6a229bb4dd1dc63277a591507431 /meta-oe/recipes-core
parentb6c9a83e3622a82d990c926a5e8686f9be19502f (diff)
downloadmeta-openembedded-8c214f0d2172a23a296bff214fed32f539cf030a.tar.gz
mdbus2: Add recipe
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/mdbus2/mdbus2_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
new file mode 100644
index 0000000000..82f2cf8c94
--- /dev/null
+++ b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
@@ -0,0 +1,16 @@
+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"
+SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
+
+S = "${WORKDIR}/git"
+
+inherit autotools vala
+
+EXTRA_OECONF += "--enable-vala"