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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
