Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / python-ansible_%.bbappend
1
2 HOMEPAGE = "https://github.com/ansible/ansible/"
3 SECTION = "devel/python"
4 LICENSE = "GPLv3"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
6
7 PV = "2.8.5"
8
9 SRCNAME = "ansible"
10
11 FILESEXTRAPATHS_prepend := "${THISDIR}/files/${BPN}:"
12
13 SRC_URI = " \
14         http://releases.ansible.com/ansible/${SRCNAME}-${PV}.tar.gz \
15         file://python-ansible-crypto.py-allow-the-constraint-value-to-be-lower-cas.patch \
16         "
17
18 SRC_URI[md5sum] = "86f0c18250895338709243d997005de3"
19 SRC_URI[sha256sum] = "8e9403e755ce8ef27b6066cdd7a4c567aa80ebe2fd90d0ff8efa0a725d246986"
20
21
22 S = "${WORKDIR}/${SRCNAME}-${PV}"
23
24 CLEANBROKEN = "1"
25
26 ANSIBLE_WHITELIST_MODULES = "  \
27         cloud \
28         clustering \
29         commands \
30         crypto \
31         database \
32         files \
33         identity \
34         inventory \
35         messaging \
36         monitoring \
37         net_tools \
38         network \
39         notification \
40         packaging \
41         remote_management \
42         source_control \
43         storage \
44         system \
45         utilities \
46         web_infrastructure \
47         "