[oe] [meta-oe] lvm2: files will be over written when updating using rpm

Jian Liu jian.liu at windriver.com
Tue Nov 18 02:54:41 UTC 2014


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 at windriver.com>
---
 recipes-support/lvm2/lvm2.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-support/lvm2/lvm2.inc b/recipes-support/lvm2/lvm2.inc
index 1bbb158..42f6e3a 100644
--- a/recipes-support/lvm2/lvm2.inc
+++ b/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"
-- 
1.8.5.2.233.g932f7e4




More information about the Openembedded-devel mailing list