[oe-commits] [meta-openembedded] 10/39: engine-pkcs11: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM

git at git.openembedded.org git at git.openembedded.org
Tue Jan 23 03:43:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 2f6db6b1fcac2d54fecdfec049fad7116e48d4ba
Author: André Draszik <andre.draszik at jci.com>
AuthorDate: Mon Jan 15 09:12:13 2018 +0000

    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 at jci.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 047f701..bc79f35 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list