diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 17:31:24 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:47:02 -0800 |
commit | 483ab5b54a43b73d553f6fbb8a2a99901f37f906 (patch) | |
tree | bbce0fa751481b55b233453c0b454244313ccc1f /meta/recipes-connectivity | |
parent | f3a3b93e3a16cf6a8745aa5a1d1135067e6d6b7d (diff) | |
download | poky-483ab5b54a43b73d553f6fbb8a2a99901f37f906.tar.gz |
gssdp:Add license checksum and update the GPL information
Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb index 9d4c17e6a3..2143984b11 100644 --- a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb +++ b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | SUMMARY = "Resource discovery and announcement over SSDP" | 1 | SUMMARY = "Resource discovery and announcement over SSDP" |
2 | DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)." | 2 | DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)." |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
4 | DEPENDS = "glib-2.0 libsoup-2.4 libglade" | 5 | DEPENDS = "glib-2.0 libsoup-2.4 libglade" |
5 | 6 | ||
6 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" | 7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" |