diff options
| author | Diego Santa Cruz <Diego.SantaCruz@spinetix.com> | 2021-01-06 18:59:41 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-06 14:20:36 -0800 |
| commit | e92b0e56fd50165b14c754d11cfedf75e287a259 (patch) | |
| tree | cff8a25e22fe8b5f892b67b274a38ea447b53661 /meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb | |
| parent | a6a8fc75bad04be0842e22fb137d0e7a2dcb7279 (diff) | |
| download | meta-openembedded-e92b0e56fd50165b14c754d11cfedf75e287a259.tar.gz | |
gssdp: Upgrade to 1.2.2 -> 1.2.3
Dependency of gupnp 1.2.3
Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb')
| -rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb new file mode 100644 index 0000000000..7d82c3e2e6 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Resource discovery and announcement over SSDP" | ||
| 2 | DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)." | ||
| 3 | LICENSE = "LGPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
| 5 | DEPENDS = "glib-2.0 libsoup-2.4" | ||
| 6 | |||
| 7 | SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz" | ||
| 8 | SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910" | ||
| 9 | SRC_URI[sha256sum] = "a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8" | ||
| 10 | |||
| 11 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
| 12 | |||
| 13 | inherit meson pkgconfig gobject-introspection vala gtk-doc | ||
| 14 | |||
| 15 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', '', d)}" | ||
| 16 | PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3," | ||
| 17 | |||
| 18 | PACKAGES =+ "gssdp-tools" | ||
| 19 | |||
| 20 | FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" | ||
