On 2023-05-17 04:06, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <[email protected]>

Add a recipe for python bindings for libfdt (spun out of upstream dtc)
fetched from pypi.

Signed-off-by: Bartosz Golaszewski <[email protected]>
---
  .../python/python3-libfdt_1.7.0.post1.bb      | 20 +++++++++++++++++++
  1 file changed, 20 insertions(+)
  create mode 100644 meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb

diff --git a/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb 
b/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb
new file mode 100644
index 0000000000..1ff3decbb9
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-libfdt_1.7.0.post1.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Python bindings for libfdt."
+LICENSE = "GPL-2.0-only | BSD-2-Clause"
+LIC_FILES_CHKSUM = " \
+    file://BSD-2-Clause;md5=5d6306d1b08f8df623178dfd81880927 \
+    file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "pylibfdt"
+
+SRC_URI[sha256sum] = 
"2d048f9f8ce9a0527d497f423dea1f1135f9811c05b009cc5d5753771c1f9ba1"
+
+BBCLASSEXTEND = "native nativesdk"
+
+DEPENDS += " \
+    python3-pip-native \
+    python3-setuptools-scm-native \
+    swig-native \
+"
Can you also add this recipe to the meta/conf/distro/include/maintainers.inc file?



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#181495): 
https://lists.openembedded.org/g/openembedded-core/message/181495
Mute This Topic: https://lists.openembedded.org/mt/98944002/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to