This avoids an 'installed vs.shipped' issue for multilib

Signed-off-by: Markus Volk <[email protected]>
---
 meta-oe/recipes-support/snapper/snapper_0.11.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 840c60730..d8987eead 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"
-- 
2.47.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#113400): 
https://lists.openembedded.org/g/openembedded-devel/message/113400
Mute This Topic: https://lists.openembedded.org/mt/109375234/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to