summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /recipes-devtools
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-ansible.inc2
-rw-r--r--recipes-devtools/python/python3-ansible_2.3.1.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-ansible.inc b/recipes-devtools/python/python-ansible.inc
index f1b3771..2b8d655 100644
--- a/recipes-devtools/python/python-ansible.inc
+++ b/recipes-devtools/python/python-ansible.inc
@@ -16,7 +16,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17ANSIBLE_WHITELIST_MODULES ?= "commands files system network/ovs __pycache__ service" 17ANSIBLE_WHITELIST_MODULES ?= "commands files system network/ovs __pycache__ service"
18 18
19do_install_append() { 19do_install:append() {
20 set +e 20 set +e
21 21
22 # install hosts and conf 22 # install hosts and conf
diff --git a/recipes-devtools/python/python3-ansible_2.3.1.0.bb b/recipes-devtools/python/python3-ansible_2.3.1.0.bb
index 55dd118..ea0fdbe 100644
--- a/recipes-devtools/python/python3-ansible_2.3.1.0.bb
+++ b/recipes-devtools/python/python3-ansible_2.3.1.0.bb
@@ -1,7 +1,7 @@
1inherit setuptools3 1inherit setuptools3
2require python-ansible.inc 2require python-ansible.inc
3 3
4RDEPENDS_${PN} += "python3-pyyaml python3-jinja2 python3-modules" 4RDEPENDS:${PN} += "python3-pyyaml python3-jinja2 python3-modules"
5 5
6SRC_URI += " \ 6SRC_URI += " \
7 file://python3-ensure-py-scripts-use-py3-for-shebang.patch \ 7 file://python3-ensure-py-scripts-use-py3-for-shebang.patch \