diff options
author | 2019-03-21 04:43:06 -0400 | |
---|---|---|
committer | 2019-03-21 10:54:33 -0400 | |
commit | f8899103d0c1f7b013ae3b06ead666f4e56660ef (patch) | |
tree | 08256776b533ce2dc16b8104e20efd6ccbf68727 | |
parent | 7de3b83a87b12c0b9f5982fe246abba75617a07a (diff) | |
download | meta-cloud-services-f8899103d0c1f7b013ae3b06ead666f4e56660ef.tar.gz meta-cloud-services-f8899103d0c1f7b013ae3b06ead666f4e56660ef.tar.bz2 meta-cloud-services-f8899103d0c1f7b013ae3b06ead666f4e56660ef.zip |
glusterfs: fix installed-vs-shipped qa issue
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 <kai.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/glusterfs/glusterfs.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc index 17aaf75a..5843d7c6 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 \ |