summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gupnp/gupnp_0.16.1.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/gupnp_0.16.1.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/gupnp_0.16.1.bb')
-rw-r--r--meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb b/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
deleted file mode 100644
index c226c9ed5d..0000000000
--- a/meta/recipes-connectivity/gupnp/gupnp_0.16.1.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "UPnP framework"
2DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals."
3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
5 file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1"
6DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme gobject-introspection-stub"
7
8SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "021bb237741532af4bca50157ff326e4"
11SRC_URI[sha256sum] = "f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe"
12
13PR = "r2"
14
15EXTRA_OECONF = "--disable-introspection"
16
17inherit autotools pkgconfig
18
19FILES_${PN} = "${libdir}/*.so.*"
20FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
21
22SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
23
24gupnp_sysroot_preprocess () {
25 install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/
26 install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${bindir_crossscripts}/
27}
28