diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb new file mode 100644 index 0000000000..a3b2793721 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Utility functions for dLeyna libraries" | ||
| 2 | DESCRIPTION = "dleyna-core is a library of utility functions that are used \ | ||
| 3 | by the higher level dLeyna libraries that communicate with DLNA devices, \ | ||
| 4 | e.g., dleyna-server. In brief, it provides APIs for logging, error, settings \ | ||
| 5 | and task management and an IPC asbstraction API." | ||
| 6 | HOMEPAGE = "https://01.org/dleyna/" | ||
| 7 | |||
| 8 | LICENSE = "LGPLv2.1+" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
| 10 | file://libdleyna/core/core.c;endline=21;md5=139cba0c634344abc9456694fbb5083b" | ||
| 11 | |||
| 12 | DEPENDS = "glib-2.0 gupnp" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/01org/${BPN}.git" | ||
| 15 | SRCREV = "27a3786ec013f64fd58243410a60798f824acec3" | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit autotools pkgconfig | ||
