python-pygobject:Add license checksum and update the GPL information

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>
This commit is contained in:
Mei Lei 2010-11-26 09:28:33 +08:00 committed by Richard Purdie
parent 373e5c2a81
commit d5e9c266b2
1 changed files with 2 additions and 1 deletions

View 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"