1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libpng: fix license segment md5sum boundary

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.

(From OE-Core rev: 844223c8485f4387d938981ff3dfa0e249040b53)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marko Lindqvist
2012-12-02 08:59:51 +02:00
committed by Richard Purdie
parent 73f57eb939
commit cab1983d9f
@@ -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"