diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-07-16 04:24:37 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 20:09:37 -0700 |
| commit | ae4a177e40b92a6ed1caad8a38adf1b6bc94976d (patch) | |
| tree | 8927c56b72dd1cb80535a5ab2b4c78a5895e57a8 | |
| parent | 4cd650c17febc10b47ad2c1897759683462e8e17 (diff) | |
| download | meta-openembedded-ae4a177e40b92a6ed1caad8a38adf1b6bc94976d.tar.gz | |
lvm2: install all systemd service files
This fixes an install-vs-shipped issue
NOTE: Executing Tasks
ERROR: lvm2-2.03.25-r0 do_package: QA Issue: lvm2: Files/directories were installed but not shipped in any package:
/usr/lib/systemd/system/lvm-devices-import.path
/usr/lib/systemd/system/lvm-devices-import.service
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
lvm2: 2 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.bb b/meta-oe/recipes-support/lvm2/lvm2.bb index 868f5a249e..f1a1aae2cd 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.bb +++ b/meta-oe/recipes-support/lvm2/lvm2.bb | |||
| @@ -68,7 +68,7 @@ FILES:libdevmapper = " \ | |||
| 68 | 68 | ||
| 69 | FILES:${PN} += " \ | 69 | FILES:${PN} += " \ |
| 70 | ${libdir}/device-mapper/*.so \ | 70 | ${libdir}/device-mapper/*.so \ |
| 71 | ${systemd_system_unitdir}/lvm2-pvscan@.service \ | 71 | ${systemd_system_unitdir} \ |
| 72 | ${PYTHON_SITEPACKAGES_DIR}/lvmdbusd \ | 72 | ${PYTHON_SITEPACKAGES_DIR}/lvmdbusd \ |
| 73 | ${datadir}/dbus-1/system-services/com.redhat.lvmdbus1.service \ | 73 | ${datadir}/dbus-1/system-services/com.redhat.lvmdbus1.service \ |
| 74 | " | 74 | " |
