mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
lvm2: add lvm.con to CONFFILES
* Files will be over written when updating using rpm. * If there is no %config micro before the file in the spec file, this file will be over-written after updating this package using rpm. This will make our settings lost. Signed-off-by: Jian Liu <jian.liu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c636aae61f
commit
9e3b3456c7
|
|
@ -48,3 +48,5 @@ FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev"
|
|||
FILES_${PN}-dbg += "${libdir}/device-mapper/.debug"
|
||||
|
||||
RDEPENDS_${PN} = "bash"
|
||||
|
||||
CONFFILES_${PN} += "${sysconfdir}/lvm/lvm.conf"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user