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

git at git.openembedded.org git at git.openembedded.org
Wed Jan 16 11:58:13 UTC 2013


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

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Tue Jan 15 21:35:59 2013 +0200

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 <cazfi74 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/libidn/libidn_0.6.14.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/meta/recipes-extended/libidn/libidn_0.6.14.bb
index da13af1..5352b41 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





More information about the Openembedded-commits mailing list