diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-11-20 09:29:32 +0100 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-11-20 09:30:37 +0100 |
commit | 89411bfb957353b4922599c484c3fc16f2ab6a48 (patch) | |
tree | cdcb3f4ceb89c78f1cd2826c9b017a630ed13f93 | |
parent | d6a949abc860336a1c9b09e9075d77dbb7b563c7 (diff) |
Stage opensc-pkcs11.so.
Module required to access smart cards. LP:1967632.
-rw-r--r-- | snapcraft.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index a1fe350..b27e316 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -105,6 +105,8 @@ layout: bind: $SNAP/usr/lib/man-db /usr/share/libdrm: bind: $SNAP/gnome-platform/usr/share/libdrm + /usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/opensc-pkcs11.so: + bind-file: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/opensc-pkcs11.so parts: chromium: @@ -167,6 +169,7 @@ parts: - libnss3 - libpci3 - libxss1 + - opensc-pkcs11 override-pull: | set -eux craftctl default |