]> code.ossystems Code Review - openembedded-core.git/commitdiff
gzip: fix license segment md5sum boundary
authorMarko Lindqvist <cazfi74@gmail.com>
Tue, 15 Jan 2013 19:34:04 +0000 (21:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jan 2013 11:54:46 +0000 (11:54 +0000)
Replaced incorrect "firstline" with correct "beginline" for telling
where license segment in file begins. Old md5sum was calculated from
the beginning of the file, not from beginning of the license segment.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/gzip/gzip.inc

index a4b1abe16580d82cf31be2a59cad1daa7718e470..6ec1dae0fd4d27ad0e00e2cec523d1778250ca02 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "console/utils"
 # change to GPLv3+ in 2007/07. Previous GPLv2 version is 1.3.12
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://gzip.h;firstline=8;endline=20;md5=d31380638987e6789f06bc96a29a9a16"
+                    file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e"
 
 SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz"