diff options
-rw-r--r-- | meta-oe/recipes-core/mdbus2/mdbus2_git.bb | 16 |
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 @@ | |||
1 | SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2" | ||
2 | LICENSE = "GPL-2.0" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" | ||
4 | |||
5 | DEPENDS = "readline" | ||
6 | |||
7 | PV = "2.3.3+git${SRCPV}" | ||
8 | |||
9 | SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http" | ||
10 | SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | inherit autotools vala | ||
15 | |||
16 | EXTRA_OECONF += "--enable-vala" | ||