From c865e88ccf26d23247b8cab114fe0f00068e6bed Mon Sep 17 00:00:00 2001 From: BIBO <49994376+BIBOLV@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:52:51 +0300 Subject: [PATCH] Update snapcraft.yaml Adding serial-port plug to snap to be able to work with mbus. --- snap/snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e8a1fa5..06344d4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -86,6 +86,7 @@ apps: - network - network-bind - raw-usb + - serial-port - system-observe layout: @@ -127,4 +128,4 @@ layout: /usr/lib/$CRAFT_ARCH_TRIPLET/liblber-2.5.so.0: symlink: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/liblber-2.5.so.0 /usr/lib/$CRAFT_ARCH_TRIPLET/libsasl2.so.2: - symlink: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/libsasl2.so.2 \ No newline at end of file + symlink: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/libsasl2.so.2