diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-25 12:30:24 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:48 -0800 |
commit | 75f93fe26e349a1cbfcd4156b2d431703f53fcfa (patch) | |
tree | d145e52c1a73bf2194f77273aab52b9d21a04ebc /meta/recipes-devtools | |
parent | 246daac749ec78f2e408bec2635f5bd7ba9ffa65 (diff) | |
download | poky-75f93fe26e349a1cbfcd4156b2d431703f53fcfa.tar.gz |
python:Add license checksum to bb file
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python_2.6.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.6.6.bb b/meta/recipes-devtools/python/python_2.6.6.bb index fa0e294158..50f8d70b04 100644 --- a/meta/recipes-devtools/python/python_2.6.6.bb +++ b/meta/recipes-devtools/python/python_2.6.6.bb | |||
@@ -2,7 +2,7 @@ require python.inc | |||
2 | DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" | 2 | DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" |
3 | DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" | 3 | DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" |
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fdd546420fab09ac6bd3d8a1c83eb6" | |
6 | SRC_URI = "\ | 6 | SRC_URI = "\ |
7 | http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ | 7 | http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ |
8 | file://01-use-proper-tools-for-cross-build.patch \ | 8 | file://01-use-proper-tools-for-cross-build.patch \ |