diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb index 950de564f2..e0f4870bea 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "https://gitlab.com/m2crypto/m2crypto" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" | 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" |
| 6 | 6 | ||
| 7 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-m2crypto:" | 7 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-m2crypto:" |
| 8 | 8 | ||
| 9 | SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch \ | 9 | 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 \ |
| @@ -16,7 +16,7 @@ PYPI_PACKAGE = "M2Crypto" | |||
| 16 | inherit pypi siteinfo setuptools3 | 16 | inherit pypi siteinfo setuptools3 |
| 17 | 17 | ||
| 18 | DEPENDS += "openssl swig-native" | 18 | DEPENDS += "openssl swig-native" |
| 19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
| 20 | ${PYTHON_PN}-datetime \ | 20 | ${PYTHON_PN}-datetime \ |
| 21 | ${PYTHON_PN}-distutils \ | 21 | ${PYTHON_PN}-distutils \ |
| 22 | ${PYTHON_PN}-logging \ | 22 | ${PYTHON_PN}-logging \ |
| @@ -30,15 +30,15 @@ RDEPENDS_${PN} += "\ | |||
| 30 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" | 30 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" |
| 31 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" | 31 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" |
| 32 | 32 | ||
| 33 | SWIG_FEATURES_x86 = "-D__i386__" | 33 | SWIG_FEATURES:x86 = "-D__i386__" |
| 34 | SWIG_FEATURES_x32 = "-D__ILP32__" | 34 | SWIG_FEATURES_x32 = "-D__ILP32__" |
| 35 | 35 | ||
| 36 | SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '32']}" | 36 | SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '32']}" |
| 37 | 37 | ||
| 38 | SWIG_FEATURES_append_riscv64 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" | 38 | SWIG_FEATURES:append:riscv64 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" |
| 39 | SWIG_FEATURES_append_riscv32 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" | 39 | SWIG_FEATURES:append:riscv32 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" |
| 40 | SWIG_FEATURES_append_mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}" | 40 | SWIG_FEATURES:append:mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}" |
| 41 | SWIG_FEATURES_append_powerpc64le = " -D__powerpc64__" | 41 | SWIG_FEATURES:append:powerpc64le = " -D_:powerpc64__" |
| 42 | export SWIG_FEATURES | 42 | export SWIG_FEATURES |
| 43 | 43 | ||
| 44 | export STAGING_DIR | 44 | export STAGING_DIR |
