diff options
| author | Narpat Mali <narpat.mali@windriver.com> | 2023-11-06 14:51:05 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-11-07 01:45:35 +0000 |
| commit | 9d53be339b792fec2d05e17343d7b15d4331b6ca (patch) | |
| tree | f2db9f04baa47c70103a61b1c4d2c86ab562be08 /recipes-devtools/python/python3-ansible_2.14.11.bb | |
| parent | 64243dfa700653faecb68b75459503ccf566bbd7 (diff) | |
| download | meta-cloud-services-9d53be339b792fec2d05e17343d7b15d4331b6ca.tar.gz | |
python3-ansible: Upgrade to 2.14.11
This upgrade incorporates the CVE-2023-5115 fix and other bug fixes.
Release Notes:
https://github.com/ansible/ansible/blob/v2.14.11/changelogs/CHANGELOG-v2.14.rst#v2-14-11
Rebase the patch python3-ensure-py-scripts-use-py3-for-shebang.patch to new version.
Reference upstream master commit:
https://git.yoctoproject.org/meta-cloud-services/commit/?id=7ecb54163f6252cfbecfd9f7f363536c88dbb58a
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-ansible_2.14.11.bb')
| -rw-r--r-- | recipes-devtools/python/python3-ansible_2.14.11.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-ansible_2.14.11.bb b/recipes-devtools/python/python3-ansible_2.14.11.bb new file mode 100644 index 0000000..ea0fdbe --- /dev/null +++ b/recipes-devtools/python/python3-ansible_2.14.11.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-ansible.inc | ||
| 3 | |||
| 4 | RDEPENDS:${PN} += "python3-pyyaml python3-jinja2 python3-modules" | ||
| 5 | |||
| 6 | SRC_URI += " \ | ||
| 7 | file://python3-ensure-py-scripts-use-py3-for-shebang.patch \ | ||
| 8 | " | ||
