X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-devtools%2Fpython%2Fpython-ansible_%25.bbappend;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-devtools%2Fpython%2Fpython-ansible_%25.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=816c5808049dae0076beaadfe869bf2e9763af87;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-ansible_%.bbappend b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-ansible_%.bbappend deleted file mode 100644 index 816c580..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-ansible_%.bbappend +++ /dev/null @@ -1,47 +0,0 @@ - -HOMEPAGE = "https://github.com/ansible/ansible/" -SECTION = "devel/python" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" - -PV = "2.8.5" - -SRCNAME = "ansible" - -FILESEXTRAPATHS_prepend := "${THISDIR}/files/${BPN}:" - -SRC_URI = " \ - http://releases.ansible.com/ansible/${SRCNAME}-${PV}.tar.gz \ - file://python-ansible-crypto.py-allow-the-constraint-value-to-be-lower-cas.patch \ - " - -SRC_URI[md5sum] = "86f0c18250895338709243d997005de3" -SRC_URI[sha256sum] = "8e9403e755ce8ef27b6066cdd7a4c567aa80ebe2fd90d0ff8efa0a725d246986" - - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -CLEANBROKEN = "1" - -ANSIBLE_WHITELIST_MODULES = " \ - cloud \ - clustering \ - commands \ - crypto \ - database \ - files \ - identity \ - inventory \ - messaging \ - monitoring \ - net_tools \ - network \ - notification \ - packaging \ - remote_management \ - source_control \ - storage \ - system \ - utilities \ - web_infrastructure \ - "