]> code.ossystems Code Review - openembedded-core.git/commitdiff
gssdp:Add license checksum and update the GPL information
authorMei Lei <lei.mei@intel.com>
Tue, 23 Nov 2010 09:31:24 +0000 (17:31 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 24 Nov 2010 00:47:02 +0000 (16:47 -0800)
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>
meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb

index 9d4c17e6a37c96fe2985c58c876699434167100e..2143984b1172d03cef1f1bd4ff7c0d27411e04d9 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "Resource discovery and announcement over SSDP"
 DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)."
-LICENSE = "LGPL"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 DEPENDS = "glib-2.0 libsoup-2.4 libglade"
 
 SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"