mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
dleyna-connector-dbus: Add recipe
dleyna-connector-dbus is a D-Bus connector library depending on "dleyna-core", and needed by dLeyna implementations (most notably "dleyna-server" and "dleyna-renderer"). It allows them to discover D-Bus buses, and to be started via D-Bus services files. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
64d79e9d70
commit
6a9dfe9947
|
|
@ -0,0 +1,18 @@
|
|||
SUMMARY = "D-Bus connector for dLeyna libraries"
|
||||
HOMEPAGE = "https://01.org/dleyna/"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://src/connector-dbus.c;endline=21;md5=0a1695cef53beefc36651de439f643b5"
|
||||
|
||||
DEPENDS = "glib-2.0 dbus dleyna-core"
|
||||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git"
|
||||
SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} += "${libdir}/dleyna-1.0/connectors/*.so"
|
||||
FILES_${PN}-dev += "${libdir}/dleyna-1.0/connectors/*.la"
|
||||
FILES_${PN}-dbg += "${libdir}/dleyna-1.0/connectors/.debug/*.so"
|
||||
Loading…
Reference in New Issue
Block a user