diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 09:28:33 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:49 -0800 |
commit | f48c8d856379690bdd325d568eb37b060ae52ef9 (patch) | |
tree | f3ac99aace23c809245f1a7e54689bf0cb87dce6 /meta/recipes-devtools/python | |
parent | d5e9c266b25a12c8571bd11a26132468f3fd92ce (diff) | |
download | poky-f48c8d856379690bdd325d568eb37b060ae52ef9.tar.gz |
python-pygtk: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-pygtk_2.17.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb index 3dcfd64a9d..d3f4f50006 100644 --- a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb +++ b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb | |||
@@ -5,7 +5,8 @@ DEPENDS = "gtk+ libglade python-pycairo python-pygobject" | |||
5 | RDEPENDS = "python-shell python-pycairo python-pygobject" | 5 | RDEPENDS = "python-shell python-pycairo python-pygobject" |
6 | PROVIDES = "python-pygtk2" | 6 | PROVIDES = "python-pygtk2" |
7 | SRCNAME = "pygtk" | 7 | SRCNAME = "pygtk" |
8 | LICENSE = "LGPL" | 8 | LICENSE = "LGPLv2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | ||
9 | PR = "ml8.3" | 10 | PR = "ml8.3" |
10 | 11 | ||
11 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \ | 12 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \ |