[Feature]add MT2731_MP2_MR2_SVN388 baseline version

Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus.inc b/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus.inc
new file mode 100644
index 0000000..75d4e4a
--- /dev/null
+++ b/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "PyCryptoPlus is an extension to the Python Crypto module"
+HOMEPAGE = "https://github.com/doegox/python-cryptoplus"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=51c9a5b8457c0adeb11e1946915de2f2"
+
+SRC_URI = "git://github.com/doegox/python-cryptoplus;protocol=http"
+SRCREV = "a5a1f8aecce4ddf476b2d80b586822d9e91eeb7d"
+S = "${WORKDIR}/git"
+
+
+do_compile[noexec] = "1"
+
+BBCLASSEXTEND = "native nativesdk"