[poky] [PATCH 04/20] python:Add license checksum to bb file

Mei Lei lei.mei at intel.com
Wed Nov 24 20:30:24 PST 2010


Add LICENSE file checksum to bb file

Signed-off-by: Mei Lei <lei.mei at intel.com>
---
 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 fa0e294..50f8d70 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
 DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib"
 DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
 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://01-use-proper-tools-for-cross-build.patch \
-- 
1.6.3.3




More information about the poky mailing list