mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
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:
committed by
Martin Jansa
parent
b7ecd9099b
commit
31bd3fb6a6
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user