]> code.ossystems Code Review - openembedded-core.git/commitdiff
gperf: fix license segment md5sum boundary
authorMarko Lindqvist <cazfi74@gmail.com>
Tue, 15 Jan 2013 19:35:36 +0000 (21:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jan 2013 11:54:47 +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/gperf/gperf.inc
meta/recipes-extended/gperf/gperf_3.0.3.bb

index 10ee912b469d57e4e678a18ec70c870756bd6d00..a8ce230f65215f33a00a3a97610b1dd0941462ad 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gperf"
 SUMMARY  = "Generate a perfect hash function from a set of keywords"
 LICENSE  = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://src/main.cc;firstline=8;endline=19;md5=24688d2dff69bcf5cbea4bc3e4174c5a"
+                    file://src/main.cc;beginline=8;endline=19;md5=dec8f611845d047387ed56b5b85fa99b"
 
 SRC_URI  = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz"
 
index e7acc1f47cb443a2a238c3135390a9baa97d4bfa..772886121b1cc963d22ab9119db8b22e3b019c0e 100644 (file)
@@ -2,7 +2,7 @@ require gperf.inc
 
 LICENSE  = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a5f84abb0070adf8a0925d7d534b6e0a \
-                    file://src/main.cc;firstline=8;endline=19;md5=3eab12ba436c4da725b19b131def6de9"
+                    file://src/main.cc;beginline=8;endline=19;md5=72a3034a19e72f08ee48ef8244a121fd"
 
 PR = "r1"