1
0
forked from brl/citadel
citadel/meta-citadel/recipes-citadel/bbappends/lvm2_%.bbappend
Bruce Leidl 3ca4a68dcd Collect all bbappend files into a single place.
This makes a lot more sense than scattering them around in the tree.
2020-11-04 12:37:11 -05:00

17 lines
406 B
Plaintext

PACKAGECONFIG = "odirect udev"
# files/lvm.conf is customized to prevent writing to /etc
#SRC_URI += "file://0001-fix-systemd-generator.patch"
#FILES_${PN} += "\
# ${systemd_system_unitdir}/lvm2-pvscan@.service \
# ${systemd_unitdir}/system-generators \
#"
FILES_${PN}-dev += "${libdir}/liblvm2cmd.so*"
#do_install_append() {
# oe_runmake 'DESTDIR=${D}' install install_systemd_generators
#}