opensc: ship missed installed file

Fix packing of missed installed file:

| ERROR: opensc-0.27.1-r0 do_package: QA Issue: opensc: Files/directories were installed but not shipped in any package:
|   /usr/share/p11-kit
|   /usr/share/p11-kit/modules
|   /usr/share/p11-kit/modules/opensc.module
| Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
| opensc: 3 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Jose Quaresma
2026-04-21 16:06:42 +01:00
committed by Khem Raj
parent f2d723ce08
commit 0c9cb5fb09

View File

@@ -36,6 +36,7 @@ PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
FILES:${PN} += "\
${libdir}/opensc-pkcs11.so \
${libdir}/pkcs11-spy.so \
${datadir}/p11-kit/modules/opensc.module \
"
FILES:${PN}-dev += "\
${libdir}/onepin-opensc-pkcs11.so \