diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 14f9b05..6a065cb 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -105,7 +105,7 @@ do_install_append() { | |||
| 105 | fi | 105 | fi |
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | pkg_postinst_${SRCNAME}-controller () { | 108 | pkg_postinst_${SRCNAME}-setup () { |
| 109 | if [ "x$D" != "x" ]; then | 109 | if [ "x$D" != "x" ]; then |
| 110 | exit 1 | 110 | exit 1 |
| 111 | fi | 111 | fi |
| @@ -139,7 +139,7 @@ GROUPADD_PARAM_${PN} = "--system nova" | |||
| 139 | USERADD_PARAM_${PN} = "--system --home /var/lib/nova -g nova \ | 139 | USERADD_PARAM_${PN} = "--system --home /var/lib/nova -g nova \ |
| 140 | --no-create-home --shell /bin/false nova" | 140 | --no-create-home --shell /bin/false nova" |
| 141 | 141 | ||
| 142 | PACKAGES += " ${SRCNAME}-common ${SRCNAME}-compute ${SRCNAME}-controller" | 142 | PACKAGES += " ${SRCNAME}-setup ${SRCNAME}-common ${SRCNAME}-compute ${SRCNAME}-controller" |
| 143 | PACKAGES += " ${SRCNAME}-consoleauth" | 143 | PACKAGES += " ${SRCNAME}-consoleauth" |
| 144 | PACKAGES += " ${SRCNAME}-novncproxy" | 144 | PACKAGES += " ${SRCNAME}-novncproxy" |
| 145 | PACKAGES += " ${SRCNAME}-network" | 145 | PACKAGES += " ${SRCNAME}-network" |
| @@ -148,6 +148,8 @@ PACKAGES += " ${SRCNAME}-cert" | |||
| 148 | PACKAGES += " ${SRCNAME}-conductor" | 148 | PACKAGES += " ${SRCNAME}-conductor" |
| 149 | PACKAGES += " ${SRCNAME}-api" | 149 | PACKAGES += " ${SRCNAME}-api" |
| 150 | 150 | ||
| 151 | ALLOW_EMPTY_${SRCNAME}-setup = "1" | ||
| 152 | |||
| 151 | FILES_${PN} = "${libdir}/*" | 153 | FILES_${PN} = "${libdir}/*" |
| 152 | 154 | ||
| 153 | FILES_${SRCNAME}-common = "${bindir}/nova-manage \ | 155 | FILES_${SRCNAME}-common = "${bindir}/nova-manage \ |
