From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-xmltodict.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc') diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc b/external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc new file mode 100644 index 00000000..a14690ae --- /dev/null +++ b/external/meta-iot-cloud/recipes-devtools/python/python-xmltodict.inc @@ -0,0 +1,15 @@ +SUMMARY = "Makes working with XML feel like you are working with JSON" +AUTHOR = "Martin Blech" +HOMEPAGE = "https://github.com/martinblech/xmltodict" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" + +PR = "r0" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-xml \ +" + +SRC_URI[md5sum] = "9f955947db085485873ac68154e88069" +SRC_URI[sha256sum] = "8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df" -- cgit 1.2.3-korg