From 7feee9fc93e433c8f29744a96feff8cf796a7ea0 Mon Sep 17 00:00:00 2001 From: Rob Woolley Date: Tue, 3 Mar 2015 16:25:16 -0500 Subject: tgt: Identify CONFFILES Some package formats explicitly track which files are configuration files so that they are not overwritten on updates. Explicitly list the configuration file. Signed-off by: Rob Woolley Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/tgt/tgt_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb index 2871c04..7796418 100644 --- a/meta-openstack/recipes-support/tgt/tgt_git.bb +++ b/meta-openstack/recipes-support/tgt/tgt_git.bb @@ -15,6 +15,8 @@ SRC_URI += "file://tgtd.init" S = "${WORKDIR}/git" +CONFFILES_${PN} += "${sysconfdir}/tgt/targets.conf" + inherit update-rc.d do_compile() { -- cgit v1.2.3-54-g00ecf