mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 17:01:19 +00:00
mdbus2: Add recipe
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b6c9a83e36
commit
8c214f0d21
16
meta-oe/recipes-core/mdbus2/mdbus2_git.bb
Normal file
16
meta-oe/recipes-core/mdbus2/mdbus2_git.bb
Normal file
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user