mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
engine-pkcs11: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM
'startline' is not a recognised keyword, it's beginline Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
5b9288eb24
commit
2f6db6b1fc
@@ -6,7 +6,7 @@ call by openssl to a PKCS cards and software for using smart cards in PKCS"
|
||||
HOMEPAGE = "https://github.com/OpenSC/engine_pkcs11"
|
||||
SECTION = "Development/Libraries"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33"
|
||||
LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;beginline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33"
|
||||
DEPENDS = "openssl libp11"
|
||||
|
||||
SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git"
|
||||
|
||||
Reference in New Issue
Block a user