From ae4a177e40b92a6ed1caad8a38adf1b6bc94976d Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 16 Jul 2024 04:24:37 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/lvm2/lvm2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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 = " \ FILES:${PN} += " \ ${libdir}/device-mapper/*.so \ - ${systemd_system_unitdir}/lvm2-pvscan@.service \ + ${systemd_system_unitdir} \ ${PYTHON_SITEPACKAGES_DIR}/lvmdbusd \ ${datadir}/dbus-1/system-services/com.redhat.lvmdbus1.service \ " -- cgit v1.2.3-54-g00ecf