]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pygtk: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:49 +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-pygtk_2.17.0.bb

index 3dcfd64a9db67aec8e9920eb36192c4277fe29f8..d3f4f50006d641c594c050cec8e6375e2f7231a8 100644 (file)
@@ -5,7 +5,8 @@ DEPENDS = "gtk+ libglade python-pycairo python-pygobject"
 RDEPENDS = "python-shell python-pycairo python-pygobject"
 PROVIDES = "python-pygtk2"
 SRCNAME = "pygtk"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
 PR = "ml8.3"
 
 SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \