diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 00:41:50 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 00:42:47 -0500 |
| commit | 441977d076e5c0aeace44ba65d301b5c6c61d59f (patch) | |
| tree | d3cd21ff7d4aed5e65ff243cd5966b01970e9462 /meta-openstack/recipes-devtools/python/python-glance_git.bb | |
| parent | dc8c4840c582677c7bfcb8870b3041d3e62c86f9 (diff) | |
| download | meta-cloud-services-441977d076e5c0aeace44ba65d301b5c6c61d59f.tar.gz | |
QA: fix build and runtime warnings
oe-core now warns on detected missing runtime and build time warnings.
So we update our recipes to have these missingn deps (largely bash).
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 f7ae43c..b1d97c4 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -205,7 +205,7 @@ RDEPENDS_${SRCNAME} = "${PN} \ | |||
| 205 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}" | 205 | RDEPENDS_${SRCNAME}-api = "${SRCNAME}" |
| 206 | RDEPENDS_${SRCNAME}-registry = "${SRCNAME}" | 206 | RDEPENDS_${SRCNAME}-registry = "${SRCNAME}" |
| 207 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}" | 207 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}" |
| 208 | RDEPENDS_${SRCNAME}-tests = "python-psutil qpid-python" | 208 | RDEPENDS_${SRCNAME}-tests = "python-psutil qpid-python bash" |
| 209 | 209 | ||
| 210 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-registry" | 210 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-registry" |
| 211 | INITSCRIPT_NAME_${SRCNAME}-api = "glance-api" | 211 | INITSCRIPT_NAME_${SRCNAME}-api = "glance-api" |
