diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-heat_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 5cfd8bd..d4314f4 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
| @@ -59,6 +59,8 @@ do_install_append() { | |||
| 59 | sed 's:@suffix@:engine:' < ${WORKDIR}/heat.init >${WORKDIR}/heat-engine.init.sh | 59 | sed 's:@suffix@:engine:' < ${WORKDIR}/heat.init >${WORKDIR}/heat-engine.init.sh |
| 60 | install -m 0755 ${WORKDIR}/heat-engine.init.sh ${D}${sysconfdir}/init.d/heat-engine | 60 | install -m 0755 ${WORKDIR}/heat-engine.init.sh ${D}${sysconfdir}/init.d/heat-engine |
| 61 | fi | 61 | fi |
| 62 | |||
| 63 | cp run_tests.sh ${HEAT_CONF_DIR} | ||
| 62 | } | 64 | } |
| 63 | 65 | ||
| 64 | pkg_postinst_${SRCNAME}-setup () { | 66 | pkg_postinst_${SRCNAME}-setup () { |
| @@ -80,13 +82,15 @@ pkg_postinst_${SRCNAME}-setup () { | |||
| 80 | 82 | ||
| 81 | inherit setuptools identity hosts update-rc.d | 83 | inherit setuptools identity hosts update-rc.d |
| 82 | 84 | ||
| 83 | PACKAGES += "${SRCNAME}-common ${SRCNAME}-api ${SRCNAME}-api-cfn ${SRCNAME}-engine" | 85 | PACKAGES += "${SRCNAME}-tests ${SRCNAME}-common ${SRCNAME}-api ${SRCNAME}-api-cfn ${SRCNAME}-engine" |
| 84 | PACKAGES += "${SRCNAME}-setup" | 86 | PACKAGES += "${SRCNAME}-setup" |
| 85 | 87 | ||
| 86 | ALLOW_EMPTY_${SRCNAME}-setup = "1" | 88 | ALLOW_EMPTY_${SRCNAME}-setup = "1" |
| 87 | 89 | ||
| 88 | FILES_${PN} = "${libdir}/*" | 90 | FILES_${PN} = "${libdir}/*" |
| 89 | 91 | ||
| 92 | FILES_${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" | ||
| 93 | |||
| 90 | FILES_${SRCNAME}-common = "${sysconfdir}/${SRCNAME}/* \ | 94 | FILES_${SRCNAME}-common = "${sysconfdir}/${SRCNAME}/* \ |
| 91 | " | 95 | " |
| 92 | 96 | ||
