aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2012-11-30 15:15:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 14:32:44 +0000
commit108c9ddf7d50bc38bc807f66b96c5c2be1c59e9f (patch)
tree861c92ab2fabadae77ea1ad4b10fae1f9ad66634 /meta/recipes-core/coreutils
parent2c2dfe4f4d0bf80f9103f98ec8661781ba3aee15 (diff)
downloadopenembedded-core-contrib-108c9ddf7d50bc38bc807f66b96c5c2be1c59e9f.tar.gz
coreutils: fix license segment md5sum boundary
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. (From OE-Core rev: 883b7899fe5adce49e1c39cca9854e7f035e7a68) 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>
Diffstat (limited to 'meta/recipes-core/coreutils')
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
index ffdd2af8c5..1b25320628 100644
--- a/meta/recipes-core/coreutils/coreutils_6.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
@@ -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"