ceph: fix installed-vs-shipped QA issue

...
|ERROR: ceph-15.2.0-r0 do_package: QA Issue: ceph: Files/directories
were installed but not shipped in any package:
|  /lib/systemd/system/ceph-immutable-object-cache@.service
|  /lib/systemd/system/ceph-immutable-object-cache.target
...

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
hongxu 2020-04-13 23:52:53 -07:00 committed by Bruce Ashfield
parent a24ce339fd
commit f5a31e3ecd

View File

@ -43,6 +43,8 @@ SYSTEMD_SERVICE_${PN} = " \
ceph-mgr.target \ ceph-mgr.target \
ceph-crash.service \ ceph-crash.service \
rbdmap.service \ rbdmap.service \
ceph-immutable-object-cache@.service \
ceph-immutable-object-cache.target \
" "
OECMAKE_GENERATOR = "Unix Makefiles" OECMAKE_GENERATOR = "Unix Makefiles"