]> code.ossystems Code Review - openembedded-core.git/commitdiff
coreutils: fix license segment md5sum boundary
authorMarko Lindqvist <cazfi74@gmail.com>
Fri, 30 Nov 2012 15:15:41 +0000 (15:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2012 14:20:04 +0000 (14:20 +0000)
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: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils_6.9.bb

index ffdd2af8c5d333ca537b772aa15781b37061219b..1b25320628daf8b01626f760a41cec7186118b4a 100644 (file)
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.gnu.org/software/coreutils/"
 BUGTRACKER = "http://debbugs.gnu.org/coreutils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
-                    file://src/ls.c;startline=4;endline=16;md5=482a96d4f25010a4e13f8743e0c3685e"
+                    file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543"
 PR = "r3"
 DEPENDS = "coreutils-native-${PV}"
 DEPENDS_class-native = "gettext-native"