diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | 21 |
1 files changed, 0 insertions, 21 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 deleted file mode 100644 index 4f743b16f6..0000000000 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 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 = "LGPL-2.1-or-later" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
| 10 | file://libdleyna/core/core.c;endline=21;md5=68602998351825b0844aae34c684c54e" | ||
| 11 | |||
| 12 | DEPENDS = "glib-2.0 gupnp" | ||
| 13 | |||
| 14 | PV .= "+git" | ||
| 15 | |||
| 16 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https" | ||
| 17 | SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b" | ||
| 18 | |||
| 19 | inherit autotools pkgconfig | ||
| 20 | |||
| 21 | SKIP_RECIPE[dleyna-core] ?= "Upstream is dead moreover needs porting to work with latest gupnp >= 1.2" | ||
