summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2012-12-02 08:59:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 16:38:34 +0000
commitcab1983d9f330f8044633ef75877273796c8cdc2 (patch)
tree98b5d9956965efd04517e29438d94c63b69a3193 /meta/recipes-multimedia/libpng
parent73f57eb939b2409361401164e73fc9a08a288aa3 (diff)
downloadpoky-cab1983d9f330f8044633ef75877273796c8cdc2.tar.gz
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>
Diffstat (limited to 'meta/recipes-multimedia/libpng')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.2.50.bb2
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 211e35708e..62989bbaff 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/"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "Libpng" 5LICENSE = "Libpng"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=c3d807a85c09ebdff087f18b4969ff96 \ 6LIC_FILES_CHKSUM = "file://LICENSE;md5=c3d807a85c09ebdff087f18b4969ff96 \
7 file://png.h;startline=310;endline=424;md5=62968b88b0425ceeb919de3fd21b03e5" 7 file://png.h;beginline=310;endline=424;md5=b87b5e9252a3e14808a27b92912d268d"
8DEPENDS = "zlib" 8DEPENDS = "zlib"
9PR = "r0" 9PR = "r0"
10 10