mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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:
@@ -1,6 +1,7 @@
|
|||||||
DESCRIPTION = "Python GObject bindings"
|
DESCRIPTION = "Python GObject bindings"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPLv2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||||
DEPENDS = "python-pygobject-native-${PV} glib-2.0"
|
DEPENDS = "python-pygobject-native-${PV} glib-2.0"
|
||||||
PR = "ml0"
|
PR = "ml0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user