summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-10 12:09:43 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:23 +0200
commit3856460f7a3d7854521f7562c535949f4214a8a3 (patch)
treed7db0a3127d6abd3f4f84c78ef7e9ed19e7cab9d /meta-openstack/recipes-devtools/python
parent01845e4b7f1dd34a2a75c7ef0ff80f379b17c9e7 (diff)
downloadmeta-cloud-services-3856460f7a3d7854521f7562c535949f4214a8a3.tar.gz
python-ceilometer: Remove unneeded installed files
These files are causing a [installed-vs-shipped] QA Issue. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index 1c29f28..862488b 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -103,7 +103,9 @@ do_install_append() {
103 103
104 if [ -e "setup-test-env.sh" ]; then 104 if [ -e "setup-test-env.sh" ]; then
105 cp setup-test-env.sh ${CEILOMETER_CONF_DIR} 105 cp setup-test-env.sh ${CEILOMETER_CONF_DIR}
106 fi 106 fi
107
108 rm -rf ${D}${datadir}
107} 109}
108 110
109pkg_postinst_${SRCNAME}-setup () { 111pkg_postinst_${SRCNAME}-setup () {