diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:29:30 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
commit | 0d6a621c9427b4cd7d7f7e4d60981f7ab407758f (patch) | |
tree | 031e6f84cb8b93462c8a9bf0d2d429f8248aff97 /meta-multimedia/recipes-connectivity/gupnp | |
parent | ca4009ac82af2dc32417679095ae6bb22d4bd10f (diff) | |
download | meta-openembedded-0d6a621c9427b4cd7d7f7e4d60981f7ab407758f.tar.gz |
gupnp-av: merge recipe with inc-file
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')
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc | 8 | ||||
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb | 12 |
2 files changed, 9 insertions, 11 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc deleted file mode 100644 index 52e74f492..000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc +++ /dev/null @@ -1,8 +0,0 @@ -SUMMARY = "Helpers for AV applications using UPnP" -DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP." - -LICENSE = "LGPL-2.1-or-later" -DEPENDS = "gupnp" - -inherit meson pkgconfig gobject-introspection vala - diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb index 6a8fa94e4..b253c54d9 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.0.bb @@ -1,6 +1,12 @@ -require gupnp-av.inc +SUMMARY = "Helpers for AV applications using UPnP" +DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP." -SRC_URI = "${GNOME_MIRROR}/${BPN}/0.14/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "20aed546fc882e78a3f186a0c8bce5c841cc3a44b7ea528298fbdc82596fb156" +LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" +DEPENDS = "gupnp" + +inherit meson pkgconfig gobject-introspection vala + +SRC_URI = "${GNOME_MIRROR}/${BPN}/0.14/${BPN}-${PV}.tar.xz" +SRC_URI[sha256sum] = "20aed546fc882e78a3f186a0c8bce5c841cc3a44b7ea528298fbdc82596fb156" |