mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
cifs-utils: add PACKAGECONFIG for pam
* otherwise there are unpackaged files: ERROR: QA Issue: cifs-utils: Files/directories were installed but not shipped in any package: /usr/lib/security /usr/lib/security/pam_cifscreds.so /usr/lib/security/.debug /usr/lib/security/.debug/pam_cifscreds.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. cifs-utils: 4 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@ PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"
|
||||
PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils"
|
||||
# when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install_append is needed
|
||||
PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 libtalloc keyutils"
|
||||
PACKAGECONFIG[pam] = "--enable-pam --with-pamdir=${base_libdir}/security,--disable-pam,libpam keyutils"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -27,4 +28,6 @@ do_install_append() {
|
||||
rmdir --ignore-fail-on-non-empty ${D}${bindir} ${D}${sbindir}
|
||||
}
|
||||
|
||||
FILES_${PN} += "${base_libdir}/security"
|
||||
FILES_${PN}-dbg += "${base_libdir}/security/.debug"
|
||||
RRECOMMENDS_${PN} = "kernel-module-cifs"
|
||||
|
||||
Reference in New Issue
Block a user