diff options
author | André Draszik <andre.draszik@jci.com> | 2018-01-15 09:12:13 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-22 19:38:05 -0800 |
commit | 2f6db6b1fcac2d54fecdfec049fad7116e48d4ba (patch) | |
tree | 0c6f6e185c0e476281e6a3ed466e4bd88b322f13 /meta-oe | |
parent | 5b9288eb24f29ab9c60b165173aa42a51539419c (diff) | |
download | meta-openembedded-2f6db6b1fcac2d54fecdfec049fad7116e48d4ba.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
6 | HOMEPAGE = "https://github.com/OpenSC/engine_pkcs11" | 6 | HOMEPAGE = "https://github.com/OpenSC/engine_pkcs11" |
7 | SECTION = "Development/Libraries" | 7 | SECTION = "Development/Libraries" |
8 | LICENSE = "LGPLv2.1+" | 8 | LICENSE = "LGPLv2.1+" |
9 | LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33" | 9 | LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;beginline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33" |
10 | DEPENDS = "openssl libp11" | 10 | DEPENDS = "openssl libp11" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git" | 12 | SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git" |