diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-11-03 23:13:43 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 09:42:49 -0800 |
commit | 962e6c302f1080dbab7b3d73320f6c185b94a0e8 (patch) | |
tree | b0b9b4c4dc7ec716cc743027e57e87b924ee3586 /meta-oe | |
parent | 3822241d2ba790ebc612da930340ceabfbb4fd4b (diff) | |
download | meta-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.bb | 4 |
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" | |||
30 | export TOUCHBIN = "${bindir}/touch" | 30 | export TOUCHBIN = "${bindir}/touch" |
31 | export CPBIN = "${bindir}/cp" | 31 | export CPBIN = "${bindir}/cp" |
32 | 32 | ||
33 | |||
34 | do_install:append() { | 33 | do_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 | ||
39 | FILES:${PN} += "${libdir}/pam_snapper ${libdir}/systemd ${libdir}/security ${datadir}" | 38 | FILES:${PN} += "${nonarch_libdir} ${systemd_system_unitdir} ${datadir}" |
39 | |||
40 | # bash is needed for the testsuite | 40 | # bash is needed for the testsuite |
41 | RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" | 41 | RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" |