summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb
index 2284a43a3b..b3da87fb7e 100644
--- a/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb
+++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.37.1.bb
@@ -10,6 +10,7 @@ SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch \
10 file://cross-compile-platform.patch \ 10 file://cross-compile-platform.patch \
11 file://0001-Allow-verify_cb_-to-be-called-with-ok-True.patch \ 11 file://0001-Allow-verify_cb_-to-be-called-with-ok-True.patch \
12 file://0001-Use-of-RSA_SSLV23_PADDING-has-been-deprecated.patch \ 12 file://0001-Use-of-RSA_SSLV23_PADDING-has-been-deprecated.patch \
13 file://avoid-host-contamination.patch \
13 " 14 "
14SRC_URI[sha256sum] = "e4e42f068b78ccbf113e5d0a72ae5f480f6c3ace4940b91e4fff5598cfff6fb3" 15SRC_URI[sha256sum] = "e4e42f068b78ccbf113e5d0a72ae5f480f6c3ace4940b91e4fff5598cfff6fb3"
15 16
@@ -42,4 +43,6 @@ SWIG_FEATURES_append_mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}"
42SWIG_FEATURES_append_powerpc64le = " -D__powerpc64__" 43SWIG_FEATURES_append_powerpc64le = " -D__powerpc64__"
43export SWIG_FEATURES 44export SWIG_FEATURES
44 45
46export STAGING_DIR
47
45BBCLASSEXTEND = "native" 48BBCLASSEXTEND = "native"