]> code.ossystems Code Review - openembedded-core.git/commitdiff
python: Add LIC_FILES_CHKSUM
authorSaul Wold <sgw@linux.intel.com>
Thu, 23 Dec 2010 01:32:40 +0000 (17:32 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 23 Dec 2010 14:31:24 +0000 (14:31 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/python/python-native_2.6.6.bb

index 148dc587e9696ea7e3888723590936bc133562c7..2ad10c9192a96b484385eef0b80b22fd8aa11974 100644 (file)
@@ -2,6 +2,7 @@ require python.inc
 DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native"
 PR = "${INC_PR}.0"
 
+LIC_FILES_CHKSUM = "file://LICENSE;md5=38fdd546420fab09ac6bd3d8a1c83eb6"
 
 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
            file://04-default-is-optimized.patch \