python-pygobject:Add license checksum and update the GPL information
authorMei Lei <lei.mei@intel.com>
Fri, 26 Nov 2010 01:28:33 +0000 (09:28 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:48 +0000 (05:24 -0800)
Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2.1" according to the COPYING file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/python/python-pygobject_2.21.1.bb

index b815e4c..b438447 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "Python GObject bindings"
 SECTION = "devel/python"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
 DEPENDS = "python-pygobject-native-${PV} glib-2.0"
 PR = "ml0"