summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-01-21 15:29:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-21 19:04:34 +0000
commitdcf494fd4c4ef77708bc4bf2a5da4f57d861e964 (patch)
treef2296587923412582012b5cc4b5398c3f046f0ff /meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
parentd3b84e77d791fda86ea7b69681f72c9053732bba (diff)
downloadpoky-dcf494fd4c4ef77708bc4bf2a5da4f57d861e964.tar.gz
gupnp: remove, migrated to meta-multimedia
The GUPnP stack was stagnating in oe-core and untested. It's now moved to meta-multimedia where it's also been upgraded. (From OE-Core rev: 51e548a4e61709d9d87a424586529638873835b3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb')
-rw-r--r--meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
deleted file mode 100644
index 9dc05e596a..0000000000
--- a/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Resource discovery and announcement over SSDP"
2DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)."
3LICENSE = "LGPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
5DEPENDS = "glib-2.0 libsoup-2.4 gobject-introspection-stub"
6
7PR = "r3"
8
9SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "aec6a56ac1d4f8a4837da83f2d152556"
12SRC_URI[sha256sum] = "94de92bb4f7906ed2f047b0146a3b21d53d09908fe1f0149484f61c6afc598ea"
13
14inherit autotools pkgconfig
15
16PACKAGES =+ "gssdp-tools"
17
18FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
19
20EXTRA_OECONF = "--disable-introspection"
21
22PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)}"
23PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk,gtk+"