diff options
author | hongxu <hongxu.jia@windriver.com> | 2020-04-13 23:52:53 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-04-14 17:05:54 -0400 |
commit | f5a31e3ecde3ae64f7b3b2af7e6f679252c8832b (patch) | |
tree | 867a450196566600503801665fa55b77ca5b67b9 | |
parent | a24ce339fdd1fcd70032680515d067697895496f (diff) | |
download | meta-virtualization-f5a31e3ecde3ae64f7b3b2af7e6f679252c8832b.tar.gz |
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>
-rw-r--r-- | recipes-extended/ceph/ceph_15.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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} = " \ | |||
43 | ceph-mgr.target \ | 43 | ceph-mgr.target \ |
44 | ceph-crash.service \ | 44 | ceph-crash.service \ |
45 | rbdmap.service \ | 45 | rbdmap.service \ |
46 | ceph-immutable-object-cache@.service \ | ||
47 | ceph-immutable-object-cache.target \ | ||
46 | " | 48 | " |
47 | OECMAKE_GENERATOR = "Unix Makefiles" | 49 | OECMAKE_GENERATOR = "Unix Makefiles" |
48 | 50 | ||