diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:29:29 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
| commit | ca4009ac82af2dc32417679095ae6bb22d4bd10f (patch) | |
| tree | 401da5fc0d4f790db9e39c410f4830820ae35645 /meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc | |
| parent | ac7ddd919c000dc2ded446c92aab7bfa5ae3df07 (diff) | |
| download | meta-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.inc | 11 |
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 @@ | |||
| 1 | SUMMARY = "Helpers for AV applications using UPnP" | 1 | SUMMARY = "Helpers for AV applications using UPnP" |
| 2 | DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP." | 2 | DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP." |
| 3 | LICENSE = "LGPLv2" | ||
| 4 | DEPENDS = "gupnp" | ||
| 5 | 3 | ||
| 6 | inherit autotools pkgconfig gobject-introspection vala | 4 | LICENSE = "LGPL-2.1-or-later" |
| 5 | DEPENDS = "gupnp" | ||
| 7 | 6 | ||
| 8 | # Copy vapigen.m4 so that it doesn't get removed by vala class | 7 | inherit meson pkgconfig gobject-introspection vala |
| 9 | # (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro) | ||
| 10 | do_configure:prepend() { | ||
| 11 | cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true | ||
| 12 | } | ||
| 13 | 8 | ||
