summaryrefslogtreecommitdiffstats
path: root/meta/packages/zlib
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-05-11 16:25:39 -0700
committerNitin A Kamble <nitin.a.kamble@intel.com>2010-05-11 16:25:39 -0700
commit2ca1f78a9578d9c2095be548aeda523b61ee840c (patch)
treecbf1dc64c07aff1347260fee4cfdca3d9fffeb98 /meta/packages/zlib
parentc89362c767ba3255358f5bf5630bdef8cb3d107d (diff)
downloadpoky-2ca1f78a9578d9c2095be548aeda523b61ee840c.tar.gz
License Change checking:
Added a new variable in recipe : LIC_FILES_CHKSUM It is a required field for every recipe. It describes license text location in the source files. And also stores md5sum of that license text. Any change in this license text triggers build error. Which enables developer to review any changes in the license and update the license fields in the recipe accordingly. For Example: contents of zlib_1.2.3.bb LICENSE = "zlib" LIC_FILES_CHKSUM = "file://README;md5=ae764cfda68da96df20af9fbf9fe49bd \ file://zlib.h;beginline=1;endline=30;md5=6ab03f03a5ee92d06b809797d4d5586d " Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/zlib')
-rw-r--r--meta/packages/zlib/zlib_1.2.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/zlib/zlib_1.2.3.bb b/meta/packages/zlib/zlib_1.2.3.bb
index 97d0be5d5e..c58d5f2d25 100644
--- a/meta/packages/zlib/zlib_1.2.3.bb
+++ b/meta/packages/zlib/zlib_1.2.3.bb
@@ -3,6 +3,8 @@ SECTION = "libs"
3PRIORITY = "required" 3PRIORITY = "required"
4HOMEPAGE = "http://www.gzip.org/zlib/" 4HOMEPAGE = "http://www.gzip.org/zlib/"
5LICENSE = "zlib" 5LICENSE = "zlib"
6LIC_FILES_CHKSUM = "file://README;md5=ae764cfda68da96df20af9fbf9fe49bd \
7 file://zlib.h;beginline=1;endline=30;md5=6ab03f03a5ee92d06b809797d4d5586d "
6PR = "r7" 8PR = "r7"
7 9
8SRC_URI = "http://www.zlib.net/zlib-1.2.3.tar.bz2 \ 10SRC_URI = "http://www.zlib.net/zlib-1.2.3.tar.bz2 \