mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
ac7ddd919c
commit
ca4009ac82
|
|
@ -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"
|
||||
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
DEPENDS = "gupnp"
|
||||
|
||||
inherit autotools pkgconfig gobject-introspection vala
|
||||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
require gupnp-av.inc
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/0.12/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "f09e99ae20271b0a8cadce806098ae8b"
|
||||
SRC_URI[sha256sum] = "689dcf1492ab8991daea291365a32548a77d1a2294d85b33622b55cca9ce6fdc"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
||||
file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=2b47b7b5f799d2ebabe62b895e848820"
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
require gupnp-av.inc
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/0.14/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "20aed546fc882e78a3f186a0c8bce5c841cc3a44b7ea528298fbdc82596fb156"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user