mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
lvm2: Do not install sbin/dmvdostats to sysroot
Version 1.02.214 of lvm2 installs this executable as an alias to dmsetup vdostats. This conflicts with the executable installed by libdevmapper. Remove this binary from the sysroot, just like dmsetup and dmstats. Signed-off-by: Félix Piédallu <felix.piedallu@non.se.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -109,6 +109,7 @@ remove_libdevmapper_sysroot_preprocess() {
|
||||
rm -f ${SYSROOT_DESTDIR}${libdir}/libdevmapper.so* \
|
||||
${SYSROOT_DESTDIR}${sbindir}/dmsetup \
|
||||
${SYSROOT_DESTDIR}${sbindir}/dmstats \
|
||||
${SYSROOT_DESTDIR}${sbindir}/dmvdostats \
|
||||
${SYSROOT_DESTDIR}${includedir}/libdevmapper.h \
|
||||
${SYSROOT_DESTDIR}${libdir}/pkgconfig/devmapper.pc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user