summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-dicttoxml.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-dicttoxml.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-dicttoxml.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-dicttoxml.inc b/external/meta-iot-cloud/recipes-devtools/python/python-dicttoxml.inc
new file mode 100644
index 00000000..d1365771
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-dicttoxml.inc
@@ -0,0 +1,12 @@
+SUMMARY = "Converts a Python dictionary or other native data type into a valid XML string."
+AUTHOR = "Ryan McGreal"
+HOMEPAGE = "https://github.com/quandyfactory/dicttoxml"
+LICENSE = "GPL-2.0"
+LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=8c6f370c9073badc24ad75afa6822bcb"
+
+PR = "r0"
+
+SRC_URI = "git://github.com/quandyfactory/dicttoxml.git"
+SRCREV = "2016fe9817ad03b26aa5f1a475f5b79ad6757b96"
+
+S = "${WORKDIR}/git"