This is required by python3-dtschema (already in oe-core) and likely some other modules, so add the recipe.
Signed-off-by: Trevor Gamblin <tgamb...@baylibre.com> --- .../python/python3-pylibfdt_1.6.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pylibfdt_1.6.1.bb diff --git a/meta/recipes-devtools/python/python3-pylibfdt_1.6.1.bb b/meta/recipes-devtools/python/python3-pylibfdt_1.6.1.bb new file mode 100644 index 0000000000..9dd01a1449 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pylibfdt_1.6.1.bb @@ -0,0 +1,16 @@ +SUMMARY = "Python binding for libfdt" +HOMEPAGE = "https://pypi.org/project/pylibfdt/" +LICENSE = "BSD-2-Clause & GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://BSD-2-Clause;md5=5d6306d1b08f8df623178dfd81880927" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "pylibfdt" + +SRC_URI[sha256sum] = "90c667c5adf44c6ab2f13bdc566598897784c7b781bed91064e7373bd270b778" + +BBCLASSEXTEND = "native nativesdk" + +DEPENDS += "python3-setuptools-scm-native swig-native" + -- 2.41.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184109): https://lists.openembedded.org/g/openembedded-core/message/184109 Mute This Topic: https://lists.openembedded.org/mt/100070604/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-