blob: a3b27937217cedf68d1b5e0cf87afbe7f699e757 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Utility functions for dLeyna libraries"
2DESCRIPTION = "dleyna-core is a library of utility functions that are used \
3by the higher level dLeyna libraries that communicate with DLNA devices, \
4e.g., dleyna-server. In brief, it provides APIs for logging, error, settings \
5and task management and an IPC asbstraction API."
6HOMEPAGE = "https://01.org/dleyna/"
7
8LICENSE = "LGPLv2.1+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
10 file://libdleyna/core/core.c;endline=21;md5=139cba0c634344abc9456694fbb5083b"
11
12DEPENDS = "glib-2.0 gupnp"
13
14SRC_URI = "git://github.com/01org/${BPN}.git"
15SRCREV = "27a3786ec013f64fd58243410a60798f824acec3"
16S = "${WORKDIR}/git"
17
18inherit autotools pkgconfig