diff options
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.21.1.bb | 3 |
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" |