From 9e3b3456c75c6f0940c1c642c9f1fbda989793ea Mon Sep 17 00:00:00 2001 From: Liu Jian Date: Tue, 18 Nov 2014 10:54:41 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/lvm2/lvm2.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 1bbb158d83..42f6e3a43e 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -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" -- cgit 1.2.3-korg