summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-27 23:51:20 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:55 -0800
commit0f95bdbe73afb98eddf6ce4592f1cbcc465fed83 (patch)
treeebc398bb680839e0ce964f344e7b5002637d3421 /meta
parenta3c1bb3408cdc3160c423563542becd4b945b5f3 (diff)
downloadpoky-0f95bdbe73afb98eddf6ce4592f1cbcc465fed83.tar.gz
gupnp: Update LICENSE and LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb
index c9de7985f3..5fb9d23941 100644
--- a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb
+++ b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb
@@ -1,6 +1,8 @@
1SUMMARY = "UPnP framework" 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." 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 = "LGPL" 3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
5 file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1"
4DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" 6DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
5 7
6SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" 8SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"