From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: "Yu, Mingli" <mingli.yu@eng.windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [meta-cloud-services][PATCH] python3-ansible-collections: Add new recipe
Date: Mon, 15 Apr 2024 20:59:34 +0000 [thread overview]
Message-ID: <Zh2VNjqd+uWGp42N@gmail.com> (raw)
In-Reply-To: <20240411030349.3378190-1-mingli.yu@windriver.com>
merged!
Thanks for the contribution.
Bruce
In message: [meta-virtualization] [meta-cloud-services][PATCH] python3-ansible-collections: Add new recipe
on 11/04/2024 Yu, Mingli wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Ansible is a radically simple model-driven configuration management,
> multi-node deployment, and remote task execution system. Ansible works
> over SSH and does not require any software or daemons to be installed
> on remote nodes. Extension modules can be written in any language and
> are transferred to managed machines automatically.
>
> This recipe provides a curated set of Ansible collections included in
> addition to ansible-core which provided by python3-ansible.
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
> .../python3-ansible-collections_9.4.0.bb | 22 +++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 recipes-devtools/python/python3-ansible-collections_9.4.0.bb
>
> diff --git a/recipes-devtools/python/python3-ansible-collections_9.4.0.bb b/recipes-devtools/python/python3-ansible-collections_9.4.0.bb
> new file mode 100644
> index 00000000..94f1af05
> --- /dev/null
> +++ b/recipes-devtools/python/python3-ansible-collections_9.4.0.bb
> @@ -0,0 +1,22 @@
> +SUMMARY = "Curated set of Ansible collections included in addition to ansible-core"
> +DESCRIPTION = "Ansible is a radically simple model-driven configuration management, \
> +multi-node deployment, and remote task execution system. Ansible works \
> +over SSH and does not require any software or daemons to be installed \
> +on remote nodes. Extension modules can be written in any language and \
> +are transferred to managed machines automatically. \
> +This package provides a curated set of Ansible collections included in addition \
> +to ansible-core."
> +HOMEPAGE = "https://pypi.org/project/ansible/"
> +LICENSE = "GPL-3.0-or-later"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
> +
> +PYPI_PACKAGE = "ansible"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "dd431c63380e18c3faca3288ebde8ce2f4f992363ab558a3c11c8f2032d90867"
> +
> +RDEPENDS:${PN} = " \
> + bash \
> + python3-ansible \
> +"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8673): https://lists.yoctoproject.org/g/meta-virtualization/message/8673
> Mute This Topic: https://lists.yoctoproject.org/mt/105456110/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2024-04-15 20:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 3:03 [meta-cloud-services][PATCH] python3-ansible-collections: Add new recipe mingli.yu
2024-04-15 20:59 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zh2VNjqd+uWGp42N@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=mingli.yu@eng.windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.