blob: eafbb50db49442e93210d40e626f936b9d2b9ab3 [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00008LICENSE = "LGPL-2.1-or-later"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
Andrew Geissler82c905d2020-04-13 13:39:40 -050010 file://libdleyna/core/core.c;endline=21;md5=68602998351825b0844aae34c684c54e"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12DEPENDS = "glib-2.0 gupnp"
13
Andrew Geissler82c905d2020-04-13 13:39:40 -050014PV .= "+git${SRCPV}"
15
Andrew Geissler595f6302022-01-24 19:11:47 +000016SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
Andrew Geissler82c905d2020-04-13 13:39:40 -050017SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018S = "${WORKDIR}/git"
19
20inherit autotools pkgconfig