[Feature][T8TSK-81][SDK]Merge T800_SDK meta file into T800 Repo

Change-Id: I06ef24f6fbad966ad7424bf2676e59bd7695f45f
diff --git a/meta-sdk/meta/meta-openembedded/meta-python/recipes-devtools/python/python-cryptography_2.3.bb b/meta-sdk/meta/meta-openembedded/meta-python/recipes-devtools/python/python-cryptography_2.3.bb
new file mode 100644
index 0000000..9c2f884
--- /dev/null
+++ b/meta-sdk/meta/meta-openembedded/meta-python/recipes-devtools/python/python-cryptography_2.3.bb
@@ -0,0 +1,22 @@
+inherit pypi setuptools
+require python-cryptography.inc
+
+SRC_URI += " \
+    file://run-ptest \
+"
+
+DEPENDS += " \
+    ${PYTHON_PN}-enum34 \
+"
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-enum34 \
+    ${PYTHON_PN}-ipaddress \
+"
+
+RDEPENDS_${PN}_class-target += " \
+    ${PYTHON_PN}-enum34 \
+    ${PYTHON_PN}-ipaddress \
+    ${PYTHON_PN}-contextlib \
+    ${PYTHON_PN}-subprocess \
+"