diff --git a/recipes-support/snapd/snapd.inc b/recipes-support/snapd/snapd.inc index d1d3595..e468675 100644 --- a/recipes-support/snapd/snapd.inc +++ b/recipes-support/snapd/snapd.inc @@ -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 \