aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gperf/gperf_3.0.3.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 21:35:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:54:47 +0000
commit9851d4bdf9283d280d8fc1302f5b744b6d792759 (patch)
tree399a29b618e0883921496ac7e48e9af2970ef9a2 /meta/recipes-extended/gperf/gperf_3.0.3.bb
parentda826787f08adec6a3ec3995e7809b75df2c99c3 (diff)
downloadopenembedded-core-9851d4bdf9283d280d8fc1302f5b744b6d792759.tar.gz
gperf: 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/gperf/gperf_3.0.3.bb')
-rw-r--r--meta/recipes-extended/gperf/gperf_3.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gperf/gperf_3.0.3.bb b/meta/recipes-extended/gperf/gperf_3.0.3.bb
index e7acc1f47c..772886121b 100644
--- a/meta/recipes-extended/gperf/gperf_3.0.3.bb
+++ b/meta/recipes-extended/gperf/gperf_3.0.3.bb
@@ -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"