aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lvm2
diff options
context:
space:
mode:
authorLiu Jian <jian.liu@windriver.com>2014-11-18 10:54:41 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-24 12:01:53 +0100
commit9e3b3456c75c6f0940c1c642c9f1fbda989793ea (patch)
tree9f3aa6f34b8d94584817edaa712dced8f2c7d41a /meta-oe/recipes-support/lvm2
parentc636aae61fe9681276bda09d135454cfa598aa0b (diff)
downloadmeta-openembedded-contrib-9e3b3456c75c6f0940c1c642c9f1fbda989793ea.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/lvm2')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc2
1 files changed, 2 insertions, 0 deletions
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"