summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
authorRob Woolley <rob.woolley@windriver.com>2015-03-03 16:25:16 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-10 13:16:27 -0400
commit7feee9fc93e433c8f29744a96feff8cf796a7ea0 (patch)
tree6a3f09713f62cd0a1462b7c5ef76cf85e239b5c7 /meta-openstack/recipes-support
parentff75c955954b32c1aa6fa301303e9df5ef53078e (diff)
downloadmeta-cloud-services-7feee9fc93e433c8f29744a96feff8cf796a7ea0.tar.gz
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 <rob.woolley@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support')
-rw-r--r--meta-openstack/recipes-support/tgt/tgt_git.bb2
1 files changed, 2 insertions, 0 deletions
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"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18CONFFILES_${PN} += "${sysconfdir}/tgt/targets.conf"
19
18inherit update-rc.d 20inherit update-rc.d
19 21
20do_compile() { 22do_compile() {