From patchwork Fri Dec 14 19:51:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: coreutils: fix license segment md5sum boundary Date: Fri, 14 Dec 2012 19:51:59 -0000 From: Marko Lindqvist X-Patchwork-Id: 41047 Message-Id: <1355514719-14798-1-git-send-email-cazfi74@gmail.com> To: openembedded-core@lists.openembedded.org 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 beginning of the license segment. Signed-off-by: Marko Lindqvist --- meta/recipes-core/coreutils/coreutils_8.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb index 3f58cfd..04c9eb2 100644 --- a/meta/recipes-core/coreutils/coreutils_8.14.bb +++ b/meta/recipes-core/coreutils/coreutils_8.14.bb @@ -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 = ""