summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-scp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-scp.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-scp.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-scp.inc b/external/meta-iot-cloud/recipes-devtools/python/python-scp.inc
new file mode 100644
index 00000000..bc16c730
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-scp.inc
@@ -0,0 +1,14 @@
+SUMMARY = "SCP module for Paramiko"
+HOMEPAGE = "https://github.com/jbardin/scp.py"
+AUTHOR = "James Bardin"
+LICENSE = "LGPL-2.1"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fc264c65fb17b7db5237cf7ce1780769"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-io \
+"
+
+PR = "r0"
+
+SRC_URI[md5sum] = "9874e188a4d6aa5c849f7a09feecbdb9"
+SRC_URI[sha256sum] = "ea095dd1d0e131874bc9930c3965bce3d1d70be5adb2a30d811fcaea4708a9ee" \ No newline at end of file