Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "DLNA renderer libraries" |
| 2 | DESCRIPTION = "dleyna-renderer is a library for implementing services \ |
| 3 | that allow clients to discover and manipulate Digital Media Renderers. \ |
| 4 | An implementation of such a service for linux is also included." |
| 5 | HOMEPAGE = "https://01.org/dleyna/" |
| 6 | |
| 7 | LICENSE = "LGPLv2.1+" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ |
| 9 | file://libdleyna/renderer/server.c;endline=21;md5=f51acd4757fb6a779a87122c43cf1346" |
| 10 | |
| 11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core" |
| 12 | RDEPENDS_${PN} = "dleyna-connector-dbus" |
| 13 | |
| 14 | SRC_URI = "git://github.com/01org/${BPN}.git" |
| 15 | SRCREV = "50fd1ec9d51328e7dea98874129dc8d6fe3ea1dd" |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | inherit autotools pkgconfig |
| 19 | |
| 20 | CFLAGS += " -I${S}" |
| 21 | |
| 22 | FILES_${PN} += "${datadir}/dbus-1" |
| 23 | FILES_${PN}-dev += "${libdir}/${PN}/*.so" |