From e7463a7b8606fd0f514f9b477bd33ed40f4f9157 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 17 Jun 2011 16:10:28 +0200 Subject: [PATCH] python-cheeta 2.4.4: add license checksum Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb | 3 +++ 1 file changed, 3 insertions(+) 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 e3ecb1c089..30c3d47c18 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" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aff1107514aa6aae948f9fe71fdc393b" + SRCNAME = "Cheetah" + PR = "r1" SRC_URI = "http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${PV}.tar.gz"