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
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.pengutronix.de"
SECTION = "libs/network"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://src/libsocketcan.c;startline=3;endline=17;md5=2c5c54d58b42d2216f34759062be3ddb"
LIC_FILES_CHKSUM = "file://src/libsocketcan.c;beginline=3;endline=17;md5=97e38adced4385d8fba1ae2437cedee1"
SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774"