From: Marko Lindqvist Date: Tue, 15 Jan 2013 19:35:14 +0000 (+0200) Subject: ethtool: fix license segment md5sum boundary X-Git-Tag: rev_ivi_2015_02_04~14228 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=223039b8b3b4215ce45368478f856778c1f05fc0;p=scm%2Fbb%2Ftizen-distro.git ethtool: 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. (From OE-Core rev: da826787f08adec6a3ec3995e7809b75df2c99c3) Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/ethtool/ethtool_3.7.bb b/meta/recipes-extended/ethtool/ethtool_3.7.bb index ad417fd..e04f1c0 100644 --- a/meta/recipes-extended/ethtool/ethtool_3.7.bb +++ b/meta/recipes-extended/ethtool/ethtool_3.7.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.kernel.org/pub/software/network/ethtool/" SECTION = "console/network" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://ethtool.c;firstline=4;endline=17;md5=594311a6703a653a992f367bd654f7c1" + file://ethtool.c;beginline=4;endline=17;md5=c19b30548c582577fc6b443626fc1216" PR = "r0" SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz"