aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gzip
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 21:34:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:54:46 +0000
commit029965a3e8263ec11d9a5f1bfbb8152ae4a1aea3 (patch)
tree257032360c99b377bfba046aaad38369899220c7 /meta/recipes-extended/gzip
parent98691df00020036628617d6f149c02b1d0d856ea (diff)
downloadopenembedded-core-contrib-029965a3e8263ec11d9a5f1bfbb8152ae4a1aea3.tar.gz
gzip: fix license segment md5sum boundary
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>
Diffstat (limited to 'meta/recipes-extended/gzip')
-rw-r--r--meta/recipes-extended/gzip/gzip.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc
index a4b1abe165..6ec1dae0fd 100644
--- a/meta/recipes-extended/gzip/gzip.inc
+++ b/meta/recipes-extended/gzip/gzip.inc
@@ -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"