summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-05-08 15:37:32 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-09 11:55:34 -0400
commitc2f060b457d2a71d52eb827bbb40abd4718c1dea (patch)
treeaf4852e1d93f1647c09b1bbd99d4fc62205db2da /meta-openstack
parentd679e470b5c3a26eff41d1efb0b1c6500e3fc060 (diff)
downloadmeta-cloud-services-c2f060b457d2a71d52eb827bbb40abd4718c1dea.tar.gz
barbican: remove unneeded files from being packaged
Issue: US-34303 Barbican source code comes with scripts that are intended to control the service. Added previously was a script for this same purpose that is placed into init.d that integrates more consistently with the system. This makes the need for these scripts redundant. This patch removes the scripts being put into the final system package. Signed-off-by: Keith Holman <Keith.Holman@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 838346c..335a9bc 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -33,6 +33,8 @@ do_install_append() {
33 sed "s:@suffix@:$binary:" < ${WORKDIR}/barbican.init >${WORKDIR}/barbican-$binary.init.sh 33 sed "s:@suffix@:$binary:" < ${WORKDIR}/barbican.init >${WORKDIR}/barbican-$binary.init.sh
34 install -m 0755 ${WORKDIR}/barbican-$binary.init.sh ${D}${sysconfdir}/init.d/barbican-$binary 34 install -m 0755 ${WORKDIR}/barbican-$binary.init.sh ${D}${sysconfdir}/init.d/barbican-$binary
35 done 35 done
36 rm -f ${D}/usr/bin/barbican.sh
37 rm -f ${D}/usr/bin/barbican-worker.py
36 fi 38 fi
37} 39}
38 40