]> code.ossystems Code Review - openembedded-core.git/commitdiff
coreutils: fix license segment md5sum boundary
authorMarko Lindqvist <cazfi74@gmail.com>
Thu, 10 Jan 2013 18:58:01 +0000 (20:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Jan 2013 08:09:27 +0000 (08:09 +0000)
Replace incorrect "startline" with correct "beginline" for telling
where license segment in file begins. Old md5sum was calculated
from the beginning of the file, not beginning of the license segment.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/coreutils/coreutils_8.14.bb

index 3f58cfdadc7d22007abff317a77614e38ed99ff7..04c9eb24fa08090e22913209405b33b497d9f179 100644 (file)
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/coreutils/"
 BUGTRACKER = "http://debbugs.gnu.org/coreutils"
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
-                    file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad"
+                    file://src/ls.c;beginline=5;endline=16;md5=2e9acd8818fe6db4c2981d20ca632553"
 PR = "r5"
 DEPENDS = "gmp libcap"
 DEPENDS_class-native = ""