diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-22 17:32:40 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 14:31:24 +0000 |
commit | 4df34661bd8fa075921e3fa77c6a2cd1ee412d5a (patch) | |
tree | abbc6e15be9d0fc52feeb30749c13fe5b60be798 /meta/recipes-devtools/python | |
parent | 2b95a00b711c27a0eaf2cc2ad3055de61b7c1d8c (diff) | |
download | openembedded-core-4df34661bd8fa075921e3fa77c6a2cd1ee412d5a.tar.gz openembedded-core-4df34661bd8fa075921e3fa77c6a2cd1ee412d5a.tar.bz2 openembedded-core-4df34661bd8fa075921e3fa77c6a2cd1ee412d5a.zip |
python: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.6.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.6.6.bb b/meta/recipes-devtools/python/python-native_2.6.6.bb index 148dc587e9..2ad10c9192 100644 --- a/meta/recipes-devtools/python/python-native_2.6.6.bb +++ b/meta/recipes-devtools/python/python-native_2.6.6.bb @@ -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 \ |