diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-17 16:10:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-17 16:10:28 +0200 |
commit | e7463a7b8606fd0f514f9b477bd33ed40f4f9157 (patch) | |
tree | 4eb0f111e1bc3592a8923090595e0b2fe0f80ee3 /meta-oe/recipes-devtools | |
parent | 90bd2e80a7e8a5279831b95b04b9c45733328b71 (diff) | |
download | meta-openembedded-e7463a7b8606fd0f514f9b477bd33ed40f4f9157.tar.gz |
python-cheeta 2.4.4: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb index e3ecb1c08..30c3d47c1 100644 --- a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb +++ b/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | |||
@@ -2,7 +2,10 @@ DESCRIPTION = "Python template engine and code generation tool" | |||
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aff1107514aa6aae948f9fe71fdc393b" | ||
6 | |||
5 | SRCNAME = "Cheetah" | 7 | SRCNAME = "Cheetah" |
8 | |||
6 | PR = "r1" | 9 | PR = "r1" |
7 | 10 | ||
8 | SRC_URI = "http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${PV}.tar.gz" | 11 | SRC_URI = "http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${PV}.tar.gz" |