diff options
Diffstat (limited to 'recipes-devtools/python/python-m2crypto_0.22.3.bb')
| -rw-r--r-- | recipes-devtools/python/python-m2crypto_0.22.3.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-devtools/python/python-m2crypto_0.22.3.bb b/recipes-devtools/python/python-m2crypto_0.22.3.bb index 95d6eecf..2c2625d3 100644 --- a/recipes-devtools/python/python-m2crypto_0.22.3.bb +++ b/recipes-devtools/python/python-m2crypto_0.22.3.bb | |||
| @@ -13,23 +13,22 @@ DESCRIPTION = "\ | |||
| 13 | LICENSE = "BSD" | 13 | LICENSE = "BSD" |
| 14 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0ccca7097c1d29fa42e75e9c15c6ff2e" | 14 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0ccca7097c1d29fa42e75e9c15c6ff2e" |
| 15 | 15 | ||
| 16 | SRCNAME = "M2Crypto" | 16 | PYPI_PACKAGE = "M2Crypto" |
| 17 | SRC_URI = "http://pypi.python.org/packages/source/M/M2Crypto/${SRCNAME}-${PV}.tar.gz \ | 17 | |
| 18 | SRC_URI += " \ | ||
| 18 | file://m2crypto-Fix-build-with-SWIG-3.0.5.patch \ | 19 | file://m2crypto-Fix-build-with-SWIG-3.0.5.patch \ |
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | SRC_URI[md5sum] = "573f21aaac7d5c9549798e72ffcefedd" | 22 | SRC_URI[md5sum] = "573f21aaac7d5c9549798e72ffcefedd" |
| 22 | SRC_URI[sha256sum] = "6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72" | 23 | SRC_URI[sha256sum] = "6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72" |
| 23 | 24 | ||
| 24 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 25 | inherit setuptools pypi |
| 25 | |||
| 26 | inherit setuptools | ||
| 27 | 26 | ||
| 28 | DEPENDS += "openssl swig-native" | 27 | DEPENDS += "openssl swig-native" |
| 29 | 28 | ||
| 30 | DISTUTILS_BUILD_ARGS += "build_ext -I${STAGING_INCDIR}" | 29 | DISTUTILS_BUILD_ARGS += "build_ext -I${STAGING_INCDIR}" |
| 31 | 30 | ||
| 32 | inherit setuptools | 31 | inherit setuptools pypi |
| 33 | 32 | ||
| 34 | SWIG_FEATURES_x86-64 = "-D__x86_64__" | 33 | SWIG_FEATURES_x86-64 = "-D__x86_64__" |
| 35 | SWIG_FEATURES ?= "" | 34 | SWIG_FEATURES ?= "" |
