diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-12-21 10:22:41 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-21 11:47:05 -0500 |
| commit | bd2525ceb47699747f9370773fa629bf28c999d6 (patch) | |
| tree | 1748ce0f1e237277440967a405e7145ca42876c3 /meta-openstack/recipes-devtools/python/python-trove_git.bb | |
| parent | d2a69f5e890b040cbc774f64275c27c8a1ea67a9 (diff) | |
| download | meta-cloud-services-bd2525ceb47699747f9370773fa629bf28c999d6.tar.gz | |
housekeeping: replace deprecated base_contains
Fixes:
base_contains is deprecated, please use bb.utils.contains instead.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-trove_git.bb')
| -rwxr-xr-x | meta-openstack/recipes-devtools/python/python-trove_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb index 1b8d9ac..830da92 100755 --- a/meta-openstack/recipes-devtools/python/python-trove_git.bb +++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb | |||
| @@ -50,7 +50,7 @@ do_install_append() { | |||
| 50 | install -d ${TROVE_CONF_DIR} | 50 | install -d ${TROVE_CONF_DIR} |
| 51 | 51 | ||
| 52 | # init. | 52 | # init. |
| 53 | if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; | 53 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; |
| 54 | then | 54 | then |
| 55 | install -d ${D}${sysconfdir}/init.d | 55 | install -d ${D}${sysconfdir}/init.d |
| 56 | for suffix in api taskmanager conductor; do | 56 | for suffix in api taskmanager conductor; do |
