summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-dill.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-dill.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-dill.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-dill.inc b/external/meta-iot-cloud/recipes-devtools/python/python-dill.inc
new file mode 100644
index 00000000..1664cd20
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-dill.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "Serialize all of python"
+HOMEPAGE = "http://www.cacr.caltech.edu/~mmckerns/dill.htm"
+AUTHOR = "Mike McKerns"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6e0344ddc8af7ac5897ed5f5cc0cc2"
+
+PR = "r0"
+
+SRC_URI = "git://github.com/uqfoundation/dill.git"
+SRCREV = "afaeb815ecae56e9de6fe19f376deecdc272e32f"
+
+S = "${WORKDIR}/git" \ No newline at end of file