aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 09:28:33 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:48 -0800
commitd5e9c266b25a12c8571bd11a26132468f3fd92ce (patch)
treeb98ea4007bf9095d2522bf561b86e68dfa29b027 /meta/recipes-devtools/python
parent373e5c2a8163445bf183ffbbbf3a38c4d8bda1aa (diff)
downloadopenembedded-core-contrib-d5e9c266b25a12c8571bd11a26132468f3fd92ce.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-pygobject_2.21.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject_2.21.1.bb b/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
index b815e4c0f2..b43844760b 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.21.1.bb
@@ -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"