Skip to content

Commit

Permalink
Merge pull request #54 from snapcore/squashfs-on-poky
Browse files Browse the repository at this point in the history
snapd: make kernel-module-squashfs poky-specific
  • Loading branch information
zyga authored Mar 19, 2024
2 parents 8d83391 + 8a93160 commit 2eba634
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recipes-support/snapd/snapd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ DEPENDS += " \
RDEPENDS:${PN} += " \
bash \
ca-certificates \
kernel-module-squashfs \
squashfs-tools \
"

# We require squashfs in the kernel but derivatives may not carry this specific
# package so make it poky-specific.
RDEPENDS:${PN}:append:poky = " \
kernel-module-squashfs \
"

EXTRA_OECONF += " \
--libexecdir=${libdir}/snapd \
--with-snap-mount-dir=/snap \
Expand Down

0 comments on commit 2eba634

Please sign in to comment.