diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-30 16:55:00 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-30 16:55:00 -0500 |
| commit | 8f1c167d0a7dc568a9dfc835073af7eb5de59a91 (patch) | |
| tree | cefba6cb789b12730ac4bfaaa175864cedd49d36 | |
| parent | b9d3786c6671e5f3b4ad54bc468dc79b1e5adae0 (diff) | |
| download | meta-cloud-services-8f1c167d0a7dc568a9dfc835073af7eb5de59a91.tar.gz | |
cloud-compute: add postgres to the default rootfs install
postgres-setup (and hence postgres), is required for the compute
node packages. So we add it to the default list of packages.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-compute.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-compute.bb b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-compute.bb index 2c3d1dd..416cbab 100644 --- a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-compute.bb +++ b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-compute.bb | |||
| @@ -6,7 +6,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 6 | 6 | ||
| 7 | inherit packagegroup | 7 | inherit packagegroup |
| 8 | 8 | ||
| 9 | RDEPENDS_${PN} = " qemu \ | 9 | RDEPENDS_${PN} = " \ |
| 10 | postgresql-setup \ | ||
| 11 | postgresql \ | ||
| 12 | qemu \ | ||
| 10 | libvirt \ | 13 | libvirt \ |
| 11 | libvirt-libvirtd \ | 14 | libvirt-libvirtd \ |
| 12 | libvirt-virsh \ | 15 | libvirt-virsh \ |
