summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-09 17:35:50 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-10 08:56:12 -0800
commite6ddc6181f05a0b3a199623c5ff74b281d43636f (patch)
treee7c76acb0ea9e723491c08e24c0c1b997e229def
parent10cb235b58223aef78f0dd8c89c7bb91f85070b6 (diff)
downloadmeta-openembedded-e6ddc6181f05a0b3a199623c5ff74b281d43636f.tar.gz
dleyna-core: drop recipe
The recipe has been disabled for over two years, due to the application being an abandonware, and it fails to compile with new versions of its dependencies. There are no signs from upstream that it would be revived (repository has been archived 4 years ago). Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb21
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 @@
1SUMMARY = "Utility functions for dLeyna libraries"
2DESCRIPTION = "dleyna-core is a library of utility functions that are used \
3by the higher level dLeyna libraries that communicate with DLNA devices, \
4e.g., dleyna-server. In brief, it provides APIs for logging, error, settings \
5and task management and an IPC asbstraction API."
6HOMEPAGE = "https://01.org/dleyna/"
7
8LICENSE = "LGPL-2.1-or-later"
9LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
10 file://libdleyna/core/core.c;endline=21;md5=68602998351825b0844aae34c684c54e"
11
12DEPENDS = "glib-2.0 gupnp"
13
14PV .= "+git"
15
16SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
17SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b"
18
19inherit autotools pkgconfig
20
21SKIP_RECIPE[dleyna-core] ?= "Upstream is dead moreover needs porting to work with latest gupnp >= 1.2"