From: André Draszik <[email protected]> 'startline' is not a recognised keyword, it's beginline
Signed-off-by: André Draszik <[email protected]> --- meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb index 047f70110..bc79f356b 100644 --- a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb +++ b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb @@ -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" -- 2.15.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
