Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "DLNA server libraries" |
| 2 | DESCRIPTION = "dleyna-server is a library for implementing services that \ |
| 3 | allow clients to discover, browse and manipulate Digital Media Servers. \ |
| 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 \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 9 | file://libdleyna/server/server.c;endline=22;md5=437455d8aeff69ebd0996a76c67397bb" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 10 | |
| 11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 libxml2 dleyna-core" |
| 12 | RDEPENDS_${PN} = "dleyna-connector-dbus" |
| 13 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 14 | PV .= "+git${SRCPV}" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | SRC_URI = "git://github.com/01org/${BPN}.git" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 16 | SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | inherit autotools pkgconfig |
| 20 | |
| 21 | FILES_${PN} += "${datadir}/dbus-1" |
| 22 | FILES_${PN}-dev += "${libdir}/${PN}/*.so" |