From 962e6c302f1080dbab7b3d73320f6c185b94a0e8 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 3 Nov 2024 23:13:43 +0100 Subject: snapper: use nonarch_libdir in FILES This avoids an 'installed vs.shipped' issue for multilib Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-support/snapper/snapper_0.11.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/snapper/snapper_0.11.2.bb b/meta-oe/recipes-support/snapper/snapper_0.11.2.bb index 840c607309..d8987eeadc 100644 --- a/meta-oe/recipes-support/snapper/snapper_0.11.2.bb +++ b/meta-oe/recipes-support/snapper/snapper_0.11.2.bb @@ -30,12 +30,12 @@ export RMBIN = "${bindir}/rm" export TOUCHBIN = "${bindir}/touch" export CPBIN = "${bindir}/cp" - do_install:append() { install -d ${D}${sysconfdir}/sysconfig install -m0644 ${S}/data/default-config ${D}${sysconfdir}/sysconfig/snapper } -FILES:${PN} += "${libdir}/pam_snapper ${libdir}/systemd ${libdir}/security ${datadir}" +FILES:${PN} += "${nonarch_libdir} ${systemd_system_unitdir} ${datadir}" + # bash is needed for the testsuite RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" -- cgit v1.2.3-54-g00ecf