From patchwork Sun Dec 2 06:59:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libpng: fix license segment md5sum boundary Date: Sun, 02 Dec 2012 06:59:51 -0000 From: Marko Lindqvist X-Patchwork-Id: 40017 Message-Id: <1354431591-16490-2-git-send-email-cazfi74@gmail.com> To: openembedded-core@lists.openembedded.org 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 --- meta/recipes-multimedia/libpng/libpng_1.2.50.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/libpng/libpng_1.2.50.bb b/meta/recipes-multimedia/libpng/libpng_1.2.50.bb index 211e357..62989bb 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.2.50.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.2.50.bb @@ -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"