summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-25 13:49:54 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:52 -0800
commit0cd2a26ff6fe573ffcec942f2db4e96db2d391e7 (patch)
treebdf54aca9c75af3edc0be9f76e368e83c24bc145 /meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
parent91eec68c74858c3d9428ea9f46d6b52d4bf0504f (diff)
downloadpoky-0cd2a26ff6fe573ffcec942f2db4e96db2d391e7.tar.gz
gssdp: Upgrade to version 0.9.0
Fix recipe metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb')
-rw-r--r--meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
deleted file mode 100644
index 2143984b11..0000000000
--- a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
+++ /dev/null
@@ -1,13 +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 libglade"
6
7SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
8
9inherit autotools pkgconfig
10
11PACKAGES =+ "gssdp-tools"
12
13FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"