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:57:36 +0000
commit87f778fc57c5aa51bdc4208504d9608f9f1a7f24 (patch)
treeb6740c5d98891bb996e99c4fa488b093c222a58e /meta/recipes-extended/gzip
parenta7cbb2e67cd742b2e1bd4d4a9067e6756ef26282 (diff)
downloadopenembedded-core-contrib-87f778fc57c5aa51bdc4208504d9608f9f1a7f24.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. (From OE-Core rev: 029965a3e8263ec11d9a5f1bfbb8152ae4a1aea3) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"