diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-11-12 06:14:37 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:28:23 +0100 |
commit | 64d79e9d70663b1b7ac7c4c3656eac87786dce25 (patch) | |
tree | e072b7e8272138ad1523b75f22c30b0d22d22976 /meta-multimedia/recipes-multimedia | |
parent | e418734c0fa5fbf7a2cf6fcad3b981c83fae109f (diff) | |
download | meta-openembedded-64d79e9d70663b1b7ac7c4c3656eac87786dce25.tar.gz |
dleyna-core: Add recipe
dleyna-core is a library of utility functions needed by
other dLeyna packages (most notably "dleyna-connector-dbus"
"dleyna-server" and "dleyna-renderer").
It provides APIs for logging, error, settings, task
management and an IPC abstraction API.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb new file mode 100644 index 000000000..a3b279372 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Utility functions for dLeyna libraries" | ||
2 | DESCRIPTION = "dleyna-core is a library of utility functions that are used \ | ||
3 | by the higher level dLeyna libraries that communicate with DLNA devices, \ | ||
4 | e.g., dleyna-server. In brief, it provides APIs for logging, error, settings \ | ||
5 | and task management and an IPC asbstraction API." | ||
6 | HOMEPAGE = "https://01.org/dleyna/" | ||
7 | |||
8 | LICENSE = "LGPLv2.1+" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
10 | file://libdleyna/core/core.c;endline=21;md5=139cba0c634344abc9456694fbb5083b" | ||
11 | |||
12 | DEPENDS = "glib-2.0 gupnp" | ||
13 | |||
14 | SRC_URI = "git://github.com/01org/${BPN}.git" | ||
15 | SRCREV = "27a3786ec013f64fd58243410a60798f824acec3" | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | inherit autotools pkgconfig | ||