]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpng: fix license segment md5sum boundary
authorMarko Lindqvist <cazfi74@gmail.com>
Sun, 2 Dec 2012 06:59:51 +0000 (08:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2012 15:19:45 +0000 (15:19 +0000)
Replaced incorrect "startline" 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: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/libpng/libpng_1.2.50.bb

index 211e35708eaeab3b295ebdf6fa0aa4bfa449255e..62989bbaffbf1483319bd961f7712aeb367712b6 100644 (file)
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c3d807a85c09ebdff087f18b4969ff96 \
-                    file://png.h;startline=310;endline=424;md5=62968b88b0425ceeb919de3fd21b03e5"
+                    file://png.h;beginline=310;endline=424;md5=b87b5e9252a3e14808a27b92912d268d"
 DEPENDS = "zlib"
 PR = "r0"