aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-12-31 18:29:29 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-05 08:17:18 -0800
commitca4009ac82af2dc32417679095ae6bb22d4bd10f (patch)
tree401da5fc0d4f790db9e39c410f4830820ae35645 /meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
parentac7ddd919c000dc2ded446c92aab7bfa5ae3df07 (diff)
downloadmeta-openembedded-ca4009ac82af2dc32417679095ae6bb22d4bd10f.tar.gz
gupnp-av: upgrade 0.12.11 -> 0.14.0 / build with mesa
License: * LGPL-2.0+ -> LGPL-2.1-or-later * Source code file does not add new to license: It is marked as LGPL-2.1-or-later Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc')
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
index a06c98e157..52e74f4920 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc
@@ -1,13 +1,8 @@
SUMMARY = "Helpers for AV applications using UPnP"
DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
-LICENSE = "LGPLv2"
-DEPENDS = "gupnp"
-inherit autotools pkgconfig gobject-introspection vala
+LICENSE = "LGPL-2.1-or-later"
+DEPENDS = "gupnp"
-# Copy vapigen.m4 so that it doesn't get removed by vala class
-# (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro)
-do_configure:prepend() {
- cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true
-}
+inherit meson pkgconfig gobject-introspection vala