diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 12:09:43 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 15:23:23 +0200 |
| commit | 3856460f7a3d7854521f7562c535949f4214a8a3 (patch) | |
| tree | d7db0a3127d6abd3f4f84c78ef7e9ed19e7cab9d /meta-openstack/recipes-devtools/python | |
| parent | 01845e4b7f1dd34a2a75c7ef0ff80f379b17c9e7 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 109 | pkg_postinst_${SRCNAME}-setup () { | 111 | pkg_postinst_${SRCNAME}-setup () { |
