summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbican_git.bb
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:27 -0400
commit32215da9e587a60dd5301b20d0803081d7baf2e2 (patch)
treeba1af635f051fdb7ec14b2e641ba70eb0b56900e /meta-openstack/recipes-devtools/python/python-barbican_git.bb
parente296e1379166fef18f80f0d4d0434111ae463441 (diff)
downloadmeta-cloud-services-32215da9e587a60dd5301b20d0803081d7baf2e2.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/recipes-devtools/python/python-barbican_git.bb')
-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 93cd587..d50a288 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