From 32215da9e587a60dd5301b20d0803081d7baf2e2 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Thu, 8 May 2014 15:37:32 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-barbican_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-barbican_git.bb') 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() { sed "s:@suffix@:$binary:" < ${WORKDIR}/barbican.init >${WORKDIR}/barbican-$binary.init.sh install -m 0755 ${WORKDIR}/barbican-$binary.init.sh ${D}${sysconfdir}/init.d/barbican-$binary done + rm -f ${D}/usr/bin/barbican.sh + rm -f ${D}/usr/bin/barbican-worker.py fi } -- cgit v1.2.3-54-g00ecf