meta-oe: Fix erroneous use of "startline" in LIC_FILES_CHKSUM

"beginline" is the correct parameter name. Checksums have been updated
where necessary (i.e. if the beginning line was something other than the
default of 1).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Paul Eggleton
2012-12-13 14:53:35 +00:00
committed by Martin Jansa
parent b7ecd9099b
commit 31bd3fb6a6
5 changed files with 5 additions and 5 deletions
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
DEPENDS = "virtual/libusb0 ncurses"
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
file://README;startline=60;md5=8237b4d4d80a525b15f8162192e07bee"
file://README;beginline=60;md5=637e042cdd3671ba00e78b58ede45d3b"
SRC_URI = "${SOURCEFORGE_MIRROR}/lcdproc/${P}.tar.gz"