diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2012-12-02 08:59:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 15:19:45 +0000 |
commit | 844223c8485f4387d938981ff3dfa0e249040b53 (patch) | |
tree | 4f7ae048237192457c0d47a2904790bdc92d00e9 /meta/recipes-multimedia | |
parent | bb3f086fc44749c586b5046309d179fc3435933e (diff) | |
download | openembedded-core-844223c8485f4387d938981ff3dfa0e249040b53.tar.gz openembedded-core-844223c8485f4387d938981ff3dfa0e249040b53.tar.bz2 openembedded-core-844223c8485f4387d938981ff3dfa0e249040b53.zip |
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | 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 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/" 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" |