Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "D-Bus connector for dLeyna libraries" |
| 2 | HOMEPAGE = "https://01.org/dleyna/" |
| 3 | |
| 4 | LICENSE = "LGPLv2.1+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ |
| 6 | file://src/connector-dbus.c;endline=21;md5=0a1695cef53beefc36651de439f643b5" |
| 7 | |
| 8 | DEPENDS = "glib-2.0 dbus dleyna-core" |
| 9 | |
| 10 | SRC_URI = "git://github.com/01org/${BPN}.git" |
| 11 | SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a" |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools pkgconfig |
| 15 | |
| 16 | FILES_${PN} += "${libdir}/dleyna-1.0/connectors/*.so" |
| 17 | FILES_${PN}-dev += "${libdir}/dleyna-1.0/connectors/*.la" |
| 18 | FILES_${PN}-dbg += "${libdir}/dleyna-1.0/connectors/.debug/*.so" |