diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-11-07 20:32:06 +0100 |
---|---|---|
committer | Martin Jansa <martin.jansa@gmail.com> | 2024-11-07 23:04:09 +0100 |
commit | d1c4f335ddc3678185ba980aea280e5f2d8db880 (patch) | |
tree | 3ed5df6a5357236798c2b311918dd8d1796d57e2 /meta-oe/recipes-connectivity/thrift/thrift-0.9.3 | |
parent | 5fa182aeb4b62536988957c825f06253dc637afe (diff) | |
download | meta-openembedded-contrib-jansa/master.tar.gz |
snapper: pass --pam-security=${libdir}/securityjansa/master
pam_snapper.so is installed in libdir as the default in configure.ac is:
PAM_SECURITY=${libdir}/security
https://github.com/openSUSE/snapper/blob/master/configure.ac#L66
and depending on multilib configuration this fails with:
ERROR: QA Issue: lib32-snapper: Files/directories were installed but not shipped in any package:
/usr/lib32/security/pam_snapper.so
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
lib32-snapper: 1 installed and not shipped files. [installed-vs-shipped]
or
ERROR: QA Issue: snapper: Files/directories were installed but not shipped in any package:
/usr/lib64/security/pam_snapper.so
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
snapper: 1 installed and not shipped files. [installed-vs-shipped]
when default libdir doesn't match with nonarch_libdir
Some recipes are using ${base_libdir}/security and some just
${libdir}/security with the usrmerge being the default and required
with systemd I'm not sure which one is better.
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/thrift/thrift-0.9.3')
0 files changed, 0 insertions, 0 deletions