summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-11-03 23:13:43 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-05 09:42:49 -0800
commit962e6c302f1080dbab7b3d73320f6c185b94a0e8 (patch)
treeb0b9b4c4dc7ec716cc743027e57e87b924ee3586 /meta-oe
parent3822241d2ba790ebc612da930340ceabfbb4fd4b (diff)
downloadmeta-openembedded-962e6c302f1080dbab7b3d73320f6c185b94a0e8.tar.gz
snapper: use nonarch_libdir in FILES
This avoids an 'installed vs.shipped' issue for multilib Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/snapper/snapper_0.11.2.bb4
1 files 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"
30export TOUCHBIN = "${bindir}/touch" 30export TOUCHBIN = "${bindir}/touch"
31export CPBIN = "${bindir}/cp" 31export CPBIN = "${bindir}/cp"
32 32
33
34do_install:append() { 33do_install:append() {
35 install -d ${D}${sysconfdir}/sysconfig 34 install -d ${D}${sysconfdir}/sysconfig
36 install -m0644 ${S}/data/default-config ${D}${sysconfdir}/sysconfig/snapper 35 install -m0644 ${S}/data/default-config ${D}${sysconfdir}/sysconfig/snapper
37} 36}
38 37
39FILES:${PN} += "${libdir}/pam_snapper ${libdir}/systemd ${libdir}/security ${datadir}" 38FILES:${PN} += "${nonarch_libdir} ${systemd_system_unitdir} ${datadir}"
39
40# bash is needed for the testsuite 40# bash is needed for the testsuite
41RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" 41RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount"