diff options
| author | Mingli Yu <Mingli.Yu@windriver.com> | 2019-07-25 13:30:26 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-07-25 22:39:24 -0400 |
| commit | dbaf041e2b66f67fb3d567f455084314eece514d (patch) | |
| tree | cfd88ec8acf1a689a69547357c2adf12f2d1b61a /meta-openstack/recipes-devtools/python/python-glance_git.bb | |
| parent | d6019f712e500ee0194349d4f170aed03128efcb (diff) | |
| download | meta-cloud-services-dbaf041e2b66f67fb3d567f455084314eece514d.tar.gz | |
python-glance_git: change postgresql-setup to postgresql
Package postgresql provides postgresql-setup file
and so change postgresql-setup to postgresql to
avoid below error when run yocto compliance check
against meta-openstack layer.
ERROR: Nothing RPROVIDES 'postgresql-setup' (but /mybuild/layers/meta-cloud-services/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-compute.bb, /mybuild/layers/meta-cloud-services/meta-openstack/recipes-devtools/python/python-glance_git.bb, /mybuild/layers/meta-cloud-services/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-controller.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'postgresql-setup' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['postgresql-setup']
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'packagegroup-cloud-compute', 'postgresql-setup']
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 6a6cded..a4a39cb 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -222,7 +222,7 @@ RDEPENDS_${SRCNAME} = " \ | |||
| 222 | 222 | ||
| 223 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}" | 223 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}" |
| 224 | RDEPENDS_${SRCNAME}-registry = "${SRCNAME}" | 224 | RDEPENDS_${SRCNAME}-registry = "${SRCNAME}" |
| 225 | RDEPENDS_${SRCNAME}-setup = "postgresql-setup keystone-setup sudo ${SRCNAME}" | 225 | RDEPENDS_${SRCNAME}-setup = "postgresql keystone-setup sudo ${SRCNAME}" |
| 226 | RDEPENDS_${SRCNAME}-tests = "python-psutil qpid-python bash" | 226 | RDEPENDS_${SRCNAME}-tests = "python-psutil qpid-python bash" |
| 227 | 227 | ||
| 228 | SYSTEMD_PACKAGES = "${SRCNAME}-api ${SRCNAME}-registry ${SRCNAME}-setup" | 228 | SYSTEMD_PACKAGES = "${SRCNAME}-api ${SRCNAME}-registry ${SRCNAME}-setup" |
