[oe-commits] Marko Lindqvist : libpng: fix license segment md5sum boundary

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 18:04:43 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 844223c8485f4387d938981ff3dfa0e249040b53
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=844223c8485f4387d938981ff3dfa0e249040b53

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Sun Dec  2 08:59:51 2012 +0200

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.

Signed-off-by: Marko Lindqvist <cazfi74 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/libpng/libpng_1.2.50.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"
 





More information about the Openembedded-commits mailing list