From: Marko Lindqvist Date: Tue, 15 Jan 2013 19:35:59 +0000 (+0200) Subject: libidn: fix license segment md5sum boundary X-Git-Tag: 2015-4~8008 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3a116ba892f63a690932d0aee454c15927ba0eca;p=openembedded-core.git libidn: fix license segment md5sum boundary Replaced incorrect "firstline" 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 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/meta/recipes-extended/libidn/libidn_0.6.14.bb index da13af1998..5352b41a11 100644 --- a/meta/recipes-extended/libidn/libidn_0.6.14.bb +++ b/meta/recipes-extended/libidn/libidn_0.6.14.bb @@ -5,8 +5,8 @@ SECTION = "libs" LICENSE = "LGPLv2.1+ & GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ - file://lib/idna.h;firstline=6;endline=18;md5=6d9d5532eb28b99e860262281c540d02 \ - file://src/idn.c;firstline=6;endline=18;md5=41b6aec531cc6a9d54a6c4deee251bf5" + file://lib/idna.h;beginline=6;endline=18;md5=1336e848ca7b8e25767c3c7e8fa38a89 \ + file://src/idn.c;beginline=6;endline=18;md5=56c89e359652a71cda128d75f0ffdac4" PR = "r1" inherit pkgconfig autotools gettext