diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:31:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:49:54 -0400 |
| commit | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch) | |
| tree | b91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/python/python-heatclient_git.bb | |
| parent | e887a996155f8b9f22d6aca0e31b5fbccd82751e (diff) | |
| download | meta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz | |
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heatclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index e0927f3..db6fd60 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS += " \ | |||
| 14 | python-pbr-native \ | 14 | python-pbr-native \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | RDEPENDS_${PN} +="python-cliff \ | 17 | RDEPENDS:${PN} +="python-cliff \ |
| 18 | python-httplib2 \ | 18 | python-httplib2 \ |
| 19 | python-iso8601 \ | 19 | python-iso8601 \ |
| 20 | python-prettytable \ | 20 | python-prettytable \ |
| @@ -39,15 +39,15 @@ inherit setuptools3 | |||
| 39 | PACKAGECONFIG ?= "bash-completion" | 39 | PACKAGECONFIG ?= "bash-completion" |
| 40 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" | 40 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" |
| 41 | 41 | ||
| 42 | do_install_append() { | 42 | do_install:append() { |
| 43 | install -d ${D}/${sysconfdir}/bash_completion.d | 43 | install -d ${D}/${sysconfdir}/bash_completion.d |
| 44 | install -m 664 ${S}/tools/heat.bash_completion ${D}/${sysconfdir}/bash_completion.d | 44 | install -m 664 ${S}/tools/heat.bash_completion ${D}/${sysconfdir}/bash_completion.d |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | PACKAGES =+ "${SRCNAME}-tests ${BPN}-bash-completion" | 47 | PACKAGES =+ "${SRCNAME}-tests ${BPN}-bash-completion" |
| 48 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | 48 | FILES:${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" |
| 49 | ALLOW_EMPTY_${SRCNAME}-tests = "1" | 49 | ALLOW_EMPTY:${SRCNAME}-tests = "1" |
| 50 | 50 | ||
| 51 | RDEPENDS_${SRCNAME}-tests += "python-testscenarios \ | 51 | RDEPENDS:${SRCNAME}-tests += "python-testscenarios \ |
| 52 | python-mox3 \ | 52 | python-mox3 \ |
| 53 | " | 53 | " |
