From f5a31e3ecde3ae64f7b3b2af7e6f679252c8832b Mon Sep 17 00:00:00 2001 From: hongxu Date: Mon, 13 Apr 2020 23:52:53 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/ceph/ceph_15.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-extended/ceph/ceph_15.2.0.bb b/recipes-extended/ceph/ceph_15.2.0.bb index 2b7b2c10..18930868 100644 --- a/recipes-extended/ceph/ceph_15.2.0.bb +++ b/recipes-extended/ceph/ceph_15.2.0.bb @@ -43,6 +43,8 @@ SYSTEMD_SERVICE_${PN} = " \ ceph-mgr.target \ ceph-crash.service \ rbdmap.service \ + ceph-immutable-object-cache@.service \ + ceph-immutable-object-cache.target \ " OECMAKE_GENERATOR = "Unix Makefiles" -- cgit v1.2.3-54-g00ecf