mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user