From: Kai Kang <[email protected]> Fix installed-vs-shipped qa issue of glusterfs:
| ERROR: glusterfs-5.4-r0 do_package: QA Issue: glusterfs: Files/directories were installed but not shipped in any package: | /usr/libexec/glusterfs/mount-shared-storage.sh Signed-off-by: Kai Kang <[email protected]> --- recipes-extended/glusterfs/glusterfs.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc index 17aaf75..5843d7c 100644 --- a/recipes-extended/glusterfs/glusterfs.inc +++ b/recipes-extended/glusterfs/glusterfs.inc @@ -152,6 +152,7 @@ FILES_${PN} = "${libdir}/glusterfs/${PV}/auth \ ${libexecdir}/glusterfs/events \ ${libexecdir}/glusterfs/glusterfind \ ${libexecdir}/glusterfs/gfind_missing_files \ + ${libexecdir}/glusterfs/mount-shared-storage.sh \ ${libexecdir}/glusterfs/peer_mountbroker.py \ ${libexecdir}/glusterfs/peer_eventsapi.py \ ${libexecdir}/glusterfs/peer_mountbroker \ -- 2.20.0 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
