All of lore.kernel.org
 help / color / mirror / Atom feed
From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org, TicoTimo@gmail.com,
	trevor.gamblin@windriver.com
Subject: [PATCH 14/20] python: import ruamel-yaml from meta-python
Date: Tue, 23 Nov 2021 16:57:41 -0500	[thread overview]
Message-ID: <719f36203a73e361db431605378787f8aabe5d28.1637703810.git.bruce.ashfield@gmail.com> (raw)
In-Reply-To: <cover.1637703810.git.bruce.ashfield@gmail.com>

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Importing ruamel-yaml from meta-python. This package is a
dependency of python3-dtschema, which is required to validate
kernel devicetrees.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 .../python/python3-ruamel-yaml_0.17.16.bb     | 23 +++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb

diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb
new file mode 100644
index 0000000000..e64f196004
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.16.bb
@@ -0,0 +1,23 @@
+SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order."
+AUTHOR = "Anthon van der Neut"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fa0a51dfb461e2f803969e0f3fa71dfe"
+
+PYPI_PACKAGE = "ruamel.yaml"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "1a771fc92d3823682b7f0893ad56cb5a5c87c48e62b5399d6f42c8759a583b33"
+
+RDEPENDS:${PN} += "\
+    ${PYTHON_PN}-shell \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-netclient \
+"
+
+do_install:prepend() {
+    export RUAMEL_NO_PIP_INSTALL_CHECK=1
+}
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.19.1



  parent reply	other threads:[~2021-11-23 21:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23 21:57 [PATCH 00/20] kernel/kernel-yocto: consolidated pull request bruce.ashfield
2021-11-23 21:57 ` [PATCH 01/20] linux-yocto/5.15: update to v5.15.2 bruce.ashfield
2021-11-23 21:57 ` [PATCH 02/20] linux-yocto/5.14: update to v5.14.18 bruce.ashfield
2021-11-23 21:57 ` [PATCH 03/20] linux-yocto/5.10: update to v5.10.79 bruce.ashfield
2021-11-23 21:57 ` [PATCH 04/20] kernel-yocto: conditionally enable stack protection checking on x86-64 bruce.ashfield
2021-11-23 21:57 ` [PATCH 05/20] linux-yocto-dev: bump to v5.16+ bruce.ashfield
2021-11-23 21:57 ` [PATCH 06/20] kernel: export native PKGCONFIG variables bruce.ashfield
2021-11-23 21:57 ` [PATCH 07/20] python: introduce python3-dtschema bruce.ashfield
2021-11-23 21:57 ` [PATCH 08/20] python: import jsonpointer from meta-python bruce.ashfield
2021-11-23 21:57 ` [PATCH 09/20] python: import jsonschema " bruce.ashfield
2021-11-23 21:57 ` [PATCH 10/20] python: import idna " bruce.ashfield
2021-11-23 21:57 ` [PATCH 11/20] python: import rfc3339-validator " bruce.ashfield
2021-11-23 21:57 ` [PATCH 12/20] python: import rfc3986-validator " bruce.ashfield
2021-11-23 21:57 ` [PATCH 13/20] python: import webcolors " bruce.ashfield
2021-11-23 21:57 ` bruce.ashfield [this message]
2021-11-23 21:57 ` [PATCH 15/20] maintainers: update for kernel dtschema checking dependencies bruce.ashfield
2021-11-23 21:57 ` [PATCH 16/20] linux-yocto: export pkgconfig variables to devshell bruce.ashfield
2021-11-23 21:57 ` [PATCH 17/20] kernel: introduce python3-dtschema-wrapper bruce.ashfield
2021-11-23 21:57 ` [PATCH 18/20] linux-yocto-dev: introduce dt-validation PACKAGECONFIG bruce.ashfield
2021-11-24 15:22   ` Bruce Ashfield
2021-11-23 21:57 ` [PATCH 19/20] perf: sort-pmuevents: don't drop elements bruce.ashfield
2021-11-23 21:57 ` [PATCH 20/20] perf: sort-pmuevents: allow for additional type qualifiers and storage class bruce.ashfield
2021-11-23 23:59 ` [OE-core] [PATCH 00/20] kernel/kernel-yocto: consolidated pull request Khem Raj
2021-11-24  0:00   ` Bruce Ashfield
2021-11-24 14:28 ` Bruce Ashfield
2021-11-24 14:46 ` [OE-core] " Ross Burton
2021-11-24 14:56   ` Bruce Ashfield

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=719f36203a73e361db431605378787f8aabe5d28.1637703810.git.bruce.ashfield@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=TicoTimo@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=trevor.gamblin@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.