meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / python-ansible_%.bbappend
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 (file)
index 816c580..0000000
+++ /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 \
-       "